Skip to content

Commit 03a1a91

Browse files
committed
3.0.2 Versioning
1 parent 073aa35 commit 03a1a91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.1-1
3+
2014.nn.nn - version 3.0.2
44
* Fix - Add commonly used notice functions to avoid errors when renewing subscriptions
55

66
2014.10.15 - version 3.0.1

woocommerce/class-sv-wc-helper.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ public static function get_request( $key ) {
458458
*
459459
* WC notice funtions are not available in the admin
460460
*
461-
* @since 3.0.1-1
461+
* @since 3.0.2
462462
* @param string $notice_type The name of the notice type - either error, success or notice. [optional]
463463
* @return int
464464
*/
@@ -477,7 +477,7 @@ public static function wc_notice_count( $notice_type = '' ) {
477477
*
478478
* WC notice funtions are not available in the admin
479479
*
480-
* @since 3.0.1-1
480+
* @since 3.0.2
481481
* @param string $message The text to display in the notice.
482482
* @param string $notice_type The singular name of the notice type - either error, success or notice. [optional]
483483
*/
@@ -494,7 +494,7 @@ public static function wc_add_notice( $message, $notice_type = 'success' ) {
494494
*
495495
* WC notice funtions are not available in the admin
496496
*
497-
* @since 3.0.1-1
497+
* @since 3.0.2
498498
* @param string $message The text to display in the notice.
499499
* @param string $notice_type The singular name of the notice type - either error, success or notice. [optional]
500500
*/

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.1-1
87+
* @version 3.0.2
8888
*/
8989
abstract class SV_WC_Plugin {
9090

9191
/** Plugin Framework Version */
92-
const VERSION = '3.0.1-1';
92+
const VERSION = '3.0.2';
9393

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

0 commit comments

Comments
 (0)