Skip to content

Commit 34b960e

Browse files
author
Michael Toppa
committed
version number update
1 parent 40907fe commit 34b960e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.2.4';
4+
private $version = '3.2.5';
55

66
public function __construct() {
77
}

readme.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://www.toppa.com/shashin-wordpress-plugin
44
Tags: Picasa, Fancybox, Twitpic, Youtube, image, images, photo, photos, picture, pictures, gallery, widget, widgets, video
55
Requires at least: 3.0
66
Tested up to: 3.4.1
7-
Stable tag: 3.2.4
7+
Stable tag: 3.2.5
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.
@@ -85,6 +85,11 @@ For troubleshooting help, please [post a comment on my latest Shashin post](http
8585

8686
== Changelog ==
8787

88+
= 3.2.5 =
89+
* Bug fix: handle Picasa authkeys that includes hyphens
90+
* Workaround: WP 3.4.1 is returning 1.8.20 for the version of $wp_scripts->->query('jquery-ui-core'), which is not available through Googlel APIs. The Shashin Tools screen relies on this, so hardcoded to 1.8.18 for now
91+
* Various internal improvements to ShashinDataObject and ShashinPhoto, driven by new unit tests
92+
8893
= 3.2.4 =
8994
* Add support for limited view Picasa albums (works with Picasa URLs only, not Google+)
9095
* Bug fix: setup to enqueue scripts and styles with wp_enqueue_scripts() (not template_redirect)

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.2.4
7+
Version: 3.2.5
88
Author URI: http://www.toppa.com
99
License: GPLv2 or later
1010
*/

0 commit comments

Comments
 (0)