diff --git a/readme.txt b/readme.txt index 20ccf8a..0e729bb 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.7.3 -Stable tag: 3.7 +Stable tag: 3.7.1 License: MIT License URI: http://opensource.org/licenses/MIT @@ -105,6 +105,13 @@ also use the `min_fov` and `max_fov` attributes. == Changelog == += 3.7.1 = +* Portuguese translation updated + += 3.7 = +* New option and attributes to control the sphere quality +* New option and attribute to control the "scroll to zoom" feature + = 3.6.2 = * Dutch translation updated @@ -206,6 +213,13 @@ also use the `min_fov` and `max_fov` attributes. == Upgrade Notice == += 3.7.1 = +* Portuguese translation updated + += 3.7 = +* New option and attributes to control the sphere quality +* New option and attribute to control the "scroll to zoom" feature + = 3.6.2 = * Dutch translation updated diff --git a/wp-photo-sphere.js b/wp-photo-sphere.js index ba3b7e4..078f266 100644 --- a/wp-photo-sphere.js +++ b/wp-photo-sphere.js @@ -1,5 +1,5 @@ /* - * This file is part of WP Photo Sphere v3.7 + * This file is part of WP Photo Sphere v3.7.1 * http://jeremyheleine.me * * Copyright (c) 2013-2017 Jérémy Heleine diff --git a/wp-photo-sphere.php b/wp-photo-sphere.php index e7b719d..a39862a 100644 --- a/wp-photo-sphere.php +++ b/wp-photo-sphere.php @@ -1,6 +1,6 @@