diff --git a/readme.txt b/readme.txt index d187d07..12f6e56 100644 --- a/readme.txt +++ b/readme.txt @@ -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 +Stable tag: 3.2.1 License: MIT License URI: http://opensource.org/licenses/MIT @@ -102,6 +102,9 @@ also use the `min_fov` and `max_fov` attributes. == Changelog == += 3.2.1 = +* Portuguese translation updated + = 3.2 = * New zoom_level, long, lat, tilt_up_max, tilt_down_max attributes * New autoload, zoom level, longitude, latitude, maximal tilt up and down angles options @@ -161,6 +164,9 @@ also use the `min_fov` and `max_fov` attributes. == Upgrade Notice == += 3.2.1 = +* Portuguese translation updated + = 3.2 = * New zoom_level, long, lat, tilt_up_max, tilt_down_max attributes * New autoload, zoom level, longitude, latitude, maximal tilt up and down angles options diff --git a/wp-photo-sphere.js b/wp-photo-sphere.js index 6e38cc2..7622204 100644 --- a/wp-photo-sphere.js +++ b/wp-photo-sphere.js @@ -1,5 +1,5 @@ /* - * This file is part of WP Photo Sphere v3.2 + * This file is part of WP Photo Sphere v3.2.1 * http://jeremyheleine.me/#wp-photo-sphere * * Copyright (c) 2013-2015 Jérémy Heleine diff --git a/wp-photo-sphere.php b/wp-photo-sphere.php index e214c6e..c0a97b3 100644 --- a/wp-photo-sphere.php +++ b/wp-photo-sphere.php @@ -1,6 +1,6 @@