Changeset 2135058
- Timestamp:
- 08/06/2019 02:36:06 PM (7 years ago)
- Location:
- cart66-cloud/trunk
- Files:
-
- 5 edited
-
cart66-cloud.php (modified) (2 diffs)
-
includes/class-cc-page-slurp.php (modified) (1 diff)
-
includes/class-cc-product.php (modified) (1 diff)
-
includes/cloud/class-cc-cloud-product.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cart66-cloud/trunk/cart66-cloud.php
r2113688 r2135058 3 3 Plugin Name: Cart66 Cloud 4 4 Plugin URI: http://cart66.com 5 Description: Secure Ecommerce For WordPress.6 Version: 2.3. 15 Description: Ecommerce Without The Clutter 6 Version: 2.3.2 7 7 Author: Reality66 8 8 Author URI: http://www.reality66.com … … 10 10 ------------------------------------------------------------------------- 11 11 Cart66 Cloud 12 Copyright 201 7reality6612 Copyright 2019 reality66 13 13 14 14 This program is free software: you can redistribute it and/or modify -
cart66-cloud/trunk/includes/class-cc-page-slurp.php
r1815908 r2135058 81 81 $title = $new_title; 82 82 } 83 84 // Look for All In One SEO plugin and set the title if it's in use 85 add_filter( 'aioseop_title', function() { 86 $title_value = cc_get( 'cc_page_title', 'text_field' ); 87 return $title_value; 88 }); 83 89 84 90 CC_Log::write( 'set_page_title result: ' . print_r( $title, true ) ); -
cart66-cloud/trunk/includes/class-cc-product.php
r2108304 r2135058 27 27 28 28 foreach($skus as $sku) { 29 if (strlen($sku) <= 0) { 30 continue; 31 } 32 29 33 $product = new CC_Product(); 30 34 $product->update_info( $sku ); -
cart66-cloud/trunk/includes/cloud/class-cc-cloud-product.php
r2108304 r2135058 158 158 } else { 159 159 CC_Log::write( "Product search failed: $url :: " . print_r( $response, true ) ); 160 throw new CC_Exception_API( "Failed to retrieve products from Cart66 Cloud" );161 160 } 162 161 } -
cart66-cloud/trunk/readme.txt
r2113688 r2135058 4 4 Tags: ecommerce, e-commerce, shopping, cart, store, cart66, download, digital, downloadable, sell, inventory, shipping, tax, donations products, sales 5 5 Requires at least: 4.0 6 Requires PHP: 5.47 Tested up to: 5.2. 18 Stable tag: 2.3. 16 Requires PHP: 7.0 7 Tested up to: 5.2.2 8 Stable tag: 2.3.2 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.2 = 142 - New: When All In One SEO is installed, use the aioseop_title hook to set title of slurp page 143 - Fix: Refresh Product Info button sometimes failed when Products didn't have a 144 product associated with it or an unknown SKU 145 141 146 = 2.3.1 = 142 147 - Fix: Issue with product selection when inserting shortcode into page from the
Note: See TracChangeset
for help on using the changeset viewer.