Skip to content

Commit 0a1bd91

Browse files
committed
Version 3.7.1
1 parent f1bd2f2 commit 0a1bd91

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

readme.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: Jeremy Heleine
33
Tags: Google, Android, Photo Sphere, photos, panoramas, 360-degree, equirectangular
44
Requires at least: 3.1
55
Tested up to: 4.7.3
6-
Stable tag: 3.7
6+
Stable tag: 3.7.1
77
License: MIT
88
License URI: http://opensource.org/licenses/MIT
99

@@ -105,6 +105,13 @@ also use the `min_fov` and `max_fov` attributes.
105105

106106
== Changelog ==
107107

108+
= 3.7.1 =
109+
* Portuguese translation updated
110+
111+
= 3.7 =
112+
* New option and attributes to control the sphere quality
113+
* New option and attribute to control the "scroll to zoom" feature
114+
108115
= 3.6.2 =
109116
* Dutch translation updated
110117

@@ -206,6 +213,13 @@ also use the `min_fov` and `max_fov` attributes.
206213

207214
== Upgrade Notice ==
208215

216+
= 3.7.1 =
217+
* Portuguese translation updated
218+
219+
= 3.7 =
220+
* New option and attributes to control the sphere quality
221+
* New option and attribute to control the "scroll to zoom" feature
222+
209223
= 3.6.2 =
210224
* Dutch translation updated
211225

wp-photo-sphere.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of WP Photo Sphere v3.7
2+
* This file is part of WP Photo Sphere v3.7.1
33
* http://jeremyheleine.me
44
*
55
* Copyright (c) 2013-2017 Jérémy Heleine

wp-photo-sphere.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* WP Photo Sphere v3.7
3+
* WP Photo Sphere v3.7.1
44
* http://jeremyheleine.me
55
*
66
* Copyright (c) 2013-2017 Jérémy Heleine
@@ -28,7 +28,7 @@
2828
Plugin Name: WP Photo Sphere
2929
Plugin URI: http://jeremyheleine.me
3030
Description: A filter that displays 360×180 degree panoramas. Please read the readme file for instructions.
31-
Version: 3.7
31+
Version: 3.7.1
3232
Author: Jérémy Heleine
3333
Author URI: http://jeremyheleine.me
3434
Text Domain: wp-photo-sphere
@@ -38,7 +38,7 @@
3838

3939
// Current version number
4040
if (!defined('WP_PHOTO_SPHERE_VERSION'))
41-
define('WP_PHOTO_SPHERE_VERSION', '3.7');
41+
define('WP_PHOTO_SPHERE_VERSION', '3.7.1');
4242

4343
function wpps_activation() {
4444
update_option('wpps_version', WP_PHOTO_SPHERE_VERSION);

0 commit comments

Comments
 (0)