Plugin Directory

Changeset 3199416


Ignore:
Timestamp:
11/29/2024 12:02:05 PM (16 months ago)
Author:
addonify
Message:

Update to version 2.0.2 from GitHub

Location:
addonify-quick-view
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • addonify-quick-view/tags/2.0.2/addonify-quick-view.php

    r3199412 r3199416  
    1111 * Plugin URI:        https://addonify.com/downloads/woocommerce-quick-view/
    1212 * Description:       Addonify WooCommerce Quick View plugin adds functionality to have a WooCommerce product quick preview on a modal window.
    13  * Version:           2.0.1
     13 * Version:           2.0.2
    1414 * Requires at least: 6.4
    1515 * Requires PHP:      7.4
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.1' );
     37define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.2' );
    3838define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) );
    3939define( 'ADDONIFY_QUICK_VIEW_DB_INITIALS', 'addonify_qv_' );
  • addonify-quick-view/tags/2.0.2/readme.txt

    r3199412 r3199416  
    7979✅ More customization options, give it a try.
    8080
    81 ** 💎 PRO **
    82 
    83 [Addonify Quick View Pro](https://addonify.com/products/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:
    8484
    8585✅ Track the viewed products with analytics.
     
    8888✅ Enable social sharing from quick view modal.
    8989✅ Enable AJAX add to cart in quick view modal.
     90✅ Unlock additional color options.
    9091✅ Unlock additional options to customize the modal.
    91 ✅ Unlock additional color options.
    9292
    9393
     
    9696The shortcode below can used to display quick view button.
    9797
    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"]**
    10199
    102100The shortcode attributes used are as follows:
     
    156154
    157155== Changelog ==
     156
     157= 2.0.2 - 29 November, 2024 =
     158
     159- Fix: readme.
    158160
    159161= 2.0.1 - 29 November, 2024 =
  • addonify-quick-view/trunk/addonify-quick-view.php

    r3199412 r3199416  
    1111 * Plugin URI:        https://addonify.com/downloads/woocommerce-quick-view/
    1212 * Description:       Addonify WooCommerce Quick View plugin adds functionality to have a WooCommerce product quick preview on a modal window.
    13  * Version:           2.0.1
     13 * Version:           2.0.2
    1414 * Requires at least: 6.4
    1515 * Requires PHP:      7.4
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.1' );
     37define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.2' );
    3838define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) );
    3939define( 'ADDONIFY_QUICK_VIEW_DB_INITIALS', 'addonify_qv_' );
  • addonify-quick-view/trunk/readme.txt

    r3199412 r3199416  
    7979✅ More customization options, give it a try.
    8080
    81 ** 💎 PRO **
    82 
    83 [Addonify Quick View Pro](https://addonify.com/products/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:
    8484
    8585✅ Track the viewed products with analytics.
     
    8888✅ Enable social sharing from quick view modal.
    8989✅ Enable AJAX add to cart in quick view modal.
     90✅ Unlock additional color options.
    9091✅ Unlock additional options to customize the modal.
    91 ✅ Unlock additional color options.
    9292
    9393
     
    9696The shortcode below can used to display quick view button.
    9797
    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"]**
    10199
    102100The shortcode attributes used are as follows:
     
    156154
    157155== Changelog ==
     156
     157= 2.0.2 - 29 November, 2024 =
     158
     159- Fix: readme.
    158160
    159161= 2.0.1 - 29 November, 2024 =
Note: See TracChangeset for help on using the changeset viewer.