Changeset 2146405
- Timestamp:
- 08/27/2019 02:17:01 PM (7 years ago)
- Location:
- cart66-cloud/trunk
- Files:
-
- 3 edited
-
cart66-cloud.php (modified) (1 diff)
-
includes/class-cc-product.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cart66-cloud/trunk/cart66-cloud.php
r2135058 r2146405 4 4 Plugin URI: http://cart66.com 5 5 Description: Ecommerce Without The Clutter 6 Version: 2.3. 26 Version: 2.3.3 7 7 Author: Reality66 8 8 Author URI: http://www.reality66.com -
cart66-cloud/trunk/includes/class-cc-product.php
r2135058 r2146405 19 19 public static function refresh_all() { 20 20 $args = array( 21 'post_type' => 'cc_product' 21 'post_type' => 'cc_product', 22 'numberposts' => -1 22 23 ); 23 24 $posts = get_posts( $args ); -
cart66-cloud/trunk/readme.txt
r2135058 r2146405 6 6 Requires PHP: 7.0 7 7 Tested up to: 5.2.2 8 Stable tag: 2.3. 28 Stable tag: 2.3.3 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 139 139 == Changelog == 140 140 141 = 2.3.3 = 142 - Fix: Another fix for an issue related to refreshing product info from the 143 cloud 144 141 145 = 2.3.2 = 142 146 - 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.