Skip to content

Commit 482dc08

Browse files
committed
Ready for v1.2
1 parent 39bd3fe commit 482dc08

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Author URI: http://www.pootlepress.com
88
Author: PootlePress
99
Donate link:
1010
Requires at least: 4.1.0
11-
Tested up to: 4.7
12-
Stable tag: 1.1.1
11+
Tested up to: 4.9.alpha
12+
Stable tag: 1.2.0
1313
License: GPLv2 or later
1414
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1515

@@ -64,6 +64,11 @@ Initial release
6464

6565
== Changelog ==
6666

67+
= 1.2.0 =
68+
* 2017-09-28
69+
* Fix - Unsplash tooltip not readable
70+
* Fix - Slider slides not showing full width in editor
71+
6772
= 1.1.1 =
6873
* 2017-05-11
6974
* Fix - Yoast SEO compatibility

class-pootle-slider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private function __construct( $file ) {
9292
self::$file = $file;
9393
self::$url = plugin_dir_url( $file );
9494
self::$path = plugin_dir_path( $file );
95-
self::$version = '1.1.1';
95+
self::$version = '1.2.0';
9696

9797
//Instantiating admin class
9898
$this->admin = Pootle_Slider_Admin::instance();

pootle-slider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: http://pootlepress.com/
55
Description: The amazing Pootle slider
66
Author: pootlepress
7-
Version: 1.1.1
7+
Version: 1.2.0
88
Author URI: http://pootlepress.com/
99
@developer shramee <shramee.srivastav@gmail.com>
1010
*/

0 commit comments

Comments
 (0)