Plugin Directory

Changeset 2458295


Ignore:
Timestamp:
01/18/2021 01:49:59 PM (5 years ago)
Author:
sandesh055
Message:

Version update to 1.6.3

Location:
cartflows
Files:
561 added
6 edited

Legend:

Unmodified
Added
Removed
  • cartflows/trunk/admin-core/inc/admin-helper.php

    r2458084 r2458295  
    470470                    }
    471471
    472                     $single_variation = new WC_Product_Variation( $variation_id );
     472                    $single_variation = new \WC_Product_Variation( $variation_id );
    473473
    474474                    if ( $default_attributes == $single_variation->get_attributes() ) {
  • cartflows/trunk/cartflows.php

    r2458084 r2458295  
    44 * Plugin URI: https://cartflows.com/
    55 * Description: Create beautiful checkout pages & sales flows for WooCommerce.
    6  * Version: 1.6.2
     6 * Version: 1.6.3
    77 * Author: CartFlows Inc
    88 * Author URI: https://cartflows.com/
  • cartflows/trunk/changelog.txt

    r2458084 r2458295  
     1Version 1.6.3 - Monday, 18th January 2021
     2- Fix: Checkout steps backend was not working when a variation product was selected.
     3
    14Version 1.6.2 - Monday, 18th January 2021
    25- Improvement: New UI RTL support added.
  • cartflows/trunk/classes/class-cartflows-loader.php

    r2458084 r2458295  
    133133            define( 'CARTFLOWS_DIR', plugin_dir_path( CARTFLOWS_FILE ) );
    134134            define( 'CARTFLOWS_URL', plugins_url( '/', CARTFLOWS_FILE ) );
    135             define( 'CARTFLOWS_VER', '1.6.2' );
     135            define( 'CARTFLOWS_VER', '1.6.3' );
    136136            define( 'CARTFLOWS_SLUG', 'cartflows' );
    137137            define( 'CARTFLOWS_SETTINGS', 'cartflows_settings' );
  • cartflows/trunk/languages/cartflows.pot

    r2458084 r2458295  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: CartFlows 1.6.2\n"
     5"Project-Id-Version: CartFlows 1.6.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cartflows\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2021-01-18T08:33:35+00:00\n"
     12"POT-Creation-Date: 2021-01-18T12:52:22+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.4.0\n"
  • cartflows/trunk/readme.txt

    r2458084 r2458295  
    55Requires at least: 4.4
    66Tested up to: 5.6
    7 Stable tag: 1.6.2
     7Stable tag: 1.6.3
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    128128== Changelog ==
    129129
     130= Version 1.6.3 - Monday, 18th January 2021 =
     131* Fix: Checkout steps backend was not working when a variation product was selected.
     132
    130133= Version 1.6.2 - Monday, 18th January 2021 =
    131134* Improvement: New UI RTL support added.
Note: See TracChangeset for help on using the changeset viewer.