Skip to content

Commit e391dd9

Browse files
author
Michael Toppa
committed
update version info
1 parent 7e90c77 commit e391dd9

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

ShashinWp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
class ShashinWp {
4-
private $version = '3.4.6';
4+
private $version = '3.4.7';
55

66
public function __construct() {
77
}

readme.txt

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: toppa
33
Donate link: http://www.toppa.com/shashin-wordpress-plugin
44
Tags: Picasa, Fancybox, prettyPhoto, Twitpic, Youtube, image, images, photo, photos, picture, pictures, gallery, widget, widgets, video
55
Requires at least: 3.0
6-
Tested up to: 3.6.1
7-
Stable tag: 3.4.6
6+
Tested up to: 3.8
7+
Stable tag: 3.4.7
88
License: GPLv2 or later
99

1010
Shashin is a powerful WordPress plugin that lets you easily display photos and videos from Picasa, Twitpic, and Youtube in your WordPress site.
@@ -94,6 +94,13 @@ If you have a question, enter a post in [the wordpress.org support forum for Sha
9494

9595
== Changelog ==
9696

97+
= 3.4.7 =
98+
99+
* Bug fix: album photos were still sometimes being deleted when they shouldn't, if a sync call failed. Fixed this by making sure we have the expected number of photos synced before deleting any old photos
100+
* Remove unnecessay call to the Shashin autoloader during plugin activation
101+
* Namespaced Shashin's custom javascript
102+
* Make Shashin's javascript dependencies explicit whe nloading javascript libraries
103+
97104
= 3.4.6 =
98105

99106
* Bug fix: do smart truncation of text in album thumbnail captions (don't truncate the HTML!)

start.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: http://www.toppa.com/shashin-wordpress-plugin/
55
Description: A plugin for integrating photos and videos from Picasa, YouTube, and Twitpic in WordPress.
66
Author: Michael Toppa
7-
Version: 3.4.6
7+
Version: 3.4.7
88
Author URI: http://www.toppa.com
99
License: GPLv2 or later
1010
*/

0 commit comments

Comments
 (0)