diff --git a/readme.txt b/readme.txt index 14dcf45..9e756da 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.3 -Stable tag: 3.4.3 +Stable tag: 3.5 License: MIT License URI: http://opensource.org/licenses/MIT @@ -105,6 +105,18 @@ also use the `min_fov` and `max_fov` attributes. == Changelog == += 3.5 = +* New: eyes offset in VR mode (option and attribute) + += 3.4.3 = +* Dutch translation added + += 3.4.2 = +* Portuguese translation added + += 3.4.1 = +* Fixed: XMP data read again + = 3.4 = * New: Vertical animation control * New: Longitude restriction possible @@ -180,6 +192,18 @@ also use the `min_fov` and `max_fov` attributes. == Upgrade Notice == += 3.5 = +* New: eyes offset in VR mode (option and attribute) + += 3.4.3 = +* Dutch translation added + += 3.4.2 = +* Portuguese translation added + += 3.4.1 = +* Fixed: XMP data read again + = 3.4 = * New: Vertical animation control * New: Longitude restriction possible diff --git a/wp-photo-sphere.js b/wp-photo-sphere.js index a780497..f681eda 100644 --- a/wp-photo-sphere.js +++ b/wp-photo-sphere.js @@ -1,5 +1,5 @@ /* - * This file is part of WP Photo Sphere v3.4.3 + * This file is part of WP Photo Sphere v3.5 * http://jeremyheleine.me * * Copyright (c) 2013-2015 Jérémy Heleine diff --git a/wp-photo-sphere.php b/wp-photo-sphere.php index be5bc45..4489e6d 100644 --- a/wp-photo-sphere.php +++ b/wp-photo-sphere.php @@ -1,6 +1,6 @@