⚡ NEW: Changeset/ - Full Gallery 2025

Changeset 3245945


Ignore:
Timestamp:
02/24/2025 06:40:41 PM (10 months ago)
Author:
oakesjosh
Message:

Update to version 1.5.15 from GitHub

Location:
kadence-woocommerce-email-designer
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • kadence-woocommerce-email-designer/tags/1.5.15/includes/class-kadence-woomail-import-export.php

    r2791446 r3245945  
    194194            $kt_woomail_import_error = false;
    195195            $template                = 'kadence-woomail-designer';
    196             $overrides               = array( 'test_form' => false, 'test_type' => false, 'mimes' => array( 'dat' => 'text/plain', 'json' => 'text/plain' ) );
     196            $overrides               = array( 'test_form' => false, 'test_type' => true, 'mimes' => array( 'dat' => 'text/plain', 'json' => 'text/plain' ) );
    197197            $file                    = wp_handle_upload( $_FILES['kadence-woomail-import-file'], $overrides );
    198198
  • kadence-woocommerce-email-designer/tags/1.5.15/kadence-woocommerce-email-designer.php

    r3205956 r3245945  
    44 * Plugin URI: http://kadencewp.com/products/woocommerce-email-designer/
    55 * 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.14
     6 * Version: 1.5.15
    77 * Author: Kadence WP
    88 * Author URI: http://kadencewp.com/
     
    1010 * Text Domain: kadence-woocommerce-email-designer
    1111 * WC requires at least: 5.6.0
    12  * WC tested up to: 8.2
     12 * WC tested up to: 9.6
    1313 *
    1414 * @package Kadence Woocommerce Email Designer
     
    6060        define( 'KT_WOOMAIL_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
    6161        define( 'KT_WOOMAIL_URL', plugin_dir_url( __FILE__ ) );
    62         define( 'KT_WOOMAIL_VERSION', '1.5.14' );
     62        define( 'KT_WOOMAIL_VERSION', '1.5.15' );
    6363
    6464        if ( ! kadence_woomail_is_woo_active() ) {
  • kadence-woocommerce-email-designer/tags/1.5.15/readme.txt

    r3205956 r3245945  
    11=== Kadence WooCommerce Email Designer ===
    22Contributors: britner
    3 Tags: woocommerce, mail, email, email template, email templates, email design, preview, woocommerce emails, customize, customizer
     3Tags: woocommerce, mail, email, email template, email templates
    44Donate link: https://www.kadencewp.com/about-us/
    55Requires PHP: 5.2.4
    66Requires at least: 5.3
    7 Tested up to: 6.7.1
    8 Stable tag: 1.5.14
     7Tested up to: 6.7.2
     8Stable tag: 1.5.15
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9999
    100100== Changelog ==
     101
     102= 1.5.15 =
     103* Update: WC version support.
     104* Update: Tweak settings import.
    101105
    102106= 1.5.14 =
  • kadence-woocommerce-email-designer/trunk/includes/class-kadence-woomail-import-export.php

    r2791446 r3245945  
    194194            $kt_woomail_import_error = false;
    195195            $template                = 'kadence-woomail-designer';
    196             $overrides               = array( 'test_form' => false, 'test_type' => false, 'mimes' => array( 'dat' => 'text/plain', 'json' => 'text/plain' ) );
     196            $overrides               = array( 'test_form' => false, 'test_type' => true, 'mimes' => array( 'dat' => 'text/plain', 'json' => 'text/plain' ) );
    197197            $file                    = wp_handle_upload( $_FILES['kadence-woomail-import-file'], $overrides );
    198198
  • kadence-woocommerce-email-designer/trunk/kadence-woocommerce-email-designer.php

    r3205956 r3245945  
    44 * Plugin URI: http://kadencewp.com/products/woocommerce-email-designer/
    55 * 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.14
     6 * Version: 1.5.15
    77 * Author: Kadence WP
    88 * Author URI: http://kadencewp.com/
     
    1010 * Text Domain: kadence-woocommerce-email-designer
    1111 * WC requires at least: 5.6.0
    12  * WC tested up to: 8.2
     12 * WC tested up to: 9.6
    1313 *
    1414 * @package Kadence Woocommerce Email Designer
     
    6060        define( 'KT_WOOMAIL_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR );
    6161        define( 'KT_WOOMAIL_URL', plugin_dir_url( __FILE__ ) );
    62         define( 'KT_WOOMAIL_VERSION', '1.5.14' );
     62        define( 'KT_WOOMAIL_VERSION', '1.5.15' );
    6363
    6464        if ( ! kadence_woomail_is_woo_active() ) {
  • kadence-woocommerce-email-designer/trunk/readme.txt

    r3205956 r3245945  
    11=== Kadence WooCommerce Email Designer ===
    22Contributors: britner
    3 Tags: woocommerce, mail, email, email template, email templates, email design, preview, woocommerce emails, customize, customizer
     3Tags: woocommerce, mail, email, email template, email templates
    44Donate link: https://www.kadencewp.com/about-us/
    55Requires PHP: 5.2.4
    66Requires at least: 5.3
    7 Tested up to: 6.7.1
    8 Stable tag: 1.5.14
     7Tested up to: 6.7.2
     8Stable tag: 1.5.15
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9999
    100100== Changelog ==
     101
     102= 1.5.15 =
     103* Update: WC version support.
     104* Update: Tweak settings import.
    101105
    102106= 1.5.14 =
Note: See TracChangeset for help on using the changeset viewer.