Kadence WooCommerce Email Designer - Version 1.3.14

Version Description

  • Update: Fix multilingual bug.
Download this release

Release Info

Developer britner
Plugin Icon 128x128 Kadence WooCommerce Email Designer
Version 1.3.14
Comparing to
See all releases

Code changes from version 1.3.13 to 1.3.14

kadence-woocommerce-email-designer.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Kadence WooCommerce Email Designer
4
  * Plugin URI: http://kadencewp.com/products/woocommerce-email-designer/
5
  * Description: Customize the default woocommerce email templates design and text through the native WordPress customizer. Preview emails and send test emails.
6
- * Version: 1.3.13
7
  * Author: Kadence WP
8
  * Author URI: http://kadencewp.com/
9
  * License: GPLv2 or later
@@ -131,7 +131,7 @@ class Kadence_Woomail_Designer {
131
  //require_once KT_WOOMAIL_PATH . 'includes/class-kwed-cartflows-ca-email.php'; // Add CartFlows, soon.
132
 
133
  // Forces the WordPress to use the correct language file if switched.
134
- add_action( 'change_locale', array( $this, 'filter_locate_template_language' ) );
135
 
136
  }
137
  /**
3
  * Plugin Name: Kadence WooCommerce Email Designer
4
  * Plugin URI: http://kadencewp.com/products/woocommerce-email-designer/
5
  * Description: Customize the default woocommerce email templates design and text through the native WordPress customizer. Preview emails and send test emails.
6
+ * Version: 1.3.14
7
  * Author: Kadence WP
8
  * Author URI: http://kadencewp.com/
9
  * License: GPLv2 or later
131
  //require_once KT_WOOMAIL_PATH . 'includes/class-kwed-cartflows-ca-email.php'; // Add CartFlows, soon.
132
 
133
  // Forces the WordPress to use the correct language file if switched.
134
+ add_action( 'change_locale', array( $this, 'load_plugin_textdomain' ) );
135
 
136
  }
137
  /**
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.kadencewp.com/about-us/
5
  Requires PHP: 5.2.4
6
  Requires at least: 4.4
7
  Tested up to: 5.3.2
8
- Stable tag: 1.3.13
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -60,6 +60,9 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.3.13 =
64
  * Update: Fix possible bug in mac mail app.
65
  * Update: Add change_locale action for polylang.
5
  Requires PHP: 5.2.4
6
  Requires at least: 4.4
7
  Tested up to: 5.3.2
8
+ Stable tag: 1.3.14
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.3.14 =
64
+ * Update: Fix multilingual bug.
65
+
66
  = 1.3.13 =
67
  * Update: Fix possible bug in mac mail app.
68
  * Update: Add change_locale action for polylang.