Skip to content

Commit 4ef9554

Browse files
author
Michael Toppa
committed
revision version info fopr 3.4.2
1 parent 5b6a2f9 commit 4ef9554

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.1';
4+
private $version = '3.4.2';
55

66
public function __construct() {
77
}

readme.txt

+9-2
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.1
7+
Stable tag: 3.4.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.
@@ -93,8 +93,15 @@ If you have a question, enter a post in [the wordpress.org support forum for Sha
9393

9494
== Upgrade Notice ==
9595

96+
= 3.4.2 =
97+
98+
* Bug fix: make sure number of calculated columns never exceeds number of thumbnails (fixes thumbnails appearing too small)
99+
* Bug fix: revise css and js so thumbnails naturally appear at their actual size (they were showing up slightly smaller)
100+
* Bug fix: get portrait-oriented thumbnails to always be centered in a gallery
101+
* Save thumbnail dimensions via ajax if they weren't previously saved, to speed front-end performance
102+
96103
= 3.4.1 =
97-
Fixes thumbnails showing up too small in certain situations, and thumbnail centering not working correctly.
104+
Fixes thumbnails showing up too small in certain situations, and thumbnail gallery centering not working correctly.
98105

99106
= 3.4 =
100107
Adds responsive design and social sharing of photos.

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

0 commit comments

Comments
 (0)