Changeset 3199416
- Timestamp:
- 11/29/2024 12:02:05 PM (16 months ago)
- Location:
- addonify-quick-view
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.2 (copied) (copied from addonify-quick-view/trunk)
-
tags/2.0.2/addonify-quick-view.php (modified) (2 diffs)
-
tags/2.0.2/readme.txt (modified) (4 diffs)
-
trunk/addonify-quick-view.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addonify-quick-view/tags/2.0.2/addonify-quick-view.php
r3199412 r3199416 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. 113 * Version: 2.0.2 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. 1' );37 define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.2' ); 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.2/readme.txt
r3199412 r3199416 79 79 ✅ More customization options, give it a try. 80 80 81 ** 💎 PRO**82 83 [Addonify Quick View Pro](https://addonify.com/product s/quick-view-for-woocommerce/) version comes with more advanced features and customization options. Some of the features are:81 **💎 PRO** 82 83 [Addonify Quick View Pro](https://addonify.com/product/addonify-quick-view-for-woocommerce/) version comes with more advanced features and customization options. Some of the features are: 84 84 85 85 ✅ Track the viewed products with analytics. … … 88 88 ✅ Enable social sharing from quick view modal. 89 89 ✅ Enable AJAX add to cart in quick view modal. 90 ✅ Unlock additional color options. 90 91 ✅ Unlock additional options to customize the modal. 91 ✅ Unlock additional color options.92 92 93 93 … … 96 96 The shortcode below can used to display quick view button. 97 97 98 ``` 99 [addonify_quick_view_button id="1" label="Quick View" classes="btn" icon="icon_one" icon_position="left"] 100 ``` 98 **[addonify_quick_view_button id="1" label="Quick View" classes="btn" icon="icon_one" icon_position="left"]** 101 99 102 100 The shortcode attributes used are as follows: … … 156 154 157 155 == Changelog == 156 157 = 2.0.2 - 29 November, 2024 = 158 159 - Fix: readme. 158 160 159 161 = 2.0.1 - 29 November, 2024 = -
addonify-quick-view/trunk/addonify-quick-view.php
r3199412 r3199416 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. 113 * Version: 2.0.2 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. 1' );37 define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.2' ); 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
r3199412 r3199416 79 79 ✅ More customization options, give it a try. 80 80 81 ** 💎 PRO**82 83 [Addonify Quick View Pro](https://addonify.com/product s/quick-view-for-woocommerce/) version comes with more advanced features and customization options. Some of the features are:81 **💎 PRO** 82 83 [Addonify Quick View Pro](https://addonify.com/product/addonify-quick-view-for-woocommerce/) version comes with more advanced features and customization options. Some of the features are: 84 84 85 85 ✅ Track the viewed products with analytics. … … 88 88 ✅ Enable social sharing from quick view modal. 89 89 ✅ Enable AJAX add to cart in quick view modal. 90 ✅ Unlock additional color options. 90 91 ✅ Unlock additional options to customize the modal. 91 ✅ Unlock additional color options.92 92 93 93 … … 96 96 The shortcode below can used to display quick view button. 97 97 98 ``` 99 [addonify_quick_view_button id="1" label="Quick View" classes="btn" icon="icon_one" icon_position="left"] 100 ``` 98 **[addonify_quick_view_button id="1" label="Quick View" classes="btn" icon="icon_one" icon_position="left"]** 101 99 102 100 The shortcode attributes used are as follows: … … 156 154 157 155 == Changelog == 156 157 = 2.0.2 - 29 November, 2024 = 158 159 - Fix: readme. 158 160 159 161 = 2.0.1 - 29 November, 2024 =
Note: See TracChangeset
for help on using the changeset viewer.