Flexible Shipping for WooCommerce - Version 2.1.9

Version Description

  • 2018-10-17 = Fixed error 500 after update to 2.1.8 version
Download this release

Release Info

Developer jablonowski
Plugin Icon 128x128 Flexible Shipping for WooCommerce
Version 2.1.9
Comparing to
See all releases

Code changes from version 2.1.8 to 2.1.9

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.8
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.8';
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.9
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.9';
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
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -174,6 +174,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
174
 
175
  * Fixed multiple shipments in some cases
176
 
 
 
 
177
  = 2.1.8 - 2018-10-16 =
178
  * Added support for WooCommerce 3.5
179
  * Dropped support for WooCommerce below 3.0 (the plugin may still work with older versions but we do not declare official support)
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.9
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
174
 
175
  * Fixed multiple shipments in some cases
176
 
177
+ = 2.1.9 - 2018-10-17 =
178
+ Fixed error 500 after update to 2.1.8 version
179
+
180
  = 2.1.8 - 2018-10-16 =
181
  * Added support for WooCommerce 3.5
182
  * Dropped support for WooCommerce below 3.0 (the plugin may still work with older versions but we do not declare official support)
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit6e9477a5f36cf8056d8cc614caae0f32::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit3fc668968dea98de805ed561102837de::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit6e9477a5f36cf8056d8cc614caae0f32
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInit6e9477a5f36cf8056d8cc614caae0f32
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit6e9477a5f36cf8056d8cc614caae0f32', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit6e9477a5f36cf8056d8cc614caae0f32', '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\ComposerStaticInit6e9477a5f36cf8056d8cc614caae0f32::getInitializer($loader));
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 ComposerAutoloaderInit3fc668968dea98de805ed561102837de
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit3fc668968dea98de805ed561102837de', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit3fc668968dea98de805ed561102837de', '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\ComposerStaticInit3fc668968dea98de805ed561102837de::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 ComposerStaticInit6e9477a5f36cf8056d8cc614caae0f32
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'W' =>
@@ -83,9 +83,9 @@ class ComposerStaticInit6e9477a5f36cf8056d8cc614caae0f32
83
  public static function getInitializer(ClassLoader $loader)
84
  {
85
  return \Closure::bind(function () use ($loader) {
86
- $loader->prefixLengthsPsr4 = ComposerStaticInit6e9477a5f36cf8056d8cc614caae0f32::$prefixLengthsPsr4;
87
- $loader->prefixDirsPsr4 = ComposerStaticInit6e9477a5f36cf8056d8cc614caae0f32::$prefixDirsPsr4;
88
- $loader->classMap = ComposerStaticInit6e9477a5f36cf8056d8cc614caae0f32::$classMap;
89
 
90
  }, null, ClassLoader::class);
91
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit3fc668968dea98de805ed561102837de
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 = ComposerStaticInit3fc668968dea98de805ed561102837de::$prefixLengthsPsr4;
87
+ $loader->prefixDirsPsr4 = ComposerStaticInit3fc668968dea98de805ed561102837de::$prefixDirsPsr4;
88
+ $loader->classMap = ComposerStaticInit3fc668968dea98de805ed561102837de::$classMap;
89
 
90
  }, null, ClassLoader::class);
91
  }
vendor/composer/installed.json CHANGED
@@ -1,17 +1,17 @@
1
  [
2
  {
3
  "name": "wpdesk/wp-mutex",
4
- "version": "dev-feature/init-version",
5
- "version_normalized": "dev-feature/init-version",
6
  "source": {
7
  "type": "git",
8
  "url": "https://gitlab.com/wpdesk/wp-mutex.git",
9
- "reference": "6b42402f26b6fb044680da0502b99db99fc4afaa"
10
  },
11
  "dist": {
12
  "type": "zip",
13
- "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-mutex/repository/archive.zip?sha=6b42402f26b6fb044680da0502b99db99fc4afaa",
14
- "reference": "6b42402f26b6fb044680da0502b99db99fc4afaa",
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-16T10:28:06+00:00",
29
  "type": "library",
30
  "installation-source": "source",
31
  "autoload": {
1
  [
2
  {
3
  "name": "wpdesk/wp-mutex",
4
+ "version": "dev-master",
5
+ "version_normalized": "9999999-dev",
6
  "source": {
7
  "type": "git",
8
  "url": "https://gitlab.com/wpdesk/wp-mutex.git",
9
+ "reference": "36ad4ad35e244aadef0d985be6785b23c20b1361"
10
  },
11
  "dist": {
12
  "type": "zip",
13
+ "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-mutex/repository/archive.zip?sha=36ad4ad35e244aadef0d985be6785b23c20b1361",
14
+ "reference": "36ad4ad35e244aadef0d985be6785b23c20b1361",
15
  "shasum": ""
16
  },
17
  "require": {
25
  "wimg/php-compatibility": "^8",
26
  "wp-coding-standards/wpcs": "^0.14.1"
27
  },
28
+ "time": "2018-10-16T10:47:04+00:00",
29
  "type": "library",
30
  "installation-source": "source",
31
  "autoload": {
vendor/wpdesk/wp-mutex CHANGED
@@ -1 +1 @@
1
- Subproject commit 6b42402f26b6fb044680da0502b99db99fc4afaa
1
+ Subproject commit 36ad4ad35e244aadef0d985be6785b23c20b1361