Skip to content

Commit

Permalink
Version numbers updated in prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylephillips committed Mar 24, 2015
1 parent 30b444e commit 691e976
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/SimpleFavorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static function init()
$simple_favorites_env = 'live';

global $simple_favorites_version;
$simple_favorites_version = '1.0.1';
$simple_favorites_version = '1.0.2';

global $simple_favorites_name;
$simple_favorites_name = __('Favorites', 'simplefavorites');
Expand Down
2 changes: 1 addition & 1 deletion favorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Favorites
Plugin URI: http://favoriteposts.com
Description: Simple and flexible favorite buttons for any post type.
Version: 1.0.1
Version: 1.0.2
Author: Kyle Phillips
Author URI: https://github.com/kylephillips
Text Domain: simplefavorites
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Yes, although the buttons may display the incorrect state momentarily. Button st

== Changelog ==

= 1.0.2 =
* Fixed array error bug for logged in users

= 1.0.1 =
* Fixed bug where logged in user's favorites were pulling from session/cookie rather than saved user meta
* Tested for 4.2 compatibility
Expand Down

0 comments on commit 691e976

Please sign in to comment.