Changeset 3261205
- Timestamp:
- 03/25/2025 05:26:43 AM (12 months ago)
- Location:
- addonify-compare-products
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.16 (copied) (copied from addonify-compare-products/trunk)
-
tags/1.1.16/README.txt (modified) (2 diffs)
-
tags/1.1.16/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.16/README.txt
r3212436 r3261205 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. 7.17 Stable tag: 1.1.1 56 Tested up to: 6.8 7 Stable tag: 1.1.16 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 103 103 == Changelog == 104 104 105 = 1.1.16 - 25 March, 2024 = 106 107 - Tested: WordPress version 6.8 108 - Tested: WooCommerce version 9.7.1 109 105 110 = 1.1.15 - 13 December, 2024 = 106 111 -
addonify-compare-products/tags/1.1.16/addonify-compare-products.php
r3212436 r3261205 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 514 * Tested up to: 6. 7.113 * Version: 1.1.16 14 * Tested up to: 6.8 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 5' );31 define( 'ADDONIFY_COMPARE_PRODUCTS_VERSION', '1.1.16' ); 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
r3212436 r3261205 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. 7.17 Stable tag: 1.1.1 56 Tested up to: 6.8 7 Stable tag: 1.1.16 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 103 103 == Changelog == 104 104 105 = 1.1.16 - 25 March, 2024 = 106 107 - Tested: WordPress version 6.8 108 - Tested: WooCommerce version 9.7.1 109 105 110 = 1.1.15 - 13 December, 2024 = 106 111 -
addonify-compare-products/trunk/addonify-compare-products.php
r3212436 r3261205 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 514 * Tested up to: 6. 7.113 * Version: 1.1.16 14 * Tested up to: 6.8 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 5' );31 define( 'ADDONIFY_COMPARE_PRODUCTS_VERSION', '1.1.16' ); 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.