Changeset 3245945
- Timestamp:
- 02/24/2025 06:40:41 PM (10 months ago)
- Location:
- kadence-woocommerce-email-designer
- Files:
-
- 6 edited
- 1 copied
-
tags/1.5.15 (copied) (copied from kadence-woocommerce-email-designer/trunk)
-
tags/1.5.15/includes/class-kadence-woomail-import-export.php (modified) (1 diff)
-
tags/1.5.15/kadence-woocommerce-email-designer.php (modified) (3 diffs)
-
tags/1.5.15/readme.txt (modified) (2 diffs)
-
trunk/includes/class-kadence-woomail-import-export.php (modified) (1 diff)
-
trunk/kadence-woocommerce-email-designer.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kadence-woocommerce-email-designer/tags/1.5.15/includes/class-kadence-woomail-import-export.php
r2791446 r3245945 194 194 $kt_woomail_import_error = false; 195 195 $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' ) ); 197 197 $file = wp_handle_upload( $_FILES['kadence-woomail-import-file'], $overrides ); 198 198 -
kadence-woocommerce-email-designer/tags/1.5.15/kadence-woocommerce-email-designer.php
r3205956 r3245945 4 4 * Plugin URI: http://kadencewp.com/products/woocommerce-email-designer/ 5 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 46 * Version: 1.5.15 7 7 * Author: Kadence WP 8 8 * Author URI: http://kadencewp.com/ … … 10 10 * Text Domain: kadence-woocommerce-email-designer 11 11 * WC requires at least: 5.6.0 12 * WC tested up to: 8.212 * WC tested up to: 9.6 13 13 * 14 14 * @package Kadence Woocommerce Email Designer … … 60 60 define( 'KT_WOOMAIL_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR ); 61 61 define( 'KT_WOOMAIL_URL', plugin_dir_url( __FILE__ ) ); 62 define( 'KT_WOOMAIL_VERSION', '1.5.1 4' );62 define( 'KT_WOOMAIL_VERSION', '1.5.15' ); 63 63 64 64 if ( ! kadence_woomail_is_woo_active() ) { -
kadence-woocommerce-email-designer/tags/1.5.15/readme.txt
r3205956 r3245945 1 1 === Kadence WooCommerce Email Designer === 2 2 Contributors: britner 3 Tags: woocommerce, mail, email, email template, email templates , email design, preview, woocommerce emails, customize, customizer3 Tags: woocommerce, mail, email, email template, email templates 4 4 Donate link: https://www.kadencewp.com/about-us/ 5 5 Requires PHP: 5.2.4 6 6 Requires at least: 5.3 7 Tested up to: 6.7. 18 Stable tag: 1.5.1 47 Tested up to: 6.7.2 8 Stable tag: 1.5.15 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 99 99 100 100 == Changelog == 101 102 = 1.5.15 = 103 * Update: WC version support. 104 * Update: Tweak settings import. 101 105 102 106 = 1.5.14 = -
kadence-woocommerce-email-designer/trunk/includes/class-kadence-woomail-import-export.php
r2791446 r3245945 194 194 $kt_woomail_import_error = false; 195 195 $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' ) ); 197 197 $file = wp_handle_upload( $_FILES['kadence-woomail-import-file'], $overrides ); 198 198 -
kadence-woocommerce-email-designer/trunk/kadence-woocommerce-email-designer.php
r3205956 r3245945 4 4 * Plugin URI: http://kadencewp.com/products/woocommerce-email-designer/ 5 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 46 * Version: 1.5.15 7 7 * Author: Kadence WP 8 8 * Author URI: http://kadencewp.com/ … … 10 10 * Text Domain: kadence-woocommerce-email-designer 11 11 * WC requires at least: 5.6.0 12 * WC tested up to: 8.212 * WC tested up to: 9.6 13 13 * 14 14 * @package Kadence Woocommerce Email Designer … … 60 60 define( 'KT_WOOMAIL_PATH', realpath( plugin_dir_path( __FILE__ ) ) . DIRECTORY_SEPARATOR ); 61 61 define( 'KT_WOOMAIL_URL', plugin_dir_url( __FILE__ ) ); 62 define( 'KT_WOOMAIL_VERSION', '1.5.1 4' );62 define( 'KT_WOOMAIL_VERSION', '1.5.15' ); 63 63 64 64 if ( ! kadence_woomail_is_woo_active() ) { -
kadence-woocommerce-email-designer/trunk/readme.txt
r3205956 r3245945 1 1 === Kadence WooCommerce Email Designer === 2 2 Contributors: britner 3 Tags: woocommerce, mail, email, email template, email templates , email design, preview, woocommerce emails, customize, customizer3 Tags: woocommerce, mail, email, email template, email templates 4 4 Donate link: https://www.kadencewp.com/about-us/ 5 5 Requires PHP: 5.2.4 6 6 Requires at least: 5.3 7 Tested up to: 6.7. 18 Stable tag: 1.5.1 47 Tested up to: 6.7.2 8 Stable tag: 1.5.15 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 99 99 100 100 == Changelog == 101 102 = 1.5.15 = 103 * Update: WC version support. 104 * Update: Tweak settings import. 101 105 102 106 = 1.5.14 =
Note: See TracChangeset
for help on using the changeset viewer.