Version Description
- Tested with WooCommerce 7.0, WordPress 6.1.0.
Download this release
Release Info
Developer | dangoodman |
Plugin | WooCommerce Weight Based Shipping |
Version | 5.3.25 |
Comparing to | |
See all releases |
Code changes from version 5.3.24 to 5.3.25
- plugin.php +3 -3
- readme.txt +5 -2
- server/vendor/autoload.php +1 -1
- server/vendor/composer/autoload_real.php +7 -7
- server/vendor/composer/autoload_static.php +4 -4
- server/vendor/composer/capsuled.php +4 -4
plugin.php
CHANGED
@@ -4,14 +4,14 @@
|
|
4 |
* Plugin Name: WooCommerce Weight Based Shipping
|
5 |
* Plugin URI: https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/
|
6 |
* Description: Simple yet flexible shipping method for WooCommerce.
|
7 |
-
* Version: 5.3.
|
8 |
* Author: weightbasedshipping.com
|
9 |
* Author URI: https://weightbasedshipping.com
|
10 |
* Requires PHP: 7.1
|
11 |
* Requires at least: 4.0
|
12 |
-
* Tested up to: 6.
|
13 |
* WC requires at least: 3.2
|
14 |
-
* WC tested up to:
|
15 |
*/
|
16 |
|
17 |
if (!class_exists('WbsVendors_DgmWpPluginBootstrapGuard', false)) {
|
4 |
* Plugin Name: WooCommerce Weight Based Shipping
|
5 |
* Plugin URI: https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/
|
6 |
* Description: Simple yet flexible shipping method for WooCommerce.
|
7 |
+
* Version: 5.3.25
|
8 |
* Author: weightbasedshipping.com
|
9 |
* Author URI: https://weightbasedshipping.com
|
10 |
* Requires PHP: 7.1
|
11 |
* Requires at least: 4.0
|
12 |
+
* Tested up to: 6.1
|
13 |
* WC requires at least: 3.2
|
14 |
+
* WC tested up to: 7.0
|
15 |
*/
|
16 |
|
17 |
if (!class_exists('WbsVendors_DgmWpPluginBootstrapGuard', false)) {
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: dangoodman
|
|
3 |
Tags: ecommerce, woocommerce, shipping, woocommerce shipping, weight-based shipping, conditional free shipping, conditional flat rate, table rate shipping, weight, subtotal, country, shipping classes
|
4 |
Requires PHP: 7.1
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 6.
|
7 |
WC requires at least: 3.2
|
8 |
-
WC tested up to:
|
9 |
Stable tag: trunk
|
10 |
|
11 |
|
@@ -56,6 +56,9 @@ See <a href="https://wordpress.org/plugins/weight-based-shipping-for-woocommerce
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
59 |
= 5.3.24 =
|
60 |
* Tested with WooCommerce 6.9.
|
61 |
|
3 |
Tags: ecommerce, woocommerce, shipping, woocommerce shipping, weight-based shipping, conditional free shipping, conditional flat rate, table rate shipping, weight, subtotal, country, shipping classes
|
4 |
Requires PHP: 7.1
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 6.1
|
7 |
WC requires at least: 3.2
|
8 |
+
WC tested up to: 7.0
|
9 |
Stable tag: trunk
|
10 |
|
11 |
|
56 |
|
57 |
== Changelog ==
|
58 |
|
59 |
+
= 5.3.25 =
|
60 |
+
* Tested with WooCommerce 7.0, WordPress 6.1.0.
|
61 |
+
|
62 |
= 5.3.24 =
|
63 |
* Tested with WooCommerce 6.9.
|
64 |
|
server/vendor/autoload.php
CHANGED
@@ -7,4 +7,4 @@ call_user_func(require(__DIR__.'/dangoodman/composer-capsule-runtime/autoload.ph
|
|
7 |
|
8 |
require_once __DIR__ . '/composer/autoload_real.php';
|
9 |
|
10 |
-
return
|
7 |
|
8 |
require_once __DIR__ . '/composer/autoload_real.php';
|
9 |
|
10 |
+
return WbsVendors_ComposerAutoloaderInitfd53939f86fc3370905dc14626383a2e::getLoader();
|
server/vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -22,15 +22,15 @@ class WbsVendors_ComposerAutoloaderInit8330475ed23da854da5e8c784e133de6
|
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
-
spl_autoload_register(array('
|
26 |
self::$loader = $loader = new \WbsVendors\Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
27 |
-
spl_autoload_unregister(array('
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
-
call_user_func(\WbsVendors\Composer\Autoload\
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
@@ -51,12 +51,12 @@ class WbsVendors_ComposerAutoloaderInit8330475ed23da854da5e8c784e133de6
|
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
-
$includeFiles = \WbsVendors\Composer\Autoload\
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
-
|
60 |
}
|
61 |
|
62 |
return $loader;
|
@@ -68,7 +68,7 @@ class WbsVendors_ComposerAutoloaderInit8330475ed23da854da5e8c784e133de6
|
|
68 |
* @param string $file
|
69 |
* @return void
|
70 |
*/
|
71 |
-
function
|
72 |
{
|
73 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
74 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class WbsVendors_ComposerAutoloaderInitfd53939f86fc3370905dc14626383a2e
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
spl_autoload_register(array('WbsVendors_ComposerAutoloaderInitfd53939f86fc3370905dc14626383a2e', 'loadClassLoader'), true, true);
|
26 |
self::$loader = $loader = new \WbsVendors\Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
27 |
+
spl_autoload_unregister(array('WbsVendors_ComposerAutoloaderInitfd53939f86fc3370905dc14626383a2e', 'loadClassLoader'));
|
28 |
|
29 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
30 |
if ($useStaticLoader) {
|
31 |
require __DIR__ . '/autoload_static.php';
|
32 |
|
33 |
+
call_user_func(\WbsVendors\Composer\Autoload\ComposerStaticInitfd53939f86fc3370905dc14626383a2e::getInitializer($loader));
|
34 |
} else {
|
35 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
36 |
foreach ($map as $namespace => $path) {
|
51 |
$loader->register(true);
|
52 |
|
53 |
if ($useStaticLoader) {
|
54 |
+
$includeFiles = \WbsVendors\Composer\Autoload\ComposerStaticInitfd53939f86fc3370905dc14626383a2e::$files;
|
55 |
} else {
|
56 |
$includeFiles = require __DIR__ . '/autoload_files.php';
|
57 |
}
|
58 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
59 |
+
composerRequirefd53939f86fc3370905dc14626383a2e($fileIdentifier, $file);
|
60 |
}
|
61 |
|
62 |
return $loader;
|
68 |
* @param string $file
|
69 |
* @return void
|
70 |
*/
|
71 |
+
function composerRequirefd53939f86fc3370905dc14626383a2e($fileIdentifier, $file)
|
72 |
{
|
73 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
74 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
server/vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace WbsVendors\Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'b411d774a68934fe83360f73e6fe640f' => __DIR__ . '/..' . '/dangoodman/composer-capsule-runtime/autoload.php',
|
@@ -91,9 +91,9 @@ class ComposerStaticInit8330475ed23da854da5e8c784e133de6
|
|
91 |
public static function getInitializer(\WbsVendors\Composer\Autoload\ClassLoader $loader)
|
92 |
{
|
93 |
return \Closure::bind(function () use ($loader) {
|
94 |
-
$loader->prefixLengthsPsr4 = \WbsVendors\Composer\Autoload\
|
95 |
-
$loader->prefixDirsPsr4 = \WbsVendors\Composer\Autoload\
|
96 |
-
$loader->classMap = \WbsVendors\Composer\Autoload\
|
97 |
|
98 |
}, null, \WbsVendors\Composer\Autoload\ClassLoader::class);
|
99 |
}
|
4 |
|
5 |
namespace WbsVendors\Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitfd53939f86fc3370905dc14626383a2e
|
8 |
{
|
9 |
public static $files = array (
|
10 |
'b411d774a68934fe83360f73e6fe640f' => __DIR__ . '/..' . '/dangoodman/composer-capsule-runtime/autoload.php',
|
91 |
public static function getInitializer(\WbsVendors\Composer\Autoload\ClassLoader $loader)
|
92 |
{
|
93 |
return \Closure::bind(function () use ($loader) {
|
94 |
+
$loader->prefixLengthsPsr4 = \WbsVendors\Composer\Autoload\ComposerStaticInitfd53939f86fc3370905dc14626383a2e::$prefixLengthsPsr4;
|
95 |
+
$loader->prefixDirsPsr4 = \WbsVendors\Composer\Autoload\ComposerStaticInitfd53939f86fc3370905dc14626383a2e::$prefixDirsPsr4;
|
96 |
+
$loader->classMap = \WbsVendors\Composer\Autoload\ComposerStaticInitfd53939f86fc3370905dc14626383a2e::$classMap;
|
97 |
|
98 |
}, null, \WbsVendors\Composer\Autoload\ClassLoader::class);
|
99 |
}
|
server/vendor/composer/capsuled.php
CHANGED
@@ -140,9 +140,9 @@
|
|
140 |
'Dgm\\Shengine\\Attributes\\MapAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\MapAttribute',
|
141 |
'Dgm\\Range\\Range' => 'WbsVendors\\Dgm\\Range\\Range',
|
142 |
'Dgm\\ClassNameAware\\ClassNameAware' => 'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware',
|
143 |
-
'Composer\\Autoload\\
|
144 |
'Composer\\Autoload\\ClassLoader' => 'WbsVendors\\Composer\\Autoload\\ClassLoader',
|
145 |
-
'
|
146 |
),
|
147 |
'func' =>
|
148 |
array (
|
@@ -292,9 +292,9 @@
|
|
292 |
'WbsVendors\\Dgm\\Shengine\\Attributes\\MapAttribute' => 'Dgm\\Shengine\\Attributes\\MapAttribute',
|
293 |
'WbsVendors\\Dgm\\Range\\Range' => 'Dgm\\Range\\Range',
|
294 |
'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware' => 'Dgm\\ClassNameAware\\ClassNameAware',
|
295 |
-
'WbsVendors\\Composer\\Autoload\\
|
296 |
'WbsVendors\\Composer\\Autoload\\ClassLoader' => 'Composer\\Autoload\\ClassLoader',
|
297 |
-
'
|
298 |
),
|
299 |
'func' =>
|
300 |
array (
|
140 |
'Dgm\\Shengine\\Attributes\\MapAttribute' => 'WbsVendors\\Dgm\\Shengine\\Attributes\\MapAttribute',
|
141 |
'Dgm\\Range\\Range' => 'WbsVendors\\Dgm\\Range\\Range',
|
142 |
'Dgm\\ClassNameAware\\ClassNameAware' => 'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware',
|
143 |
+
'Composer\\Autoload\\ComposerStaticInitfd53939f86fc3370905dc14626383a2e' => 'WbsVendors\\Composer\\Autoload\\ComposerStaticInitfd53939f86fc3370905dc14626383a2e',
|
144 |
'Composer\\Autoload\\ClassLoader' => 'WbsVendors\\Composer\\Autoload\\ClassLoader',
|
145 |
+
'ComposerAutoloaderInitfd53939f86fc3370905dc14626383a2e' => 'WbsVendors_ComposerAutoloaderInitfd53939f86fc3370905dc14626383a2e',
|
146 |
),
|
147 |
'func' =>
|
148 |
array (
|
292 |
'WbsVendors\\Dgm\\Shengine\\Attributes\\MapAttribute' => 'Dgm\\Shengine\\Attributes\\MapAttribute',
|
293 |
'WbsVendors\\Dgm\\Range\\Range' => 'Dgm\\Range\\Range',
|
294 |
'WbsVendors\\Dgm\\ClassNameAware\\ClassNameAware' => 'Dgm\\ClassNameAware\\ClassNameAware',
|
295 |
+
'WbsVendors\\Composer\\Autoload\\ComposerStaticInitfd53939f86fc3370905dc14626383a2e' => 'Composer\\Autoload\\ComposerStaticInitfd53939f86fc3370905dc14626383a2e',
|
296 |
'WbsVendors\\Composer\\Autoload\\ClassLoader' => 'Composer\\Autoload\\ClassLoader',
|
297 |
+
'WbsVendors_ComposerAutoloaderInitfd53939f86fc3370905dc14626383a2e' => 'ComposerAutoloaderInitfd53939f86fc3370905dc14626383a2e',
|
298 |
),
|
299 |
'func' =>
|
300 |
array (
|