diff --git a/README.md b/README.md index df01105..ffeb0a8 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,10 @@ This plugin allows beer creators from home brewers to professional breweries to ## Latest Release ## -### [Version 3.0.0 - Expanded Feature Release](https://github.com/ErinMorelli/em-beer-manager/releases/download/v3.0.0/em-beer-manager.3.0.0.zip) ### -* [NEW] Display Untappd ratings & check-ins for individual beers -* [NEW] Associate an existing beer with an Untappd beer -* [LABS] Import access to all of a brewery's Untappd beers, instead of just 15 -* [LABS] Fixed ID importing, which was throwing an incorrect error -* Moved Untappd authentication out of Labs, available to all users, not just breweries -* Updated Untappd Check-ins widget to work with Untappd API +### [Version 3.0.1 - Critical Bug Fixes](https://github.com/ErinMorelli/em-beer-manager/releases/download/v3.0.1/em-beer-manager.3.0.1.zip) ### +* [FIXED] Untappd ratings star color and opacity not being set after upgrade +* [FIXED] User settings not being saved after upgrade +* [FIXED] Untappd ratings stars displaying output error diff --git a/README.txt b/README.txt index d260288..ff82b1c 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Donate link: http://www.erinmorelli.com/projects/em-beer-manager/ Tags: beer, beers, brewery, untappd Requires at least: 3.0.1 Tested up to: 4.7.2 -Stable tag: 3.0.0 +Stable tag: 3.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -252,6 +252,11 @@ Try refreshing your permalinks by going to "Settings" -> "Permalinks" and clicki == Changelog == += 3.0.1 = +* [FIXED] Untappd ratings star color and opacity not being set after upgrade +* [FIXED] User settings not being saved after upgrade +* [FIXED] Untappd ratings stars displaying output error + = 3.0.0 = * [NEW] Display Untappd ratings & check-ins for individual beers * [NEW] Associate an existing beer with an Untappd beer @@ -374,6 +379,9 @@ Try refreshing your permalinks by going to "Settings" -> "Permalinks" and clicki == Upgrade Notice == += 3.0.1 = +Critical bug fixes for 3.0.0 upgrade + = 3.0.0 = Fixes a number of lingering small bugs. Adds a number of new Untappd integration features. diff --git a/em-beer-manager.php b/em-beer-manager.php index 3ec8b99..cbb79ca 100644 --- a/em-beer-manager.php +++ b/em-beer-manager.php @@ -3,7 +3,7 @@ * Plugin Name: EM Beer Manager * Plugin URI: https://www.erinmorelli.com/projects/em-beer-manager * Description: Catalog and display your beers with WordPress. Integrates very simply with Untappd for individual beer check-ins. Great for everyone from home brewers to professional breweries! - * Version: 3.0.0 + * Version: 3.0.1 * Author: Erin Morelli * Author URI: https://www.erinmorelli.com/ * License: GPLv2 or later @@ -48,7 +48,7 @@ function EMBM_Plugin_load() { // Set current version - $embm_curr_version = '3.0.0'; + $embm_curr_version = '3.0.1'; // Define version key name if (!defined('EMBM_VERSION_KEY')) {