Skip to content

Commit

Permalink
Merge pull request #240 from addonify/development
Browse files Browse the repository at this point in the history
Tested with latest WordPress and WooCommerce
  • Loading branch information
Asok17 authored Jan 26, 2024
2 parents 067a1ca + 7c7c603 commit 5c15e34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
9 changes: 5 additions & 4 deletions addonify-quick-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
* Plugin Name: Addonify - Quick View For WooCommerce
* Plugin URI: https://addonify.com/downloads/woocommerce-quick-view/
* Description: Addonify WooCommerce Quick View plugin adds functionality to have a WooCommerce product quick preview on a modal window.
* Version: 1.2.14
* Requires at least: 5.9
* Requires PHP: 7.2
* Version: 1.2.15
* Requires at least: 6.3
* Requires PHP: 7.4
* Tested up to: 6.4.2
* Author: Addonify
* Author URI: https://addonify.com
* License: GPL-2.0+
Expand All @@ -27,7 +28,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'ADDONIFY_QUICK_VIEW_VERSION', '1.2.14' );
define( 'ADDONIFY_QUICK_VIEW_VERSION', '1.2.15' );
define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) );
define( 'ADDONIFY_DB_INITIALS', 'addonify_qv_' );

Expand Down
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Contributors: addonify
Donate link: https://addonify.com/contact/
Tags: woocommerce, quick view, woocommerce quick view, products quick view, quickview
Requires at least: 5.9
Requires PHP: 7.2
Tested up to: 6.4.0
Stable tag: 1.2.14
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.4.2
Stable tag: 1.2.15
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -138,6 +138,11 @@ Let's make Addonify Quick View better together. We are open to discuss how we ca

== Changelog ==

= 1.2.15 - 26 January, 2023 =

- Tested: WordPress version 6.4.2.
- Tested: WooCommerce version 8.5.2.

= 1.2.14 - 09 November, 2023 =

- Tested: WordPress v6.4.0
Expand Down

0 comments on commit 5c15e34

Please sign in to comment.