Skip to content

Commit

Permalink
2.0.6 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
picocodes committed Apr 3, 2023
1 parent 95699c0 commit 3c50a21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
Expand Down
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: stiofansisland, paoltaia, ayecode
Donate link: https://wpinvoicing.com
Tags: invoice, invoicing, quote, estimates, quotes, recurring payments, paypal, VAT MOSS, HTML invoice, HTML quote, estimate, HTML estimate, billing, bills, bill clients, invoice clients, email invoice, invoice online, recurring invoice, recurring billing, invoice generator, invoice system, accounting, ecommerce, check out, shopping cart, stripe, 2check out, authorize.net, paypal pro, sagepay, payfast
Requires at least: 4.9
Tested up to: 5.8
Stable tag: 2.0.5
Tested up to: 6.2
Stable tag: 2.0.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -62,6 +62,9 @@ Automatic updates should seamlessly work. We always suggest you backup up your w

== Changelog ==

= 2.0.6 =
* WordPress 6.2 compatibility check

= 2.0.5 =
* WordPress 5.8 compatibility check

Expand Down
4 changes: 2 additions & 2 deletions wpinv-quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Quotes Addon for GetPaid
* Plugin URI: https://wpinvoicing.com/
* Description: Create quotes for customers, if accepted it will convert them to invoices that can be paid.
* Version: 2.0.5
* Version: 2.0.6
* Author: AyeCode Ltd
* Author URI: https://wpinvoicing.com
* License: GPL-2.0+
Expand All @@ -30,7 +30,7 @@
die;
}

define( 'WPINV_QUOTES_VERSION', '2.0.5' );
define( 'WPINV_QUOTES_VERSION', '2.0.6' );
define( 'WPINV_QUOTES_PATH', plugin_dir_path( __FILE__ ) );
define( 'WPINV_QUOTES_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit 3c50a21

Please sign in to comment.