Skip to content

Commit 675069c

Browse files
author
Michael Toppa
committed
update version info for v 3.3
1 parent e514be3 commit 675069c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-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.3.1';
4+
private $version = '3.3.2';
55

66
public function __construct() {
77
}

readme.txt

+4-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, prettyPhoto, Twitpic, Youtube, image, images, photo, photos, picture, pictures, gallery, widget, widgets, video
55
Requires at least: 3.0
66
Tested up to: 3.5.1
7-
Stable tag: 3.3.1
7+
Stable tag: 3.3.2
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.
@@ -90,7 +90,10 @@ Please go to [the Shashin page on my site](http://www.toppa.com/shashin-wordpres
9090

9191
== Changelog ==
9292

93+
= 3.3.2 = Don't use lcfirst since it requires PHP 5.3
94+
9395
= 3.3.1 = Gracefully handle shutting down the _Highside for Shashin_ add-on for anyone using it
96+
9497
= 3.3 =
9598
* Add prettyPhoto, deprecate Fancybox.
9699
* Automatically deactivate Highslide if "Highslide for Shashin" was being used. Highslide is no longer supported.

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

0 commit comments

Comments
 (0)