Skip to content

Commit

Permalink
Version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyHeleine committed Jul 17, 2015
1 parent d2577b2 commit 4152922
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/photo-sphere-viewer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Photo Sphere Viewer v2.2
* Photo Sphere Viewer v2.2.1
* http://jeremyheleine.com/#photo-sphere-viewer
*
* Copyright (c) 2014,2015 Jérémy Heleine
Expand Down Expand Up @@ -509,7 +509,7 @@ var PhotoSphereViewer = function(args) {
* @return (void)
**/

resize = function(size) {
var resize = function(size) {
viewer_size.width = (size.width !== undefined) ? parseInt(size.width) : viewer_size.width;
viewer_size.height = (size.height !== undefined) ? parseInt(size.height) : viewer_size.height;
viewer_size.ratio = viewer_size.width / viewer_size.height;
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Jeremy Heleine
Tags: Google, Android, Photo Sphere, photos, panoramas, 360-degree, equirectangular
Requires at least: 3.1
Tested up to: 4.2.2
Stable tag: 3.2.1
Stable tag: 3.2.2
License: MIT
License URI: http://opensource.org/licenses/MIT

Expand Down Expand Up @@ -102,6 +102,9 @@ also use the `min_fov` and `max_fov` attributes.

== Changelog ==

= 3.2.2 =
* Fixed: multiple panoramas on a single page

= 3.2.1 =
* Portuguese translation updated

Expand Down Expand Up @@ -164,6 +167,9 @@ also use the `min_fov` and `max_fov` attributes.

== Upgrade Notice ==

= 3.2.2 =
* Fixed: multiple panoramas on a single page

= 3.2.1 =
* Portuguese translation updated

Expand Down
2 changes: 1 addition & 1 deletion wp-photo-sphere.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WP Photo Sphere v3.2.1
* This file is part of WP Photo Sphere v3.2.2
* http://jeremyheleine.me/#wp-photo-sphere
*
* Copyright (c) 2013-2015 Jérémy Heleine
Expand Down
4 changes: 2 additions & 2 deletions wp-photo-sphere.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* WP Photo Sphere v3.2.1
* WP Photo Sphere v3.2.2
* http://jeremyheleine.me/#wp-photo-sphere
*
* Copyright (c) 2013-2015 Jérémy Heleine
Expand Down Expand Up @@ -28,7 +28,7 @@
Plugin Name: WP Photo Sphere
Plugin URI: http://jeremyheleine.me/#wp-photo-sphere
Description: A filter that displays 360×180 degree panoramas. Please read the readme file for instructions.
Version: 3.2
Version: 3.2.2
Author: Jérémy Heleine
Author URI: http://jeremyheleine.me
Text Domain: wp-photo-sphere
Expand Down
2 changes: 1 addition & 1 deletion wpps-admin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of WP Photo Sphere v3.2.1
* This file is part of WP Photo Sphere v3.2.2
* http://jeremyheleine.me/#wp-photo-sphere
*
* Copyright (c) 2013-2015 Jérémy Heleine
Expand Down

0 comments on commit 4152922

Please sign in to comment.