Changeset 3312959
- Timestamp:
- 06/17/2025 07:07:25 AM (9 months ago)
- Location:
- ecwid-shopping-cart
- Files:
-
- 6 edited
- 1 copied
-
tags/7.0.2 (copied) (copied from ecwid-shopping-cart/trunk)
-
tags/7.0.2/ecwid-shopping-cart.php (modified) (1 diff)
-
tags/7.0.2/includes/class-ecwid-seo-links.php (modified) (1 diff)
-
tags/7.0.2/readme.txt (modified) (3 diffs)
-
trunk/ecwid-shopping-cart.php (modified) (1 diff)
-
trunk/includes/class-ecwid-seo-links.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ecwid-shopping-cart/tags/7.0.2/ecwid-shopping-cart.php
r3269653 r3312959 6 6 Text Domain: ecwid-shopping-cart 7 7 Author: Ecwid Ecommerce 8 Version: 7.0. 18 Version: 7.0.2 9 9 Author URI: https://ecwid.to/ecwid-site 10 10 License: GPLv2 or later -
ecwid-shopping-cart/tags/7.0.2/includes/class-ecwid-seo-links.php
r3269653 r3312959 216 216 if ( ! $pattern ) { 217 217 $patterns = self::get_seo_links_patterns(); 218 219 // The '.*' pattern is deleted because it will always be triggered. 220 $index = array_search( '.*', $patterns, true ); 221 if ( $index !== false ) { 222 unset( $patterns[$index] ); 223 $patterns = array_values( $patterns ); 224 } 225 226 if ( empty( $patterns ) ) { 227 return false; 228 } 218 229 219 230 $pattern = '!(^' . implode( '$|^', $patterns ) . '$)!'; -
ecwid-shopping-cart/tags/7.0.2/readme.txt
r3293802 r3312959 6 6 Requires at least: 4.4 7 7 Tested up to: 6.8 8 Stable tag: 7.0. 18 Stable tag: 7.0.2 9 9 10 10 Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. … … 76 76 77 77 The plugin uses CDN services by AWS Cloudfront to speed up user stores. It is managed by the Ecwid Terms of Service and Privacy Policy and [AWS Customer Agreement](https://aws.amazon.com/agreement/). 78 78 79 79 80 == Installation == … … 153 154 154 155 == Changelog == 156 = 7.0.2 - Jun 17, 2025 = 157 - Fixed an issue where a "2" was incorrectly appended to page slugs when the "URLs without ID" feature was enabled. 158 155 159 = 7.0.1 - Apr 8, 2025 = 156 160 - **WordPress 6.8 compatibility.** The new WordPress version will be released soon. The Ecwid ecommerce shopping cart plugin is ready for the new release — everything works well in your WordPress admin and storefront pages. Feel free to upgrade your site to WordPress 6.8. -
ecwid-shopping-cart/trunk/ecwid-shopping-cart.php
r3269653 r3312959 6 6 Text Domain: ecwid-shopping-cart 7 7 Author: Ecwid Ecommerce 8 Version: 7.0. 18 Version: 7.0.2 9 9 Author URI: https://ecwid.to/ecwid-site 10 10 License: GPLv2 or later -
ecwid-shopping-cart/trunk/includes/class-ecwid-seo-links.php
r3269653 r3312959 216 216 if ( ! $pattern ) { 217 217 $patterns = self::get_seo_links_patterns(); 218 219 // The '.*' pattern is deleted because it will always be triggered. 220 $index = array_search( '.*', $patterns, true ); 221 if ( $index !== false ) { 222 unset( $patterns[$index] ); 223 $patterns = array_values( $patterns ); 224 } 225 226 if ( empty( $patterns ) ) { 227 return false; 228 } 218 229 219 230 $pattern = '!(^' . implode( '$|^', $patterns ) . '$)!'; -
ecwid-shopping-cart/trunk/readme.txt
r3293802 r3312959 6 6 Requires at least: 4.4 7 7 Tested up to: 6.8 8 Stable tag: 7.0. 18 Stable tag: 7.0.2 9 9 10 10 Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. … … 76 76 77 77 The plugin uses CDN services by AWS Cloudfront to speed up user stores. It is managed by the Ecwid Terms of Service and Privacy Policy and [AWS Customer Agreement](https://aws.amazon.com/agreement/). 78 78 79 79 80 == Installation == … … 153 154 154 155 == Changelog == 156 = 7.0.2 - Jun 17, 2025 = 157 - Fixed an issue where a "2" was incorrectly appended to page slugs when the "URLs without ID" feature was enabled. 158 155 159 = 7.0.1 - Apr 8, 2025 = 156 160 - **WordPress 6.8 compatibility.** The new WordPress version will be released soon. The Ecwid ecommerce shopping cart plugin is ready for the new release — everything works well in your WordPress admin and storefront pages. Feel free to upgrade your site to WordPress 6.8.
Note: See TracChangeset
for help on using the changeset viewer.