Skip to content

Commit

Permalink
Ready for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Apr 27, 2018
1 parent e94e7db commit e495691
Show file tree
Hide file tree
Showing 2 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.3-alpha
Stable tag: 0.5.0
Tested up to: 4.9.5
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -57,6 +57,11 @@ We encourage everyone to contribute their ideas, thoughts and code snippets. Thi
Initial release

== Changelog ==
= 1.0.0 =
* 2018-04-27
* New - Save skins to Pootle cloud
* New - Refreshed User Interface

= 0.5.0 =
* 2017-02-10
* Initial release. It's alive!
4 changes: 2 additions & 2 deletions storefront-pro-skins.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://pootlepress.com/
Description: Save instances of theme customization settings as skins and apply them on demand later.
Author: pootlepress
Version: 1.0.beta
Version: 1.0.0
Author URI: http://pootlepress.com/
@developer shramee <[email protected]>
*/
Expand Down Expand Up @@ -73,7 +73,7 @@ private function __construct( $file ) {
self::$file = $file;
self::$url = plugin_dir_url( $file );
self::$path = plugin_dir_path( $file );
self::$version = '0.5.0';
self::$version = '1.0.0';

add_action( 'after_setup_theme', array( $this, 'setup' ) );
}
Expand Down

0 comments on commit e495691

Please sign in to comment.