Skip to content

Commit

Permalink
Merge pull request #364 from addonify/development
Browse files Browse the repository at this point in the history
🐛 FIX: readme.
  • Loading branch information
h1dd3nsn1p3r authored Nov 29, 2024
2 parents 443be44 + 868f8f3 commit 07a8c34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addonify-quick-view.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 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: 2.0.2
* Version: 2.0.3
* Requires at least: 6.4
* Requires PHP: 7.4
* Tested up to: 6.7.1
Expand All @@ -34,7 +34,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', '2.0.2' );
define( 'ADDONIFY_QUICK_VIEW_VERSION', '2.0.3' );
define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) );
define( 'ADDONIFY_QUICK_VIEW_DB_INITIALS', 'addonify_qv_' );

Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: woocommerce, quick view, woocommerce quick view, products quick view, qui
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.7.1
Stable tag: 2.0.1
Stable tag: 2.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.0.3 - 29 November, 2024 =

- Fix: readme.

= 2.0.2 - 29 November, 2024 =

- Fix: readme.
Expand Down

0 comments on commit 07a8c34

Please sign in to comment.