Flexible Shipping for WooCommerce - Version 1.6.1

Version Description

  • 2016-10-14 =
  • Added information about DHL WooCommerce integration
Download this release

Release Info

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

Code changes from version 1.6 to 1.6.1

classes/settings-shipping-method-form.php CHANGED
@@ -12,7 +12,7 @@ foreach ( WC()->shipping->get_shipping_classes() as $shipping_class ) {
12
  $shipping_classes[$shipping_class->term_id] = $shipping_class->name;
13
  }
14
 
15
- $integrations = get_locale() === 'pl_PL' ? sprintf( __( '%sAdd integrations%s with Paczkomaty InPost, eNadawca Poczta Polska, Paczka w Ruchu.', 'flexible-shipping' ), '<a href="https://www.wpdesk.pl/kategoria-produktu/wysylka/?utm_source=flexible-shipping-method&utm_medium=text-link&utm_campaign=flexible-shipping-integrations" target="_blank">', ' &rarr;</a>' ) : '';
16
  $integrations_tip = get_locale() === 'pl_PL' ? false : true;
17
 
18
  $settings = array(
12
  $shipping_classes[$shipping_class->term_id] = $shipping_class->name;
13
  }
14
 
15
+ $integrations = get_locale() === 'pl_PL' ? sprintf( __( '%sAdd integrations%s with DHL, Paczkomaty InPost, eNadawca Poczta Polska, Paczka w Ruchu.', 'flexible-shipping' ), '<a href="https://www.wpdesk.pl/kategoria-produktu/wysylka/?utm_source=flexible-shipping-method&utm_medium=text-link&utm_campaign=flexible-shipping-integrations" target="_blank">', ' &rarr;</a>' ) : '';
16
  $integrations_tip = get_locale() === 'pl_PL' ? false : true;
17
 
18
  $settings = array(
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 shipping methods in WooCommerce and enable pricing based on cart weight or total.
6
- Version: 1.6
7
  Author: WP Desk
8
  Author URI: https://www.wpdesk.net/
9
  Text Domain: flexible-shipping
@@ -47,7 +47,7 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
47
  }
48
 
49
  public function init_flexible_shipping() {
50
-
51
  require_once('classes/shipping_method.php');
52
  add_action( 'admin_enqueue_scripts', array($this, 'enqueue_admin_scripts'), 75 );
53
  add_action( 'admin_notices', array( $this, 'admin_notices' ) );
3
  Plugin Name: Flexible Shipping
4
  Plugin URI: https://wordpress.org/plugins/flexible-shipping/
5
  Description: Create additional shipping methods in WooCommerce and enable pricing based on cart weight or total.
6
+ Version: 1.6.1
7
  Author: WP Desk
8
  Author URI: https://www.wpdesk.net/
9
  Text Domain: flexible-shipping
47
  }
48
 
49
  public function init_flexible_shipping() {
50
+
51
  require_once('classes/shipping_method.php');
52
  add_action( 'admin_enqueue_scripts', array($this, 'enqueue_admin_scripts'), 75 );
53
  add_action( 'admin_notices', array( $this, 'admin_notices' ) );
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 total, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes
5
  Requires at least: 4.0
6
  Tested up to: 4.6.1
7
- Stable tag: 1.6
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -80,6 +80,7 @@ We provide a limited support for the free version in the [plugin Support Forum](
80
 
81
  There are several integrations that we provide for Flexible Shipping in Poland:
82
 
 
83
  * Paczkomaty InPost - WooCommerce
84
  * eNadawca Poczta Polska - WooCommerce
85
  * Paczka w Ruchu - WooCommerce
@@ -123,6 +124,9 @@ If you are upgrading from the old Flexible Shipping version (1.3.2, woo-flexible
123
 
124
  == Changelog ==
125
 
 
 
 
126
  = 1.6 - 2016-09-29 =
127
  * Added support for Flexible Shipping Locations Add-On
128
  * Fixed WooCommerce 2.3.x compatibility
4
  Tags: table rate, table rate shipping, woocommerce shipping, flexible shipping, woocommerce table rate shipping, cart total, weight shipping, weight based shipping, totals based shipping, order based shipping, shipping zones, shipping classes
5
  Requires at least: 4.0
6
  Tested up to: 4.6.1
7
+ Stable tag: 1.6.1
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
80
 
81
  There are several integrations that we provide for Flexible Shipping in Poland:
82
 
83
+ * DHL - WooCommerce
84
  * Paczkomaty InPost - WooCommerce
85
  * eNadawca Poczta Polska - WooCommerce
86
  * Paczka w Ruchu - WooCommerce
124
 
125
  == Changelog ==
126
 
127
+ = 1.6.1 - 2016-10-14 =
128
+ * Added information about DHL WooCommerce integration
129
+
130
  = 1.6 - 2016-09-29 =
131
  * Added support for Flexible Shipping Locations Add-On
132
  * Fixed WooCommerce 2.3.x compatibility