Plugin Directory

Changeset 2348865


Ignore:
Timestamp:
07/30/2020 07:22:57 AM (6 years ago)
Author:
sandesh055
Message:

Version updated to 1.5.14

Location:
cartflows
Files:
277 added
5 edited

Legend:

Unmodified
Added
Removed
  • cartflows/trunk/cartflows.php

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

    r2343931 r2348865  
     1Version 1.5.14 - Thursday, 30th July 2020
     2- Fix: Not able to search & select the course type of product.
     3
    14Version 1.5.13 - Tuesday, 21st July 2020
    25- Improvement: Improved the product search query of meta options.
  • cartflows/trunk/classes/class-cartflows-loader.php

    r2343931 r2348865  
    126126            define( 'CARTFLOWS_DIR', plugin_dir_path( CARTFLOWS_FILE ) );
    127127            define( 'CARTFLOWS_URL', plugins_url( '/', CARTFLOWS_FILE ) );
    128             define( 'CARTFLOWS_VER', '1.5.13' );
     128            define( 'CARTFLOWS_VER', '1.5.14' );
    129129            define( 'CARTFLOWS_SLUG', 'cartflows' );
    130130            define( 'CARTFLOWS_SETTINGS', 'cartflows_settings' );
  • cartflows/trunk/classes/class-cartflows-meta-fields.php

    r2343931 r2348865  
    117117
    118118        // CartFlows supported product types.
    119         $supported_product_types = array( 'simple', 'variable', 'variation', 'subscription', 'variable-subscription', 'subscription_variation' );
     119        $supported_product_types = array( 'simple', 'variable', 'variation', 'subscription', 'variable-subscription', 'subscription_variation', 'course' );
    120120
    121121        // Allowed product types.
  • cartflows/trunk/readme.txt

    r2343931 r2348865  
    55Requires at least: 4.4
    66Tested up to: 5.4.2
    7 Stable tag: 1.5.13
     7Stable tag: 1.5.14
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    128128== Changelog ==
    129129
     130= Version 1.5.14 - Thursday, 30th July 2020 =
     131* Fix: Not able to search & select the course type of product.
     132
    130133= Version 1.5.13 - Tuesday, 21st July 2020 =
    131134* Improvement: Improved the product search query of meta options.
Note: See TracChangeset for help on using the changeset viewer.