Skip to content

Commit

Permalink
Version 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyHeleine committed Mar 25, 2017
1 parent f1bd2f2 commit 0a1bd91
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
16 changes: 15 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.7.3
Stable tag: 3.7
Stable tag: 3.7.1
License: MIT
License URI: http://opensource.org/licenses/MIT

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

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.7
* This file is part of WP Photo Sphere v3.7.1
* http://jeremyheleine.me
*
* Copyright (c) 2013-2017 Jérémy Heleine
Expand Down
6 changes: 3 additions & 3 deletions wp-photo-sphere.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* WP Photo Sphere v3.7
* WP Photo Sphere v3.7.1
* http://jeremyheleine.me
*
* Copyright (c) 2013-2017 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.7
Version: 3.7.1
Author: Jérémy Heleine
Author URI: http://jeremyheleine.me
Text Domain: wp-photo-sphere
Expand All @@ -38,7 +38,7 @@

// Current version number
if (!defined('WP_PHOTO_SPHERE_VERSION'))
define('WP_PHOTO_SPHERE_VERSION', '3.7');
define('WP_PHOTO_SPHERE_VERSION', '3.7.1');

function wpps_activation() {
update_option('wpps_version', WP_PHOTO_SPHERE_VERSION);
Expand Down

0 comments on commit 0a1bd91

Please sign in to comment.