Flexible Shipping for WooCommerce - Version 3.16.2

Version Description

  • 2020-11-18 =
  • Added support for WooCommerce 4.7
Download this release

Release Info

Developer wpdesk
Plugin Icon 128x128 Flexible Shipping for WooCommerce
Version 3.16.2
Comparing to
See all releases

Code changes from version 3.16.1 to 3.16.2

flexible-shipping.php CHANGED
@@ -3,15 +3,15 @@
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.16.1
7
  * Author: WP Desk
8
  * Author URI: https://www.wpdesk.net/
9
  * Text Domain: flexible-shipping
10
  * Domain Path: /lang/
11
  * Requires at least: 4.9
12
  * Tested up to: 5.5
13
- * WC requires at least: 4.2
14
- * WC tested up to: 4.6
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
  /* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
41
- $plugin_version = '3.16.1';
42
 
43
  $plugin_name = 'Flexible Shipping';
44
  $product_id = '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.16.2
7
  * Author: WP Desk
8
  * Author URI: https://www.wpdesk.net/
9
  * Text Domain: flexible-shipping
10
  * Domain Path: /lang/
11
  * Requires at least: 4.9
12
  * Tested up to: 5.5
13
+ * WC requires at least: 4.4
14
+ * WC tested up to: 4.7
15
  * Requires PHP: 5.6
16
  *
17
  * Copyright 2017 WP Desk Ltd.
38
  } // Exit if accessed directly
39
 
40
  /* THIS VARIABLE CAN BE CHANGED AUTOMATICALLY */
41
+ $plugin_version = '3.16.2';
42
 
43
  $plugin_name = 'Flexible Shipping';
44
  $product_id = 'Flexible Shipping';
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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, shipping, free shipping, advanced shipping
5
  Requires at least: 4.5
6
  Tested up to: 5.5
7
- Stable tag: 3.16.1
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -100,10 +100,10 @@ There are also some more further integrations that we provide for Flexible Shipp
100
 
101
  = Supported Currency Switchers =
102
 
103
- * Aelia Currency Switcher
104
- * Multi Currency Store
105
- * WooCommerce Currency Switcher
106
- * WPML
107
 
108
  = Translations =
109
 
@@ -163,6 +163,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
163
 
164
  == Changelog ==
165
 
 
 
 
166
  = 3.16.1 - 2020-11-05 =
167
  * Fixed broken JavaScript in checkout
168
  * Fixed conflict with "WC - APG Free Shipping" plugin
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, shipping, free shipping, advanced shipping
5
  Requires at least: 4.5
6
  Tested up to: 5.5
7
+ Stable tag: 3.16.2
8
  Requires PHP: 5.6
9
  License: GPLv3 or later
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
100
 
101
  = Supported Currency Switchers =
102
 
103
+ * [Aelia Currency Switcher](https://aelia.co/shop/currency-switcher-woocommerce/)
104
+ * [Multi Currency Store](https://codecanyon.net/item/woocommerce-multi-currency-store/9854995)
105
+ * [WooCommerce Currency Switcher](https://wordpress.org/plugins/woocommerce-currency-switcher/)
106
+ * [WPML](https://wpml.org/)
107
 
108
  = Translations =
109
 
163
 
164
  == Changelog ==
165
 
166
+ = 3.16.2 - 2020-11-18 =
167
+ * Added support for WooCommerce 4.7
168
+
169
  = 3.16.1 - 2020-11-05 =
170
  * Fixed broken JavaScript in checkout
171
  * Fixed conflict with "WC - APG Free Shipping" plugin
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit561f2fb075128c4b54881a73327bf15c::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderIniteec8e69126eb8590565aec02bedf9747', '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\ComposerStaticIniteec8e69126eb8590565aec02bedf9747::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 ComposerAutoloaderInit561f2fb075128c4b54881a73327bf15c
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit561f2fb075128c4b54881a73327bf15c', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit561f2fb075128c4b54881a73327bf15c', '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\ComposerStaticInit561f2fb075128c4b54881a73327bf15c::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 ComposerStaticIniteec8e69126eb8590565aec02bedf9747
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'P' =>
@@ -430,10 +430,10 @@ class ComposerStaticIniteec8e69126eb8590565aec02bedf9747
430
  public static function getInitializer(ClassLoader $loader)
431
  {
432
  return \Closure::bind(function () use ($loader) {
433
- $loader->prefixLengthsPsr4 = ComposerStaticIniteec8e69126eb8590565aec02bedf9747::$prefixLengthsPsr4;
434
- $loader->prefixDirsPsr4 = ComposerStaticIniteec8e69126eb8590565aec02bedf9747::$prefixDirsPsr4;
435
- $loader->fallbackDirsPsr4 = ComposerStaticIniteec8e69126eb8590565aec02bedf9747::$fallbackDirsPsr4;
436
- $loader->classMap = ComposerStaticIniteec8e69126eb8590565aec02bedf9747::$classMap;
437
 
438
  }, null, ClassLoader::class);
439
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit561f2fb075128c4b54881a73327bf15c
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'P' =>
430
  public static function getInitializer(ClassLoader $loader)
431
  {
432
  return \Closure::bind(function () use ($loader) {
433
+ $loader->prefixLengthsPsr4 = ComposerStaticInit561f2fb075128c4b54881a73327bf15c::$prefixLengthsPsr4;
434
+ $loader->prefixDirsPsr4 = ComposerStaticInit561f2fb075128c4b54881a73327bf15c::$prefixDirsPsr4;
435
+ $loader->fallbackDirsPsr4 = ComposerStaticInit561f2fb075128c4b54881a73327bf15c::$fallbackDirsPsr4;
436
+ $loader->classMap = ComposerStaticInit561f2fb075128c4b54881a73327bf15c::$classMap;
437
 
438
  }, null, ClassLoader::class);
439
  }