Skip to content

Commit

Permalink
bumb v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowdee committed May 4, 2016
1 parent 7e7b792 commit 3b507c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
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://donate.flowdee.de
Tags: hearthstone, blizzard, cards, overlay, card, deck, tooltip, hearthstone cards, gold
Requires at least: 3.5.1
Tested up to: 4.5.1
Stable tag: 2.3.0
Stable tag: 2.3.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -84,6 +84,10 @@ Yes of course. Please install the plugin via the network administration but **do

== Changelog ==

= Version 2.3.1 (4th May 2016) =
* Fix: Card data couldn't be fetched in a certain circumstance (replaced file_get_contents with wp_remote_get)
* Fix: Card data will only be cached when it was fetched correctly from now on

= Version 2.3.0 (29th April 2016) =
* !!! After updating the plugin you have to re-activate it !!!
* New: New cards and data will now be fetched via an API automatically
Expand Down Expand Up @@ -177,6 +181,10 @@ Yes of course. Please install the plugin via the network administration but **do

== Upgrade Notice ==

= Version 2.3.1 (4th May 2016) =
* Fix: Card data couldn't be fetched in a certain circumstance (replaced file_get_contents with wp_remote_get)
* Fix: Card data will only be cached when it was fetched correctly from now on

= Version 2.3.0 (29th April 2016) =
* !!! After updating the plugin you have to re-activate it !!!
* New: New cards and data will now be fetched via an API automatically
Expand Down
4 changes: 2 additions & 2 deletions hearthstone-cards.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Hearthstone Cards for WordPress
* Plugin URI: https://wordpress.org/plugins/hearthstone-cards/
* Description: Hearthstone Cards for WordPress adds an overlay to written card names and displays the associated image while hovering them.
* Version: 2.3.0
* Version: 2.3.1
* Author: flowdee
* Author URI: https://coder.flowdee.de
* Text Domain: hearthstone-cards
Expand All @@ -27,7 +27,7 @@
/*----------------------------------------------------------------------------*
* Define Plugin Constants
*----------------------------------------------------------------------------*/
define( 'HCFW_VERSION', '2.3.0' );
define( 'HCFW_VERSION', '2.3.1' );
define( 'HCFW_DIR', plugin_dir_path( __FILE__ ) );
define( 'HCFW_URL', plugin_dir_url( __FILE__ ) );
define( 'HCFW_CARDS_CACHE', 'hcfw_cards_data' );
Expand Down

0 comments on commit 3b507c2

Please sign in to comment.