Plugin Directory

Changeset 3199421


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

Update to version 2.0.3 from GitHub

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

Legend:

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

    r3199416 r3199421  
    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.2
     13 * Version:           2.0.3
    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.2' );
     37define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.3' );
    3838define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) );
    3939define( 'ADDONIFY_QUICK_VIEW_DB_INITIALS', 'addonify_qv_' );
  • addonify-quick-view/tags/2.0.3/readme.txt

    r3199416 r3199421  
    77Requires PHP: 7.4
    88Tested up to: 6.7.1
    9 Stable tag: 2.0.1
     9Stable tag: 2.0.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    154154
    155155== Changelog ==
     156
     157= 2.0.3 - 29 November, 2024 =
     158
     159- Fix: readme.
    156160
    157161= 2.0.2 - 29 November, 2024 =
  • addonify-quick-view/trunk/addonify-quick-view.php

    r3199416 r3199421  
    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.2
     13 * Version:           2.0.3
    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.2' );
     37define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.3' );
    3838define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) );
    3939define( 'ADDONIFY_QUICK_VIEW_DB_INITIALS', 'addonify_qv_' );
  • addonify-quick-view/trunk/readme.txt

    r3199416 r3199421  
    77Requires PHP: 7.4
    88Tested up to: 6.7.1
    9 Stable tag: 2.0.1
     9Stable tag: 2.0.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    154154
    155155== Changelog ==
     156
     157= 2.0.3 - 29 November, 2024 =
     158
     159- Fix: readme.
    156160
    157161= 2.0.2 - 29 November, 2024 =
Note: See TracChangeset for help on using the changeset viewer.