Skip to content

Commit

Permalink
Version 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyHeleine committed Nov 24, 2015
1 parent b841442 commit 3a92945
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 deletions.
26 changes: 25 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.3
Stable tag: 3.4.3
Stable tag: 3.5
License: MIT
License URI: http://opensource.org/licenses/MIT

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
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.4.3
* This file is part of WP Photo Sphere v3.5
* http://jeremyheleine.me
*
* Copyright (c) 2013-2015 Jérémy Heleine
Expand Down
8 changes: 4 additions & 4 deletions wp-photo-sphere.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* WP Photo Sphere v3.4.3
* WP Photo Sphere v3.5
* http://jeremyheleine.me
*
* 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
Description: A filter that displays 360×180 degree panoramas. Please read the readme file for instructions.
Version: 3.4.3
Version: 3.5
Author: Jérémy Heleine
Author URI: http://jeremyheleine.me
Text Domain: wp-photo-sphere
Expand Down Expand Up @@ -92,8 +92,8 @@ function wpps_deactivation() {

function wpps_register_scripts() {
wp_register_script('wpps-three', plugin_dir_url(__FILE__) . 'lib/three.min.js', array(), '3.3', true);
wp_register_script('wpps-psv', plugin_dir_url(__FILE__) . 'lib/photo-sphere-viewer.min.js', array('wpps-three'), '2.4.1', true);
wp_register_script('wp-photo-sphere', plugin_dir_url(__FILE__) . 'wp-photo-sphere.js', array('jquery', 'wpps-psv'), '3.4.1', true);
wp_register_script('wpps-psv', plugin_dir_url(__FILE__) . 'lib/photo-sphere-viewer.min.js', array('wpps-three'), '2.5', true);
wp_register_script('wp-photo-sphere', plugin_dir_url(__FILE__) . 'wp-photo-sphere.js', array('jquery', 'wpps-psv'), '3.5', true);
}
add_action('plugins_loaded', 'wpps_register_scripts');

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.4.3
* This file is part of WP Photo Sphere v3.5
* http://jeremyheleine.me
*
* Copyright (c) 2013-2015 Jérémy Heleine
Expand Down

0 comments on commit 3a92945

Please sign in to comment.