Plugin Directory

Changeset 2760135


Ignore:
Timestamp:
07/22/2022 07:38:58 AM (4 years ago)
Author:
tribeinteractive
Message:

Plugin version updated to 1.9.2

Location:
caddy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • caddy/trunk/README.txt

    r2734774 r2760135  
    77Tested up to: 6.0
    88Requires PHP: 7.0
    9 Stable tag: v1.9.1
     9Stable tag: v1.9.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494
    9595== 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
    96102
    97103= 1.9.1 =
  • caddy/trunk/caddy.php

    r2734774 r2760135  
    44 * Plugin URI:        https://usecaddy.com
    55 * 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.1
     6 * Version:           1.9.2
    77 * Author:            Tribe Interactive
    88 * Author URI:        https://www.madebytribe.com
     
    2525 */
    2626if ( ! defined( 'CADDY_VERSION' ) ) {
    27     define( 'CADDY_VERSION', '1.9.1' );
     27    define( 'CADDY_VERSION', '1.9.2' );
    2828}
    2929if ( ! defined( 'CADDY_PLUGIN_FILE' ) ) {
Note: See TracChangeset for help on using the changeset viewer.