Changeset 3246849
- Timestamp:
- 02/26/2025 06:36:23 AM (13 months ago)
- Location:
- ecwid-shopping-cart
- Files:
-
- 6 edited
- 1 copied
-
tags/6.12.30 (copied) (copied from ecwid-shopping-cart/trunk)
-
tags/6.12.30/ecwid-shopping-cart.php (modified) (1 diff)
-
tags/6.12.30/includes/class-ecwid-static-page.php (modified) (4 diffs)
-
tags/6.12.30/readme.txt (modified) (2 diffs)
-
trunk/ecwid-shopping-cart.php (modified) (1 diff)
-
trunk/includes/class-ecwid-static-page.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ecwid-shopping-cart/tags/6.12.30/ecwid-shopping-cart.php
r3244119 r3246849 6 6 Text Domain: ecwid-shopping-cart 7 7 Author: Ecwid Ecommerce 8 Version: 6.12. 298 Version: 6.12.30 9 9 Author URI: https://ecwid.to/ecwid-site 10 10 License: GPLv2 or later -
ecwid-shopping-cart/tags/6.12.30/includes/class-ecwid-static-page.php
r3244119 r3246849 93 93 $query_params['clean_urls'] = 'false'; 94 94 } 95 96 $query_params['base_url'] = get_permalink();97 95 98 96 if ( array_key_exists( 'offset', $_GET ) ) { //phpcs:ignore WordPress.Security.NonceVerification.Recommended … … 146 144 147 145 if ( ! ecwid_is_demo_store() ) { 146 $query_params['baseUrl'] = get_permalink(); 147 148 148 $query_params['getStaticContent'] = 'true'; 149 149 $query_params['slugsWithoutIds'] = 'false'; … … 156 156 } 157 157 } else { 158 $query_params['base_url'] = get_permalink(); 159 158 160 if ( ! empty( $query_params['default_category_id'] ) ) { 159 161 $endpoint_params = array( … … 260 262 $pattern = '/<img(.*?)>/is'; 261 263 262 $static_content->htmlCode = preg_replace( $pattern, '<img $1 decoding="async" loading="lazy">', $static_content->htmlCode );264 $static_content->htmlCode = preg_replace( $pattern, '<img $1 decoding="async">', $static_content->htmlCode ); 263 265 } 264 266 -
ecwid-shopping-cart/tags/6.12.30/readme.txt
r3244119 r3246849 6 6 Requires at least: 4.4 7 7 Tested up to: 6.7 8 Stable tag: 6.12. 298 Stable tag: 6.12.30 9 9 10 10 Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available. … … 154 154 155 155 == Changelog == 156 = 6.12.30 - Feb 26, 2024 = 157 - Fixed an issue where some links in the storefront could return a "not found" status in some cases. 158 156 159 = 6.12.29 - Feb 21, 2024 = 157 160 - Fixed an issue where incorrect data was sometimes displayed on the storefront page. Please update your ecommerce plugin. -
ecwid-shopping-cart/trunk/ecwid-shopping-cart.php
r3244119 r3246849 6 6 Text Domain: ecwid-shopping-cart 7 7 Author: Ecwid Ecommerce 8 Version: 6.12. 298 Version: 6.12.30 9 9 Author URI: https://ecwid.to/ecwid-site 10 10 License: GPLv2 or later -
ecwid-shopping-cart/trunk/includes/class-ecwid-static-page.php
r3244119 r3246849 93 93 $query_params['clean_urls'] = 'false'; 94 94 } 95 96 $query_params['base_url'] = get_permalink();97 95 98 96 if ( array_key_exists( 'offset', $_GET ) ) { //phpcs:ignore WordPress.Security.NonceVerification.Recommended … … 146 144 147 145 if ( ! ecwid_is_demo_store() ) { 146 $query_params['baseUrl'] = get_permalink(); 147 148 148 $query_params['getStaticContent'] = 'true'; 149 149 $query_params['slugsWithoutIds'] = 'false'; … … 156 156 } 157 157 } else { 158 $query_params['base_url'] = get_permalink(); 159 158 160 if ( ! empty( $query_params['default_category_id'] ) ) { 159 161 $endpoint_params = array( … … 260 262 $pattern = '/<img(.*?)>/is'; 261 263 262 $static_content->htmlCode = preg_replace( $pattern, '<img $1 decoding="async" loading="lazy">', $static_content->htmlCode );264 $static_content->htmlCode = preg_replace( $pattern, '<img $1 decoding="async">', $static_content->htmlCode ); 263 265 } 264 266 -
ecwid-shopping-cart/trunk/readme.txt
r3244119 r3246849 6 6 Requires at least: 4.4 7 7 Tested up to: 6.7 8 Stable tag: 6.12. 298 Stable tag: 6.12.30 9 9 10 10 Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available. … … 154 154 155 155 == Changelog == 156 = 6.12.30 - Feb 26, 2024 = 157 - Fixed an issue where some links in the storefront could return a "not found" status in some cases. 158 156 159 = 6.12.29 - Feb 21, 2024 = 157 160 - Fixed an issue where incorrect data was sometimes displayed on the storefront page. Please update your ecommerce plugin.
Note: See TracChangeset
for help on using the changeset viewer.