Skip to content

Commit

Permalink
preparations for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mutendebrian committed Feb 12, 2021
1 parent 28f1316 commit 897032f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.6
Stable tag: 2.0.0
Stable tag: 2.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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.0
* Version: 2.0.1
* 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.0' );
define( 'WPINV_QUOTES_VERSION', '2.0.1' );
define( 'WPINV_QUOTES_PATH', plugin_dir_path( __FILE__ ) );
define( 'WPINV_QUOTES_URL', plugin_dir_url( __FILE__ ) );

Expand Down

0 comments on commit 897032f

Please sign in to comment.