You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shashin is a powerful WordPress plugin that lets you easily display photos and videos from Picasa, Twitpic, and Youtube in your WordPress site.
@@ -13,11 +13,10 @@ Shashin is a powerful WordPress plugin that lets you easily display photos and v
13
13
14
14
**Installation of [Toppa Plugin Libraries for WordPress](http://wordpress.org/extend/plugins/toppa-plugin-libraries-for-wordpress/) is required. Please download and activate it before installing Shashin.**
15
15
16
-
**What's new in Shashin 3.1.5**
16
+
**What's new in Shashin 3.2**
17
17
18
-
* Improved installation and activation process (manual re-activation is no longer needed)
19
-
* Ability to disable Shashin's Fancybox if you already have your own Fancybox installed
20
-
* Improvements to album synchronizing, for handling slow connections and servers with misconfigured SSL settings (which is surprisingly common)
18
+
* More user friendly UI for adding albums, photos, and videos (uses jQuery tabs menu)
19
+
* Accepts Google+ URLs for adding albums
21
20
22
21
**Overview**
23
22
@@ -85,6 +84,13 @@ For troubleshooting help, please [post a comment on my latest Shashin post](http
85
84
86
85
== Changelog ==
87
86
87
+
= 3.2 =
88
+
* More user friendly UI for adding albums, photos, and videos (uses jQuery tabs menu)
89
+
* Accepts Google+ URLs for adding albums
90
+
* Bug fix: When "include in random" is set for an album, it now correctly cascades to the photos in the album
91
+
* Code refactor: Removed unneeded passing around of autoloader object
92
+
* Code refactor: Refactored setup for synchronizing
93
+
88
94
= 3.1.5 =
89
95
* Improve handling of dependencies on Toppa Plugin Libraries, so there are no PHP error messages if you have an old or missing version of the libraries
90
96
* Perform settings and other updates without relying on plugin re-activation
@@ -296,4 +302,4 @@ For troubleshooting help, please [post a comment on my latest Shashin post](http
296
302
* Bug fix: now use htmlspecialchars on image alt text (which comes from the Picasa image description)
297
303
* Bug fix: now reads the Picasa feed with the correct character set (UTF-8)
if (!file_exists($autoLoaderPath) || !$toppaLibsVersion || version_compare($toppaLibsVersion, '1.3.3', '<')) {
60
+
if (!file_exists($autoLoaderPath) || !$toppaLibsVersion || version_compare($toppaLibsVersion, '1.3.4', '<')) {
61
61
return__('To activate Shashin you need to have the current version of', 'shashin')
62
62
. ' <a href="plugin-install.php?tab=plugin-information&plugin=toppa-plugin-libraries-for-wordpress">Toppa Plugins Libraries for WordPress</a>. '
63
63
. __('Click this link to view details, and then click the "Install Now" button to get the current version. Then you can activate Shashin.', 'shashin');
0 commit comments