Skip to content

Commit

Permalink
Tagging v3.0.1 - Critical Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinMorelli committed Jan 30, 2017
1 parent d35edef commit fd829ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
10 changes: 9 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions em-beer-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')) {
Expand Down

0 comments on commit fd829ab

Please sign in to comment.