Plugin Directory

Changeset 3465290


Ignore:
Timestamp:
02/19/2026 06:05:47 PM (6 weeks ago)
Author:
storeplugin
Message:

Update to version 2.1.3 from GitHub

Location:
shopelement
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shopelement/tags/2.1.3/README.txt

    r3420503 r3465290  
    33Tags: WooCommerce, elementor, product, product grid, product carousel
    44Requires at least: 5.0
    5 Tested up to: 6.9
     5Tested up to: 6.9.1
    66Requires PHP: 7.0
    7 Stable tag: 2.1.2
     7Stable tag: 2.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 2.1.3 =
     128* Other: Compatible with WordPress 6.9.1
     129* Other: Compatible with WooCommerce 10.5.2
     130
    127131= 2.1.2 =
    128132* Other: Compatible with WordPress 6.9
  • shopelement/tags/2.1.3/shopelement.php

    r3420503 r3465290  
    66 * Description: Elementor Addons for WooCommerce. Build beautiful shop page with ShopElement elements.
    77 * Plugin URI:  https://storeplugin.net/plugins/shopelement/
    8  * Version:     2.1.2
     8 * Version:     2.1.3
    99 * Author:      StorePlugin
    1010 * Author URI:  https://storeplugin.net
     
    1212 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1313 * Text Domain: shopelement
    14  * Elementor tested up to: 3.33.4
    15  * Elementor Pro tested up to: 3.33.4
     14 * Elementor tested up to: 3.35.5
     15 * Elementor Pro tested up to: 3.35.5
    1616 */
    1717/** Prevent unexpected access */
     
    3131/** Plugin version constant for ShopElement */
    3232if( ! defined( 'SHOPELEMENT_VERSION' ) ) {
    33     define( 'SHOPELEMENT_VERSION', '2.1.2' );
     33    define( 'SHOPELEMENT_VERSION', '2.1.3' );
    3434}
    3535
  • shopelement/trunk/README.txt

    r3420503 r3465290  
    33Tags: WooCommerce, elementor, product, product grid, product carousel
    44Requires at least: 5.0
    5 Tested up to: 6.9
     5Tested up to: 6.9.1
    66Requires PHP: 7.0
    7 Stable tag: 2.1.2
     7Stable tag: 2.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    125125== Changelog ==
    126126
     127= 2.1.3 =
     128* Other: Compatible with WordPress 6.9.1
     129* Other: Compatible with WooCommerce 10.5.2
     130
    127131= 2.1.2 =
    128132* Other: Compatible with WordPress 6.9
  • shopelement/trunk/shopelement.php

    r3420503 r3465290  
    66 * Description: Elementor Addons for WooCommerce. Build beautiful shop page with ShopElement elements.
    77 * Plugin URI:  https://storeplugin.net/plugins/shopelement/
    8  * Version:     2.1.2
     8 * Version:     2.1.3
    99 * Author:      StorePlugin
    1010 * Author URI:  https://storeplugin.net
     
    1212 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1313 * Text Domain: shopelement
    14  * Elementor tested up to: 3.33.4
    15  * Elementor Pro tested up to: 3.33.4
     14 * Elementor tested up to: 3.35.5
     15 * Elementor Pro tested up to: 3.35.5
    1616 */
    1717/** Prevent unexpected access */
     
    3131/** Plugin version constant for ShopElement */
    3232if( ! defined( 'SHOPELEMENT_VERSION' ) ) {
    33     define( 'SHOPELEMENT_VERSION', '2.1.2' );
     33    define( 'SHOPELEMENT_VERSION', '2.1.3' );
    3434}
    3535
Note: See TracChangeset for help on using the changeset viewer.