Skip to content

Commit

Permalink
Ready for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Sep 28, 2017
1 parent 39bd3fe commit 482dc08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Author URI: http://www.pootlepress.com
Author: PootlePress
Donate link:
Requires at least: 4.1.0
Tested up to: 4.7
Stable tag: 1.1.1
Tested up to: 4.9.alpha
Stable tag: 1.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -64,6 +64,11 @@ Initial release

== Changelog ==

= 1.2.0 =
* 2017-09-28
* Fix - Unsplash tooltip not readable
* Fix - Slider slides not showing full width in editor

= 1.1.1 =
* 2017-05-11
* Fix - Yoast SEO compatibility
Expand Down
2 changes: 1 addition & 1 deletion class-pootle-slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private function __construct( $file ) {
self::$file = $file;
self::$url = plugin_dir_url( $file );
self::$path = plugin_dir_path( $file );
self::$version = '1.1.1';
self::$version = '1.2.0';

//Instantiating admin class
$this->admin = Pootle_Slider_Admin::instance();
Expand Down
2 changes: 1 addition & 1 deletion pootle-slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://pootlepress.com/
Description: The amazing Pootle slider
Author: pootlepress
Version: 1.1.1
Version: 1.2.0
Author URI: http://pootlepress.com/
@developer shramee <shramee.srivastav@gmail.com>
*/
Expand Down

0 comments on commit 482dc08

Please sign in to comment.