Changeset 3199421
- Timestamp:
- 11/29/2024 12:17:36 PM (16 months ago)
- Location:
- addonify-quick-view
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.3 (copied) (copied from addonify-quick-view/trunk)
-
tags/2.0.3/addonify-quick-view.php (modified) (2 diffs)
-
tags/2.0.3/readme.txt (modified) (2 diffs)
-
trunk/addonify-quick-view.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addonify-quick-view/tags/2.0.3/addonify-quick-view.php
r3199416 r3199421 11 11 * Plugin URI: https://addonify.com/downloads/woocommerce-quick-view/ 12 12 * Description: Addonify WooCommerce Quick View plugin adds functionality to have a WooCommerce product quick preview on a modal window. 13 * Version: 2.0. 213 * Version: 2.0.3 14 14 * Requires at least: 6.4 15 15 * Requires PHP: 7.4 … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0. 2' );37 define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.3' ); 38 38 define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) ); 39 39 define( 'ADDONIFY_QUICK_VIEW_DB_INITIALS', 'addonify_qv_' ); -
addonify-quick-view/tags/2.0.3/readme.txt
r3199416 r3199421 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.7.1 9 Stable tag: 2.0. 19 Stable tag: 2.0.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 154 154 155 155 == Changelog == 156 157 = 2.0.3 - 29 November, 2024 = 158 159 - Fix: readme. 156 160 157 161 = 2.0.2 - 29 November, 2024 = -
addonify-quick-view/trunk/addonify-quick-view.php
r3199416 r3199421 11 11 * Plugin URI: https://addonify.com/downloads/woocommerce-quick-view/ 12 12 * Description: Addonify WooCommerce Quick View plugin adds functionality to have a WooCommerce product quick preview on a modal window. 13 * Version: 2.0. 213 * Version: 2.0.3 14 14 * Requires at least: 6.4 15 15 * Requires PHP: 7.4 … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0. 2' );37 define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.3' ); 38 38 define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) ); 39 39 define( 'ADDONIFY_QUICK_VIEW_DB_INITIALS', 'addonify_qv_' ); -
addonify-quick-view/trunk/readme.txt
r3199416 r3199421 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.7.1 9 Stable tag: 2.0. 19 Stable tag: 2.0.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 154 154 155 155 == Changelog == 156 157 = 2.0.3 - 29 November, 2024 = 158 159 - Fix: readme. 156 160 157 161 = 2.0.2 - 29 November, 2024 =
Note: See TracChangeset
for help on using the changeset viewer.