Skip to content

Commit 3b6bcc3

Browse files
author
Michael Toppa
committed
remove explicit depedency on Fancybox stylesheet when loading the Shashin stylesheet
1 parent b790155 commit 3b6bcc3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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.2';
4+
private $version = '3.2.3';
55

66
public function __construct() {
77
}

readme.txt

+3-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
7-
Stable tag: 3.2.2
7+
Stable tag: 3.2.3
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.
@@ -84,6 +84,8 @@ For troubleshooting help, please [post a comment on my latest Shashin post](http
8484

8585
== Changelog ==
8686

87+
= 3.2.3 = Remove explicit depedency on Fancybox stylesheet when loading the Shashin stylesheet (to facilitate support of other photo viewers)
88+
8789
= 3.2.2 = Check for version 1.3.5 of Toppa Plugin Libaries, which has a bug fix for compatibility with PHP 5.2.1
8890

8991
= 3.2.1 = Bug fix: temporarily continue to pass an autoloader object to ToppaDatabaseFacade, as the old version may still be running when upgrading Shashin

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

0 commit comments

Comments
 (0)