Skip to content

Commit 137c2d1

Browse files
committed
Versioning to 3.0.4
* Fix - Bug when removing a tokenized credit card from the My Account page * Tweak - Accept a notice-class parameter when rendering admin notice to avoid always using the "error" notice
1 parent d239ac0 commit 137c2d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

woocommerce/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** SkyVerge WooCommerce Plugin Framework Changelog ***
22

3-
2014.nn.nn - version 3.0.3-2
3+
2014.12.11 - version 3.0.4
44
* Fix - Bug when removing a tokenized credit card from the My Account page
55
* Tweak - Accept a notice-class parameter when rendering admin notice to avoid always using the "error" notice
66

woocommerce/class-sv-wc-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
* Use the standard WordPress/WooCommerce `is_*` methods when adding the notice
8585
* to control which pages it does (or does not) display on.
8686
*
87-
* @version 3.0.3-2
87+
* @version 3.0.4
8888
*/
8989
abstract class SV_WC_Plugin {
9090

9191
/** Plugin Framework Version */
92-
const VERSION = '3.0.3-2';
92+
const VERSION = '3.0.4';
9393

9494
/** @var string plugin id */
9595
private $id;

0 commit comments

Comments
 (0)