Changeset 3212436
- Timestamp:
- 12/24/2024 06:08:26 AM (15 months ago)
- Location:
- addonify-compare-products
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.15 (copied) (copied from addonify-compare-products/trunk)
-
tags/1.1.15/README.txt (modified) (2 diffs)
-
tags/1.1.15/addonify-compare-products.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/addonify-compare-products.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addonify-compare-products/tags/1.1.15/README.txt
r3063366 r3212436 4 4 Tags: compare, woocommerce compare, products comparison, compare products, compare woocommerce, addonify, woocommerce 5 5 Requires at least: 6.3 6 Tested up to: 6. 57 Stable tag: 1.1.1 46 Tested up to: 6.7.1 7 Stable tag: 1.1.15 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 103 103 == Changelog == 104 104 105 = 1.1.15 - 13 December, 2024 = 106 107 - Tested: WordPress version 6.7.1. 108 - Tested: WooCommerce version 9.4.3. 109 105 110 = 1.1.14 - 03 April, 2024 = 106 111 -
addonify-compare-products/tags/1.1.15/addonify-compare-products.php
r3063366 r3212436 11 11 * Plugin URI: https://wordpress.org/plugins/addonify-compare-products/ 12 12 * Description: Addonify Compare Products is a WooCommerce extension that allows website visitors to compare multiple products on your online store. 13 * Version: 1.1.1 414 * Tested up to: 6. 513 * Version: 1.1.15 14 * Tested up to: 6.7.1 15 15 * Requires at least: 6.3 16 16 * Requires PHP: 7.4 … … 29 29 } 30 30 31 define( 'ADDONIFY_COMPARE_PRODUCTS_VERSION', '1.1.1 4' );31 define( 'ADDONIFY_COMPARE_PRODUCTS_VERSION', '1.1.15' ); 32 32 define( 'ADDONIFY_COMPARE_PRODUCTS_BASENAME', plugin_basename( __FILE__ ) ); 33 33 define( 'ADDONIFY_CP_DB_INITIALS', 'addonify_cp_' ); -
addonify-compare-products/trunk/README.txt
r3063366 r3212436 4 4 Tags: compare, woocommerce compare, products comparison, compare products, compare woocommerce, addonify, woocommerce 5 5 Requires at least: 6.3 6 Tested up to: 6. 57 Stable tag: 1.1.1 46 Tested up to: 6.7.1 7 Stable tag: 1.1.15 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 103 103 == Changelog == 104 104 105 = 1.1.15 - 13 December, 2024 = 106 107 - Tested: WordPress version 6.7.1. 108 - Tested: WooCommerce version 9.4.3. 109 105 110 = 1.1.14 - 03 April, 2024 = 106 111 -
addonify-compare-products/trunk/addonify-compare-products.php
r3063366 r3212436 11 11 * Plugin URI: https://wordpress.org/plugins/addonify-compare-products/ 12 12 * Description: Addonify Compare Products is a WooCommerce extension that allows website visitors to compare multiple products on your online store. 13 * Version: 1.1.1 414 * Tested up to: 6. 513 * Version: 1.1.15 14 * Tested up to: 6.7.1 15 15 * Requires at least: 6.3 16 16 * Requires PHP: 7.4 … … 29 29 } 30 30 31 define( 'ADDONIFY_COMPARE_PRODUCTS_VERSION', '1.1.1 4' );31 define( 'ADDONIFY_COMPARE_PRODUCTS_VERSION', '1.1.15' ); 32 32 define( 'ADDONIFY_COMPARE_PRODUCTS_BASENAME', plugin_basename( __FILE__ ) ); 33 33 define( 'ADDONIFY_CP_DB_INITIALS', 'addonify_cp_' );
Note: See TracChangeset
for help on using the changeset viewer.