Changeset 3103372
- Timestamp:
- 06/17/2024 05:52:24 AM (22 months ago)
- Location:
- x-extensions-for-woocommerce/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
x-extensions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
x-extensions-for-woocommerce/trunk/readme.txt
r2878177 r3103372 6 6 Tested up to: 6.1 7 7 Requires PHP: 7.2 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.0.1 [011/03/2023] = 77 = 1.0.2 [17/06/2024] = 78 * CSS issue fixed 79 * Gulp file and Package.json file script updated 80 81 = 1.0.1 [11/03/2023] = 78 82 * Version up to date 79 83 -
x-extensions-for-woocommerce/trunk/x-extensions.php
r2878177 r3103372 2 2 /** 3 3 * Plugin Name: X-Extensions for WooCommerce 4 * Description: Woocommerce extensions plugin5 * Version: 1.0. 14 * Description: Boost your WooCommerce store with X-Extensions, featuring advanced product listing, AJAX search, and product quick view. Enjoy instant search results, customizable displays, and seamless quick view functionality, all in one powerful, performance-optimized plugin. 5 * Version: 1.0.2 6 6 * Requires at least: 5.9 7 * Tested up to: 6.17 * Tested up to: 6.1 8 8 * Author: Rejuan Ahamed 9 9 * Text Domain: xewc … … 32 32 */ 33 33 define('XEWC_FILE', __FILE__); 34 define('XEWC_VERSION', '1.0. 1');34 define('XEWC_VERSION', '1.0.2'); 35 35 define('XEWC_DIR_URL', plugin_dir_url( XEWC_FILE )); 36 36 define('XEWC_DIR_PATH', plugin_dir_path( XEWC_FILE ));
Note: See TracChangeset
for help on using the changeset viewer.