Changeset 2760135
- Timestamp:
- 07/22/2022 07:38:58 AM (4 years ago)
- Location:
- caddy/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
caddy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
caddy/trunk/README.txt
r2734774 r2760135 7 7 Tested up to: 6.0 8 8 Requires PHP: 7.0 9 Stable tag: v1.9. 19 Stable tag: v1.9.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 95 95 == Changelog == 96 97 = 1.9.2 = 98 * Fix: Call to a member function get_cart_contents_count() on null 99 * Fix: Minor fix for undefined variable that may have impacted subscription products 100 * Improvement: Replace cc_update_window_data AJAX action with get_refreshed_fragments 101 * Improvement: Tag added for free shipping country 96 102 97 103 = 1.9.1 = -
caddy/trunk/caddy.php
r2734774 r2760135 4 4 * Plugin URI: https://usecaddy.com 5 5 * Description: A high performance, conversion-boosting side cart for your WooCommerce store that improves the shopping experience & helps grow your sales. 6 * Version: 1.9. 16 * Version: 1.9.2 7 7 * Author: Tribe Interactive 8 8 * Author URI: https://www.madebytribe.com … … 25 25 */ 26 26 if ( ! defined( 'CADDY_VERSION' ) ) { 27 define( 'CADDY_VERSION', '1.9. 1' );27 define( 'CADDY_VERSION', '1.9.2' ); 28 28 } 29 29 if ( ! defined( 'CADDY_PLUGIN_FILE' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.