Kadence WooCommerce Email Designer - Version 1.5.2

Version Description

  • Update: Template version numbers to prevent confusion.
  • Update: Small tweek for outlook styles.
Download this release

Release Info

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

Code changes from version 1.5.1 to 1.5.2

kadence-woocommerce-email-designer.php CHANGED
@@ -3,13 +3,13 @@
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.5.1
7
  * Author: Kadence WP
8
  * Author URI: http://kadencewp.com/
9
  * License: GPLv2 or later
10
  * Text Domain: kadence-woocommerce-email-designer
11
  * WC requires at least: 5.6.0
12
- * WC tested up to: 6.4.0
13
  *
14
  * @package Kadence Woocommerce Email Designer
15
  */
@@ -59,7 +59,7 @@ class Kadence_Woomail_Designer {
59
 
60
  define( 'KT_WOOMAIL_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
61
  define( 'KT_WOOMAIL_URL', plugin_dir_url( __FILE__ ) );
62
- define( 'KT_WOOMAIL_VERSION', '1.5.0' );
63
 
64
  if ( ! kadence_woomail_is_woo_active() ) {
65
  add_action( 'admin_notices', array( $this, 'admin_notice_need_woocommerce' ) );
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.5.2
7
  * Author: Kadence WP
8
  * Author URI: http://kadencewp.com/
9
  * License: GPLv2 or later
10
  * Text Domain: kadence-woocommerce-email-designer
11
  * WC requires at least: 5.6.0
12
+ * WC tested up to: 6.5
13
  *
14
  * @package Kadence Woocommerce Email Designer
15
  */
59
 
60
  define( 'KT_WOOMAIL_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
61
  define( 'KT_WOOMAIL_URL', plugin_dir_url( __FILE__ ) );
62
+ define( 'KT_WOOMAIL_VERSION', '1.5.2' );
63
 
64
  if ( ! kadence_woomail_is_woo_active() ) {
65
  add_action( 'admin_notices', array( $this, 'admin_notice_need_woocommerce' ) );
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: britner
3
  Tags: woocommerce, mail, email, email template, email templates, email design, preview, woocommerce emails, customize, customizer
4
  Donate link: https://www.kadencewp.com/about-us/
5
  Requires PHP: 5.2.4
6
- Requires at least: 5.0
7
- Tested up to: 5.9
8
- Stable tag: 1.5.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -81,6 +81,10 @@ After you create your translations make sure to clear your server cache from any
81
 
82
  == Changelog ==
83
 
 
 
 
 
84
  = 1.5.1 =
85
  * Update: Prevent an error if using old woocommerce.
86
 
3
  Tags: woocommerce, mail, email, email template, email templates, email design, preview, woocommerce emails, customize, customizer
4
  Donate link: https://www.kadencewp.com/about-us/
5
  Requires PHP: 5.2.4
6
+ Requires at least: 5.3
7
+ Tested up to: 6.0
8
+ Stable tag: 1.5.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
81
 
82
  == Changelog ==
83
 
84
+ = 1.5.2 =
85
+ * Update: Template version numbers to prevent confusion.
86
+ * Update: Small tweek for outlook styles.
87
+
88
  = 1.5.1 =
89
  * Update: Prevent an error if using old woocommerce.
90
 
templates/woo/emails/admin-cancelled-order.php CHANGED
@@ -13,7 +13,7 @@
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
- * @version 3.7.0
17
  */
18
 
19
  /**
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
+ * @version 4.1.0
17
  */
18
 
19
  /**
templates/woo/emails/customer-completed-order.php CHANGED
@@ -13,7 +13,7 @@
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
- * @version 3.5.0
17
  */
18
 
19
  /**
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
+ * @version 3.7.0
17
  */
18
 
19
  /**
templates/woo/emails/customer-new-account.php CHANGED
@@ -13,7 +13,7 @@
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
- * @version 3.7.0
17
  */
18
 
19
  /**
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
+ * @version 6.0.0
17
  */
18
 
19
  /**
templates/woo/emails/customer-on-hold-order.php CHANGED
@@ -13,7 +13,7 @@
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
- * @version 3.5.0
17
  */
18
 
19
  /**
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
+ * @version 3.7.0
17
  */
18
 
19
  /**
templates/woo/emails/customer-processing-order.php CHANGED
@@ -13,7 +13,7 @@
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
- * @version 3.5.0
17
  */
18
 
19
  /**
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
+ * @version 3.7.0
17
  */
18
 
19
  /**
templates/woo/emails/customer-refunded-order.php CHANGED
@@ -13,7 +13,7 @@
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
- * @version 3.5.0
17
  */
18
 
19
  /**
13
  * @see https://docs.woocommerce.com/document/template-structure/
14
  * @author WooThemes
15
  * @package WooCommerce/Templates/Emails
16
+ * @version 3.7.0
17
  */
18
 
19
  /**
templates/woo/emails/email-addresses.php CHANGED
@@ -51,7 +51,7 @@ if ( true == $responsive_check ) {
51
  <br/><?php echo wc_make_phone_clickable( $order->get_billing_phone() ); ?>
52
  <?php endif; ?>
53
  <?php if ( $order->get_billing_email() ) : ?>
54
- <a href="mailto:<?php echo esc_attr( $order->get_billing_email() ); ?>"><?php echo esc_html( $order->get_billing_email() ); ?></a>
55
  <?php
56
  endif;
57
  }
@@ -104,7 +104,7 @@ if ( true == $responsive_check ) {
104
  <br/><?php echo wc_make_phone_clickable( $order->get_billing_phone() ); ?>
105
  <?php endif; ?>
106
  <?php if ( $order->get_billing_email() ) : ?>
107
- <a href="mailto:<?php echo esc_attr( $order->get_billing_email() ); ?>"><?php echo esc_html( $order->get_billing_email() ); ?></a>
108
  <?php
109
  endif;
110
  }
51
  <br/><?php echo wc_make_phone_clickable( $order->get_billing_phone() ); ?>
52
  <?php endif; ?>
53
  <?php if ( $order->get_billing_email() ) : ?>
54
+ <br/><a href="mailto:<?php echo esc_attr( $order->get_billing_email() ); ?>"><?php echo esc_html( $order->get_billing_email() ); ?></a>
55
  <?php
56
  endif;
57
  }
104
  <br/><?php echo wc_make_phone_clickable( $order->get_billing_phone() ); ?>
105
  <?php endif; ?>
106
  <?php if ( $order->get_billing_email() ) : ?>
107
+ <br/><a href="mailto:<?php echo esc_attr( $order->get_billing_email() ); ?>"><?php echo esc_html( $order->get_billing_email() ); ?></a>
108
  <?php
109
  endif;
110
  }