diff --git a/app/SimpleFavorites.php b/app/SimpleFavorites.php index 44b696c..c6e402a 100644 --- a/app/SimpleFavorites.php +++ b/app/SimpleFavorites.php @@ -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'); diff --git a/favorites.php b/favorites.php index fb2cee6..5a418c8 100644 --- a/favorites.php +++ b/favorites.php @@ -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 diff --git a/readme.txt b/readme.txt index 239f1d1..47b7545 100644 --- a/readme.txt +++ b/readme.txt @@ -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