Changeset 3465290
- Timestamp:
- 02/19/2026 06:05:47 PM (6 weeks ago)
- Location:
- shopelement
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.3 (copied) (copied from shopelement/trunk)
-
tags/2.1.3/README.txt (modified) (2 diffs)
-
tags/2.1.3/shopelement.php (modified) (3 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/shopelement.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopelement/tags/2.1.3/README.txt
r3420503 r3465290 3 3 Tags: WooCommerce, elementor, product, product grid, product carousel 4 4 Requires at least: 5.0 5 Tested up to: 6.9 5 Tested up to: 6.9.1 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 125 125 == Changelog == 126 126 127 = 2.1.3 = 128 * Other: Compatible with WordPress 6.9.1 129 * Other: Compatible with WooCommerce 10.5.2 130 127 131 = 2.1.2 = 128 132 * Other: Compatible with WordPress 6.9 -
shopelement/tags/2.1.3/shopelement.php
r3420503 r3465290 6 6 * Description: Elementor Addons for WooCommerce. Build beautiful shop page with ShopElement elements. 7 7 * Plugin URI: https://storeplugin.net/plugins/shopelement/ 8 * Version: 2.1. 28 * Version: 2.1.3 9 9 * Author: StorePlugin 10 10 * Author URI: https://storeplugin.net … … 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 13 * Text Domain: shopelement 14 * Elementor tested up to: 3.3 3.415 * Elementor Pro tested up to: 3.3 3.414 * Elementor tested up to: 3.35.5 15 * Elementor Pro tested up to: 3.35.5 16 16 */ 17 17 /** Prevent unexpected access */ … … 31 31 /** Plugin version constant for ShopElement */ 32 32 if( ! defined( 'SHOPELEMENT_VERSION' ) ) { 33 define( 'SHOPELEMENT_VERSION', '2.1. 2' );33 define( 'SHOPELEMENT_VERSION', '2.1.3' ); 34 34 } 35 35 -
shopelement/trunk/README.txt
r3420503 r3465290 3 3 Tags: WooCommerce, elementor, product, product grid, product carousel 4 4 Requires at least: 5.0 5 Tested up to: 6.9 5 Tested up to: 6.9.1 6 6 Requires PHP: 7.0 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 125 125 == Changelog == 126 126 127 = 2.1.3 = 128 * Other: Compatible with WordPress 6.9.1 129 * Other: Compatible with WooCommerce 10.5.2 130 127 131 = 2.1.2 = 128 132 * Other: Compatible with WordPress 6.9 -
shopelement/trunk/shopelement.php
r3420503 r3465290 6 6 * Description: Elementor Addons for WooCommerce. Build beautiful shop page with ShopElement elements. 7 7 * Plugin URI: https://storeplugin.net/plugins/shopelement/ 8 * Version: 2.1. 28 * Version: 2.1.3 9 9 * Author: StorePlugin 10 10 * Author URI: https://storeplugin.net … … 12 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 13 * Text Domain: shopelement 14 * Elementor tested up to: 3.3 3.415 * Elementor Pro tested up to: 3.3 3.414 * Elementor tested up to: 3.35.5 15 * Elementor Pro tested up to: 3.35.5 16 16 */ 17 17 /** Prevent unexpected access */ … … 31 31 /** Plugin version constant for ShopElement */ 32 32 if( ! defined( 'SHOPELEMENT_VERSION' ) ) { 33 define( 'SHOPELEMENT_VERSION', '2.1. 2' );33 define( 'SHOPELEMENT_VERSION', '2.1.3' ); 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.