From 3c50a21ecc6e0ba9f003384c288001d922faea46 Mon Sep 17 00:00:00 2001 From: picocodes Date: Mon, 3 Apr 2023 07:12:55 +0300 Subject: [PATCH] 2.0.6 release changes --- .github/workflows/wordpress.yml | 2 +- README.txt | 7 +++++-- wpinv-quote.php | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wordpress.yml b/.github/workflows/wordpress.yml index f5d63d2..e75995b 100644 --- a/.github/workflows/wordpress.yml +++ b/.github/workflows/wordpress.yml @@ -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 }} diff --git a/README.txt b/README.txt index 9277463..81e1982 100644 --- a/README.txt +++ b/README.txt @@ -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 @@ -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 diff --git a/wpinv-quote.php b/wpinv-quote.php index 11c4322..8d02163 100644 --- a/wpinv-quote.php +++ b/wpinv-quote.php @@ -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+ @@ -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__ ) );