Skip to content

Commit a136edc

Browse files
Dev versioning
1 parent 5f6c80f commit a136edc

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skyverge/wc-plugin-framework",
33
"description": "The official SkyVerge WooCommerce plugin framework",
4-
"version": "5.10.2",
4+
"version": "5.10.3",
55
"require-dev": {
66
"lucatume/wp-browser": "2.4.6",
77
"phpcompatibility/php-compatibility": "9.3.5",

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": "5.10.2",
3+
"version": "5.10.3",
44
"title": "WooCommerce Plugin Framework",
55
"author": "SkyVerge Team",
66
"homepage": "https://github.com/skyverge/wc-plugin-framework#readme",

woocommerce-framework-plugin-loader-sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class SV_WC_Framework_Plugin_Loader {
6060
const MINIMUM_WC_VERSION = '3.5';
6161

6262
/** SkyVerge plugin framework version used by this plugin */
63-
const FRAMEWORK_VERSION = '5.10.2'; // TODO: framework version
63+
const FRAMEWORK_VERSION = '5.10.3'; // TODO: framework version
6464

6565
/** the plugin name, for displaying notices */
6666
const PLUGIN_NAME = 'WooCommerce Framework Plugin'; // TODO: plugin name

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+
2020.12.07 - version 5.10.3
4+
* Fix - Fix enqueuing token editor JS
5+
36
2020.12.03 - version 5.10.2
47
* Misc - Update deprecated jQuery usages
58

woocommerce/class-sv-wc-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ abstract class SV_WC_Plugin {
4343

4444

4545
/** Plugin Framework Version */
46-
const VERSION = '5.10.2';
46+
const VERSION = '5.10.3';
4747

4848
/** @var object single instance of plugin */
4949
protected static $instance;

0 commit comments

Comments
 (0)