Skip to content

Commit 78a92fd

Browse files
committed
Version 4.7.0
1 parent 703c863 commit 78a92fd

File tree

4 files changed

+219
-203
lines changed

4 files changed

+219
-203
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wc-plugin-framework",
3-
"version": "4.6.6",
3+
"version": "4.7.0",
44
"title": "WooCommerce Plugin Framework",
55
"author": "SkyVerge Team",
66
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",

woocommerce/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** SkyVerge WooCommerce Plugin Framework Changelog ***
22

3+
2017.07.25 - version 4.7.0
4+
* Feature - Introduce the Apple Pay framework for developers
5+
36
2017.07.11 - version 4.6.6
47
* Fix - Ensure backwards compatibility with gateways that don't extend the SV_WC_API_Base class for their API
58

woocommerce/class-sv-wc-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
* plugin. This class handles all the "non-feature" support tasks such
3535
* as verifying dependencies are met, loading the text domain, etc.
3636
*
37-
* @version 4.6.6
37+
* @version 4.7.0
3838
*/
3939
abstract class SV_WC_Plugin {
4040

4141

4242
/** Plugin Framework Version */
43-
const VERSION = '4.6.6';
43+
const VERSION = '4.7.0';
4444

4545
/** @var object single instance of plugin */
4646
protected static $instance;

0 commit comments

Comments
 (0)