Version Description
- 2018-10-17 = Fixed error 500 after update to 2.1.8/2.1.9 version
Download this release
Release Info
Developer | jablonowski |
Plugin | Flexible Shipping for WooCommerce |
Version | 2.1.10 |
Comparing to | |
See all releases |
Code changes from version 2.1.9 to 2.1.10
- flexible-shipping.php +2 -2
- readme.txt +3 -3
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.json +4 -4
- vendor/wpdesk/wp-mutex +1 -1
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: 2.1.
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-shipping
|
@@ -36,7 +36,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
36 |
exit;
|
37 |
} // Exit if accessed directly
|
38 |
|
39 |
-
$plugin_version = '2.1.
|
40 |
|
41 |
define( 'FLEXIBLE_SHIPPING_VERSION', $plugin_version );
|
42 |
|
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: 2.1.10
|
7 |
Author: WP Desk
|
8 |
Author URI: https://www.wpdesk.net/
|
9 |
Text Domain: flexible-shipping
|
36 |
exit;
|
37 |
} // Exit if accessed directly
|
38 |
|
39 |
+
$plugin_version = '2.1.10';
|
40 |
|
41 |
define( 'FLEXIBLE_SHIPPING_VERSION', $plugin_version );
|
42 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.wpdesk.net/products/flexible-shipping-pro-woocommerce/
|
|
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: 4.9.8
|
7 |
-
Stable tag: 2.1.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv3 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -171,8 +171,8 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
|
|
171 |
|
172 |
== Changelog ==
|
173 |
|
174 |
-
|
175 |
-
|
176 |
|
177 |
= 2.1.9 - 2018-10-17 =
|
178 |
Fixed error 500 after update to 2.1.8 version
|
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: 4.9.8
|
7 |
+
Stable tag: 2.1.10
|
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 |
+
= 2.1.10 - 2018-10-17 =
|
175 |
+
Fixed error 500 after update to 2.1.8/2.1.9 version
|
176 |
|
177 |
= 2.1.9 - 2018-10-17 =
|
178 |
Fixed error 500 after update to 2.1.8 version
|
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 ComposerAutoloaderInitd6dd9e6f4ec2b811f4b5474bce1efe33::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 ComposerAutoloaderInit3fc668968dea98de805ed561102837de
|
|
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 ComposerAutoloaderInitd6dd9e6f4ec2b811f4b5474bce1efe33
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInitd6dd9e6f4ec2b811f4b5474bce1efe33', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitd6dd9e6f4ec2b811f4b5474bce1efe33', '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\ComposerStaticInitd6dd9e6f4ec2b811f4b5474bce1efe33::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 |
'W' =>
|
@@ -83,9 +83,9 @@ class ComposerStaticInit3fc668968dea98de805ed561102837de
|
|
83 |
public static function getInitializer(ClassLoader $loader)
|
84 |
{
|
85 |
return \Closure::bind(function () use ($loader) {
|
86 |
-
$loader->prefixLengthsPsr4 =
|
87 |
-
$loader->prefixDirsPsr4 =
|
88 |
-
$loader->classMap =
|
89 |
|
90 |
}, null, ClassLoader::class);
|
91 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInitd6dd9e6f4ec2b811f4b5474bce1efe33
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'W' =>
|
83 |
public static function getInitializer(ClassLoader $loader)
|
84 |
{
|
85 |
return \Closure::bind(function () use ($loader) {
|
86 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitd6dd9e6f4ec2b811f4b5474bce1efe33::$prefixLengthsPsr4;
|
87 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitd6dd9e6f4ec2b811f4b5474bce1efe33::$prefixDirsPsr4;
|
88 |
+
$loader->classMap = ComposerStaticInitd6dd9e6f4ec2b811f4b5474bce1efe33::$classMap;
|
89 |
|
90 |
}, null, ClassLoader::class);
|
91 |
}
|
vendor/composer/installed.json
CHANGED
@@ -6,12 +6,12 @@
|
|
6 |
"source": {
|
7 |
"type": "git",
|
8 |
"url": "https://gitlab.com/wpdesk/wp-mutex.git",
|
9 |
-
"reference": "
|
10 |
},
|
11 |
"dist": {
|
12 |
"type": "zip",
|
13 |
-
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-mutex/repository/archive.zip?sha=
|
14 |
-
"reference": "
|
15 |
"shasum": ""
|
16 |
},
|
17 |
"require": {
|
@@ -25,7 +25,7 @@
|
|
25 |
"wimg/php-compatibility": "^8",
|
26 |
"wp-coding-standards/wpcs": "^0.14.1"
|
27 |
},
|
28 |
-
"time": "2018-10-
|
29 |
"type": "library",
|
30 |
"installation-source": "source",
|
31 |
"autoload": {
|
6 |
"source": {
|
7 |
"type": "git",
|
8 |
"url": "https://gitlab.com/wpdesk/wp-mutex.git",
|
9 |
+
"reference": "557f824ee255bbf22954cd8f94bfb96aa3faeded"
|
10 |
},
|
11 |
"dist": {
|
12 |
"type": "zip",
|
13 |
+
"url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-mutex/repository/archive.zip?sha=557f824ee255bbf22954cd8f94bfb96aa3faeded",
|
14 |
+
"reference": "557f824ee255bbf22954cd8f94bfb96aa3faeded",
|
15 |
"shasum": ""
|
16 |
},
|
17 |
"require": {
|
25 |
"wimg/php-compatibility": "^8",
|
26 |
"wp-coding-standards/wpcs": "^0.14.1"
|
27 |
},
|
28 |
+
"time": "2018-10-17T11:24:21+00:00",
|
29 |
"type": "library",
|
30 |
"installation-source": "source",
|
31 |
"autoload": {
|
vendor/wpdesk/wp-mutex
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
1 |
+
Subproject commit 557f824ee255bbf22954cd8f94bfb96aa3faeded
|