Skip to content

Commit

Permalink
released v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flowdee committed Mar 5, 2017
1 parent eaaf934 commit 4399493
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: flowdee
Donate link: https://donate.flowdee.de
Tags: hearthstone, blizzard, cards, overlay, card, deck, tooltip, hearthstone cards, gold
Requires at least: 3.5.1
Tested up to: 4.7.0
Stable tag: 2.3.6
Tested up to: 4.7.2
Stable tag: 2.3.7
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= Version 2.3.7 (5th March 2017) =
* Replaced card image source in order to avoid https issues
* Added settings page note for available card image languages
* Updated local cards database to latest 17720

= Version 2.3.6 (13th December 2016) =
* Updated local cards database to latest v15590

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

== Upgrade Notice ==

= Version 2.3.7 (5th March 2017) =
* Replaced card image source in order to avoid https issues
* Added settings page note for available card image languages
* Updated local cards database to latest 17720

= Version 2.3.6 (13th December 2016) =
* Updated local cards database to latest v15590

Expand Down
8 changes: 4 additions & 4 deletions hearthstone-cards.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* @author flowdee <[email protected]>
* @license GPL-3.0+
* @link https://coder.flowdee.de
* @copyright 2016 flowdee
* @copyright 2017 flowdee
*
* @wordpress-plugin
* 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.6
* Version: 2.3.7
* Author: flowdee
* Author URI: https://coder.flowdee.de
* Text Domain: hearthstone-cards
Expand All @@ -27,8 +27,8 @@
/*----------------------------------------------------------------------------*
* Define Plugin Constants
*----------------------------------------------------------------------------*/
define( 'HCFW_VERSION', '2.3.6' );
define( 'HCFW_LAST_UPDATE', '13.12.2016' );
define( 'HCFW_VERSION', '2.3.7' );
define( 'HCFW_LAST_UPDATE', '05.03.2017' );
define( 'HCFW_DIR', plugin_dir_path( __FILE__ ) );
define( 'HCFW_URL', plugin_dir_url( __FILE__ ) );
define( 'HCFW_CACHE', 'hcfw_cache' );
Expand Down

0 comments on commit 4399493

Please sign in to comment.