Changeset 3187246
- Timestamp:
- 11/13/2024 09:00:33 AM (17 months ago)
- Location:
- checkout-countdown-for-woocommerce
- Files:
-
- 25 added
- 1 deleted
- 5 edited
-
tags/4.0.1 (added)
-
tags/4.0.1/assets (added)
-
tags/4.0.1/assets/checkout-countdown.css (added)
-
tags/4.0.1/assets/checkout-countdown.js (added)
-
tags/4.0.1/assets/checkout-countdown.min.js (added)
-
tags/4.0.1/assets/index.php (added)
-
tags/4.0.1/checkout-countdown-for-woocommerce.php (added)
-
tags/4.0.1/classes (added)
-
tags/4.0.1/classes/class-admin-notices.php (added)
-
tags/4.0.1/functions (added)
-
tags/4.0.1/functions/cart-fragments.php (added)
-
tags/4.0.1/functions/enqueue.php (added)
-
tags/4.0.1/functions/functions.php (added)
-
tags/4.0.1/functions/index.php (added)
-
tags/4.0.1/functions/shortcode.php (added)
-
tags/4.0.1/index.php (added)
-
tags/4.0.1/languages (added)
-
tags/4.0.1/languages/checkout-countdown-for-woocommerce.pot (added)
-
tags/4.0.1/readme.txt (added)
-
tags/4.0.1/settings (added)
-
tags/4.0.1/settings/banana-framework (added)
-
tags/4.0.1/settings/banana-framework/class-settings-api.php (added)
-
tags/4.0.1/settings/banana-framework/index.php (added)
-
tags/4.0.1/settings/index.php (added)
-
tags/4.0.1/settings/settings.php (added)
-
trunk/assets/checkout-countdown.css (modified) (2 diffs)
-
trunk/assets/checkout-countdown.min.css (deleted)
-
trunk/checkout-countdown-for-woocommerce.php (modified) (3 diffs)
-
trunk/functions/enqueue.php (modified) (2 diffs)
-
trunk/languages/checkout-countdown-for-woocommerce.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
checkout-countdown-for-woocommerce/trunk/assets/checkout-countdown.css
r3115281 r3187246 4 4 width: 100%; 5 5 z-index: 9999; 6 }7 .checkout-countdown-is-hidden {8 display: none;9 6 } 10 7 @-webkit-keyframes checkout-countdown-loading-dot-keyframes { … … 62 59 animation-delay: 1s; 63 60 } 61 .checkout-countdown-is-hidden { 62 display: none !important; 63 } -
checkout-countdown-for-woocommerce/trunk/checkout-countdown-for-woocommerce.php
r3115281 r3187246 3 3 * Plugin Name: Checkout Countdown for WooCommerce 4 4 * Description: A flexible WooCommerce cart/checkout countdown to help improve cart conversion. 5 * Version: 4.0. 05 * Version: 4.0.1 6 6 * Author: Puri.io 7 7 * Author URI: https://puri.io/ 8 8 * Text Domain: checkout-countdown-for-woocommerce 9 * Domain Path: /languages 9 * Domain Path: /languages/ 10 10 * 11 11 * Requires PHP: 7.4 12 12 * Requires at least: 5.0 13 13 * WC requires at least: 5.0 14 * WC tested up to: 9. 014 * WC tested up to: 9.4 15 15 */ 16 16 … … 45 45 function ccfwoo_admin_notifications() { 46 46 47 $compat ability = apply_filters( 'ccfwoo_extend_setup', array() );47 $compatibility = apply_filters( 'ccfwoo_extend_setup', array() ); 48 48 49 if ( isset( $compat ability['pro'] ) && isset( $compatability['pro']['version'] ) ) {49 if ( isset( $compatibility['pro'] ) && isset( $compatibility['pro']['version'] ) ) { 50 50 51 if ( version_compare( $compat ability['pro']['version'], '3.0.0' ) < 0 ) {51 if ( version_compare( $compatibility['pro']['version'], '3.0.0' ) < 0 ) { 52 52 $class = 'notice notice-error'; 53 53 $message = __( 'Update required to Checkout Countdown Pro 3.0+ or downgrade to Checkout Countdown Free 2.4.4', 'checkout-countdown-for-woocommerce' ); … … 96 96 $this->constants = array( 97 97 'name' => 'Checkout Countdown for WooCommerce', 98 'version' => '4.0. 0',98 'version' => '4.0.1', 99 99 'prefix' => 'ccfwoo', 100 100 'admin_page' => 'checkout-countdown', -
checkout-countdown-for-woocommerce/trunk/functions/enqueue.php
r3115281 r3187246 6 6 function ccfwoo_core_enqueue_scripts() { 7 7 8 wp_enqueue_style( 'ccfwoo-style', plugin_dir_url( __FILE__ ) . '../assets/checkout-countdown. min.css', array(), '4.0.0' );8 wp_enqueue_style( 'ccfwoo-style', plugin_dir_url( __FILE__ ) . '../assets/checkout-countdown.css', array(), '4.0.1' ); 9 9 10 10 if ( ccfwoo_get_option( 'bar_position', false, 'top' ) === 'top' ) { … … 29 29 30 30 // Load Javascript and Access settings as variables. 31 wp_enqueue_script( 'ccfwoo-countdown', plugin_dir_url( __FILE__ ) . '../assets/checkout-countdown.min.js', array(), '4.0. 0', true );31 wp_enqueue_script( 'ccfwoo-countdown', plugin_dir_url( __FILE__ ) . '../assets/checkout-countdown.min.js', array(), '4.0.1', true ); 32 32 33 33 $countdown_text = sprintf( -
checkout-countdown-for-woocommerce/trunk/languages/checkout-countdown-for-woocommerce.pot
r3115281 r3187246 9 9 "Language-Team: Puri.io\n" 10 10 "Last-Translator: Puri.io\n" 11 "POT-Creation-Date: 2024- 07-10 06:01+0000\n"11 "POT-Creation-Date: 2024-11-13 08:51+0000\n" 12 12 "X-Poedit-Basepath: ..\n" 13 13 "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" -
checkout-countdown-for-woocommerce/trunk/readme.txt
r3115281 r3187246 7 7 Donate link: https://www.paypal.me/morganhvidt/ 8 8 Requires at least: 5.0 9 Tested up to: 6. 69 Tested up to: 6.7 10 10 Requires PHP: 7.4 11 11 Stable tag: trunk … … 139 139 == Changelog == 140 140 141 = 4.0.1 = 142 143 * Fixed edge case where countdown-is-hidden would not be respected. 144 * Ready & tested for WordPress 6.7 145 * Ready & tested for WooCommerce 9.4 146 141 147 = 4.0.0 = 142 148
Note: See TracChangeset
for help on using the changeset viewer.