Skip to content

Commit 0f4c5a8

Browse files
committed
Release versioning
1 parent 51f4da0 commit 0f4c5a8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.0",
4+
"version": "5.10.1",
55
"require-dev": {
66
"lucatume/wp-browser": "^2.1",
77
"phpcompatibility/php-compatibility": "9.3.5",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
3+
"version": "5.10.1",
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.1-dev.1'; // TODO: framework version
63+
const FRAMEWORK_VERSION = '5.10.1'; // 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** SkyVerge WooCommerce Plugin Framework Changelog ***
22

3-
2020.nn.nn - version 5.10.1-dev.1
3+
2020.11.24 - version 5.10.1
44
* Fix - Prevent a deprecated notice for SV_WC_Payment_Gateway_Hosted::do_invalid_transaction_response() in PHP 8
55
* Fix - Prevent PHP Notices and fatal errors on wizard steps
66

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.1-dev.1';
46+
const VERSION = '5.10.1';
4747

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

0 commit comments

Comments
 (0)