Skip to content

Commit 04420b5

Browse files
Update framework version in assets to v5.12.6
1 parent 2adc190 commit 04420b5

File tree

132 files changed

+556
-555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+556
-555
lines changed

composer.lock

Lines changed: 199 additions & 198 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/_support/plugins/gateway-test-plugin/gateway-test-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SV_WC_Framework_Gateway_Test_Plugin_Loader {
3939
const MINIMUM_WC_VERSION = '3.0.9';
4040

4141
/** SkyVerge plugin framework version used by this plugin */
42-
const FRAMEWORK_VERSION = '5.10.13';
42+
const FRAMEWORK_VERSION = '5.12.6';
4343

4444
/** the plugin name, for displaying notices */
4545
const PLUGIN_NAME = 'WooCommerce Framework Gateway Test Plugin';

tests/_support/plugins/gateway-test-plugin/includes/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace SkyVerge\WooCommerce\GatewayTestPlugin;
44

5-
use SkyVerge\WooCommerce\PluginFramework\v5_12_5 as Framework;
5+
use SkyVerge\WooCommerce\PluginFramework\v5_12_6 as Framework;
66

77
defined( 'ABSPATH' ) or exit;
88

tests/_support/plugins/gateway-test-plugin/includes/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace SkyVerge\WooCommerce\GatewayTestPlugin;
44

5-
use SkyVerge\WooCommerce\PluginFramework\v5_12_5 as Framework;
5+
use SkyVerge\WooCommerce\PluginFramework\v5_12_6 as Framework;
66

77
defined( 'ABSPATH' ) or exit;
88

tests/_support/plugins/gateway-test-plugin/includes/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace SkyVerge\WooCommerce\GatewayTestPlugin;
33

4-
use SkyVerge\WooCommerce\PluginFramework\v5_12_5 as Framework;
4+
use SkyVerge\WooCommerce\PluginFramework\v5_12_6 as Framework;
55

66
defined( 'ABSPATH' ) or exit;
77

tests/_support/plugins/test-plugin/includes/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace SkyVerge\WooCommerce\TestPlugin;
33

4-
use SkyVerge\WooCommerce\PluginFramework\v5_12_5 as Framework;
4+
use SkyVerge\WooCommerce\PluginFramework\v5_12_6 as Framework;
55

66
defined( 'ABSPATH' ) or exit;
77

tests/_support/plugins/test-plugin/includes/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace SkyVerge\WooCommerce\TestPlugin;
33

4-
use SkyVerge\WooCommerce\PluginFramework\v5_12_5 as Framework;
4+
use SkyVerge\WooCommerce\PluginFramework\v5_12_6 as Framework;
55

66
defined( 'ABSPATH' ) or exit;
77

tests/_support/plugins/test-plugin/includes/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace SkyVerge\WooCommerce\TestPlugin;
33

4-
use SkyVerge\WooCommerce\PluginFramework\v5_12_5 as Framework;
4+
use SkyVerge\WooCommerce\PluginFramework\v5_12_6 as Framework;
55

66
defined( 'ABSPATH' ) or exit;
77

tests/_support/plugins/test-plugin/test-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SV_WC_Framework_Test_Plugin_Loader {
3939
const MINIMUM_WC_VERSION = '3.0.9';
4040

4141
/** SkyVerge plugin framework version used by this plugin */
42-
const FRAMEWORK_VERSION = '5.10.13';
42+
const FRAMEWORK_VERSION = '5.12.6';
4343

4444
/** the plugin name, for displaying notices */
4545
const PLUGIN_NAME = 'WooCommerce Framework Test Plugin';

0 commit comments

Comments
 (0)