Plugin Directory

Changeset 3246849


Ignore:
Timestamp:
02/26/2025 06:36:23 AM (13 months ago)
Author:
Ecwid
Message:

Update to version 6.12.30 from GitHub

Location:
ecwid-shopping-cart
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ecwid-shopping-cart/tags/6.12.30/ecwid-shopping-cart.php

    r3244119 r3246849  
    66Text Domain: ecwid-shopping-cart
    77Author: Ecwid Ecommerce
    8 Version: 6.12.29
     8Version: 6.12.30
    99Author URI: https://ecwid.to/ecwid-site
    1010License: GPLv2 or later
  • ecwid-shopping-cart/tags/6.12.30/includes/class-ecwid-static-page.php

    r3244119 r3246849  
    9393            $query_params['clean_urls'] = 'false';
    9494        }
    95 
    96         $query_params['base_url'] = get_permalink();
    9795
    9896        if ( array_key_exists( 'offset', $_GET ) ) { //phpcs:ignore WordPress.Security.NonceVerification.Recommended
     
    146144
    147145        if ( ! ecwid_is_demo_store() ) {
     146            $query_params['baseUrl'] = get_permalink();
     147
    148148            $query_params['getStaticContent'] = 'true';
    149149            $query_params['slugsWithoutIds'] = 'false';
     
    156156            }
    157157        } else {
     158            $query_params['base_url'] = get_permalink();
     159
    158160            if ( ! empty( $query_params['default_category_id'] ) ) {
    159161                $endpoint_params = array(
     
    260262                $pattern = '/<img(.*?)>/is';
    261263
    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 );
    263265            }
    264266
  • ecwid-shopping-cart/tags/6.12.30/readme.txt

    r3244119 r3246849  
    66Requires at least: 4.4
    77Tested up to: 6.7
    8 Stable tag: 6.12.29
     8Stable tag: 6.12.30
    99
    1010Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
     
    154154
    155155== 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
    156159= 6.12.29 - Feb 21, 2024 =
    157160- 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  
    66Text Domain: ecwid-shopping-cart
    77Author: Ecwid Ecommerce
    8 Version: 6.12.29
     8Version: 6.12.30
    99Author URI: https://ecwid.to/ecwid-site
    1010License: GPLv2 or later
  • ecwid-shopping-cart/trunk/includes/class-ecwid-static-page.php

    r3244119 r3246849  
    9393            $query_params['clean_urls'] = 'false';
    9494        }
    95 
    96         $query_params['base_url'] = get_permalink();
    9795
    9896        if ( array_key_exists( 'offset', $_GET ) ) { //phpcs:ignore WordPress.Security.NonceVerification.Recommended
     
    146144
    147145        if ( ! ecwid_is_demo_store() ) {
     146            $query_params['baseUrl'] = get_permalink();
     147
    148148            $query_params['getStaticContent'] = 'true';
    149149            $query_params['slugsWithoutIds'] = 'false';
     
    156156            }
    157157        } else {
     158            $query_params['base_url'] = get_permalink();
     159
    158160            if ( ! empty( $query_params['default_category_id'] ) ) {
    159161                $endpoint_params = array(
     
    260262                $pattern = '/<img(.*?)>/is';
    261263
    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 );
    263265            }
    264266
  • ecwid-shopping-cart/trunk/readme.txt

    r3244119 r3246849  
    66Requires at least: 4.4
    77Tested up to: 6.7
    8 Stable tag: 6.12.29
     8Stable tag: 6.12.30
    99
    1010Powerful, easy to use ecommerce shopping cart for WordPress. Sell on Facebook and Instagram. iPhone & Android apps. Superb support. Free plan available.
     
    154154
    155155== 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
    156159= 6.12.29 - Feb 21, 2024 =
    157160- 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.