Plugin Directory

Changeset 2146405


Ignore:
Timestamp:
08/27/2019 02:17:01 PM (7 years ago)
Author:
reality66
Message:

2.3.3 Release

Location:
cart66-cloud/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cart66-cloud/trunk/cart66-cloud.php

    r2135058 r2146405  
    44Plugin URI: http://cart66.com
    55Description: Ecommerce Without The Clutter
    6 Version: 2.3.2
     6Version: 2.3.3
    77Author: Reality66
    88Author URI: http://www.reality66.com
  • cart66-cloud/trunk/includes/class-cc-product.php

    r2135058 r2146405  
    1919    public static function refresh_all() {
    2020        $args = array(
    21             'post_type' => 'cc_product'
     21            'post_type' => 'cc_product',
     22            'numberposts' => -1
    2223        );
    2324        $posts = get_posts( $args );
  • cart66-cloud/trunk/readme.txt

    r2135058 r2146405  
    66Requires PHP: 7.0
    77Tested up to: 5.2.2
    8 Stable tag: 2.3.2
     8Stable tag: 2.3.3
    99License: GPLv3
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    139139== Changelog ==
    140140
     141= 2.3.3 =
     142- Fix: Another fix for an issue related to refreshing product info from the
     143  cloud
     144
    141145= 2.3.2 =
    142146- New: When All In One SEO is installed, use the aioseop_title hook to set title of slurp page
Note: See TracChangeset for help on using the changeset viewer.