Version Description
- 2020-03-17 =
- Added support for WooCommerce 4.0
Download this release
Release Info
Developer | wpdesk |
Plugin | Flexible Shipping for WooCommerce |
Version | 3.9.12 |
Comparing to | |
See all releases |
Code changes from version 3.9.11 to 3.9.12
- flexible-shipping.php +3 -3
- readme.txt +5 -2
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
flexible-shipping.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Flexible Shipping
|
4 |
* Plugin URI: https://wordpress.org/plugins/flexible-shipping/
|
5 |
* Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
|
6 |
-
* Version: 3.9.
|
7 |
* Author: WP Desk
|
8 |
* Author URI: https://www.wpdesk.net/
|
9 |
* Text Domain: flexible-shipping
|
@@ -11,7 +11,7 @@
|
|
11 |
* Requires at least: 4.5
|
12 |
* Tested up to: 5.3.2
|
13 |
* WC requires at least: 3.1.0
|
14 |
-
* WC tested up to:
|
15 |
* Requires PHP: 5.6
|
16 |
*
|
17 |
* Copyright 2017 WP Desk Ltd.
|
@@ -38,7 +38,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
38 |
} // Exit if accessed directly
|
39 |
|
40 |
/* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */
|
41 |
-
$plugin_version = '3.9.
|
42 |
$plugin_release_timestamp = '2020-02-17 14:35';
|
43 |
|
44 |
$plugin_name = 'Flexible Shipping';
|
3 |
* Plugin Name: Flexible Shipping
|
4 |
* Plugin URI: https://wordpress.org/plugins/flexible-shipping/
|
5 |
* Description: Create additional shipment methods in WooCommerce and enable pricing based on cart weight or total.
|
6 |
+
* Version: 3.9.12
|
7 |
* Author: WP Desk
|
8 |
* Author URI: https://www.wpdesk.net/
|
9 |
* Text Domain: flexible-shipping
|
11 |
* Requires at least: 4.5
|
12 |
* Tested up to: 5.3.2
|
13 |
* WC requires at least: 3.1.0
|
14 |
+
* WC tested up to: 4.0.0
|
15 |
* Requires PHP: 5.6
|
16 |
*
|
17 |
* Copyright 2017 WP Desk Ltd.
|
38 |
} // Exit if accessed directly
|
39 |
|
40 |
/* THESE TWO VARIABLES CAN BE CHANGED AUTOMATICALLY */
|
41 |
+
$plugin_version = '3.9.12';
|
42 |
$plugin_release_timestamp = '2020-02-17 14:35';
|
43 |
|
44 |
$plugin_name = 'Flexible Shipping';
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Table Rate for WooCommerce by Flexible Shipping ===
|
2 |
Contributors: wpdesk,dyszczo,grola,piotrpo,dwukropek,marcinkolanko
|
3 |
Donate link: https://flexibleshipping.com/table-rate/
|
4 |
-
Tags: table rate, table rate shipping, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.3.2
|
7 |
-
Stable tag: 3.9.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -171,6 +171,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
|
|
171 |
|
172 |
== Changelog ==
|
173 |
|
|
|
|
|
|
|
174 |
= 3.9.11 - 2020-03-09 =
|
175 |
* Added additional security hardenings
|
176 |
* Fixed integrations link
|
1 |
=== Table Rate for WooCommerce by Flexible Shipping ===
|
2 |
Contributors: wpdesk,dyszczo,grola,piotrpo,dwukropek,marcinkolanko
|
3 |
Donate link: https://flexibleshipping.com/table-rate/
|
4 |
+
Tags: table rate, table rate shipping, conditional shipping, shipping method, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart based shipping, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.3.2
|
7 |
+
Stable tag: 3.9.12
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
171 |
|
172 |
== Changelog ==
|
173 |
|
174 |
+
= 3.9.12 - 2020-03-17 =
|
175 |
+
* Added support for WooCommerce 4.0
|
176 |
+
|
177 |
= 3.9.11 - 2020-03-09 =
|
178 |
* Added additional security hardenings
|
179 |
* Fixed integrations link
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit77040dd1a12b56c8ad7fd52ce92981db::getLoader();
|
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 |
|
@@ -19,15 +19,15 @@ class ComposerAutoloaderInite8b2dea9a12e7d1dfee420665a16a727
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
-
call_user_func(\Composer\Autoload\
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit77040dd1a12b56c8ad7fd52ce92981db
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit77040dd1a12b56c8ad7fd52ce92981db', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit77040dd1a12b56c8ad7fd52ce92981db', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
require_once __DIR__ . '/autoload_static.php';
|
29 |
|
30 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit77040dd1a12b56c8ad7fd52ce92981db::getInitializer($loader));
|
31 |
} else {
|
32 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
33 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
@@ -358,9 +358,9 @@ class ComposerStaticInite8b2dea9a12e7d1dfee420665a16a727
|
|
358 |
public static function getInitializer(ClassLoader $loader)
|
359 |
{
|
360 |
return \Closure::bind(function () use ($loader) {
|
361 |
-
$loader->prefixLengthsPsr4 =
|
362 |
-
$loader->prefixDirsPsr4 =
|
363 |
-
$loader->classMap =
|
364 |
|
365 |
}, null, ClassLoader::class);
|
366 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit77040dd1a12b56c8ad7fd52ce92981db
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'P' =>
|
358 |
public static function getInitializer(ClassLoader $loader)
|
359 |
{
|
360 |
return \Closure::bind(function () use ($loader) {
|
361 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit77040dd1a12b56c8ad7fd52ce92981db::$prefixLengthsPsr4;
|
362 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit77040dd1a12b56c8ad7fd52ce92981db::$prefixDirsPsr4;
|
363 |
+
$loader->classMap = ComposerStaticInit77040dd1a12b56c8ad7fd52ce92981db::$classMap;
|
364 |
|
365 |
}, null, ClassLoader::class);
|
366 |
}
|