Skip to content

Commit 89cb97d

Browse files
author
Michael Toppa
committed
update version info
1 parent 110972d commit 89cb97d

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.4.2';
4+
private $version = '3.4.3';
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, prettyPhoto, Twitpic, Youtube, image, images, photo, photos, picture, pictures, gallery, widget, widgets, video
55
Requires at least: 3.0
66
Tested up to: 3.6.1
7-
Stable tag: 3.4.2
7+
Stable tag: 3.4.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.
@@ -93,6 +93,11 @@ If you have a question, enter a post in [the wordpress.org support forum for Sha
9393

9494
== Upgrade Notice ==
9595

96+
= 3.4.3 =
97+
98+
* Bug fix: get thumbnail columns to wrap gracefully as the screen size shrinks (and not just fall back to 1 column)
99+
* Bug fix: fix display of the prettyPhoto themes (other than the default one) for mobile
100+
96101
= 3.4.2 =
97102

98103
* Add option to continue using the previous thumbnail style, with square corners and captions underneath the thumbnails (and the captions are not truncated)

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

0 commit comments

Comments
 (0)