Skip to content

Commit

Permalink
V 2.8.3 Ready
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Feb 11, 2022
1 parent 800abc3 commit 2f2ad99
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion classmaps.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Last Updated: Sat 27-Mar-2021 | 12:52:37:pm
// Last Updated: Fri 11-Feb-2022 | 11:31:27:am
// Total Class: 14

return array (
Expand Down
6 changes: 3 additions & 3 deletions i18n/wc-quick-buy.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2021 Varun Sridharan
# Copyright (C) 2022 Varun Sridharan
# This file is distributed under the same license as the Quick Buy For WooCommerce plugin.
msgid ""
msgstr ""
"Project-Id-Version: Quick Buy For WooCommerce 2.8.2\n"
"Project-Id-Version: Quick Buy For WooCommerce 2.8.23\n"
"Report-Msgid-Bugs-To: https:\/\/wordpress.org\/support\/plugin\/woocommerce-quick-buy\n\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: varunsridharan23@gmail.com\n\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-03-27T12:52:37+05:30\n"
"POT-Creation-Date: 2022-02-11T11:31:28+05:30\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: wc-quick-buy\n"
Expand Down
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Plugin URL: https://wordpress.org/plugins/woocommerce-quick-buy/
**Tags:** Woocommerce,wc,Quick buy,add to cart,affiliate, cart, checkout, commerce, configurable, digital, download, downloadable, e-commerce, ecommerce, inventory, reports, sales, sell, shipping, shop, shopping, stock, store, tax, variable, widgets, woothemes, wordpress ecommerce
**Donate link:** http://paypal.me/varunsridharan23
**Requires at least:** 3.0
**Tested up to:** 5.5
**Stable tag:** 2.8.2
**Tested up to:** 5.9
**Stable tag:** 2.8.3
**Requires PHP:** 7.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -149,8 +149,14 @@ Please open an issue at <a href="https://github.com/varunsridharan/woocommerce-q
## Changelog


### 2.8.3 11/02/2022
* Updated : Filterd XSS attacks in Strings
* Tested : WordPress 5.9
* Tested : WooCommerce 6.2.0


### 2.8.2 27/03/2021
* Updated : WPOnion Framework To 1.5.7
* Updated : WPOnion Framework To 1.5.3.7
* Updated : VSP Framework To 0.8.9.8
* Tested : WordPress 5.7
* Tested : WooCommerce 5.1.0
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Plugin URL: https://wordpress.org/plugins/woocommerce-quick-buy/
Tags: Woocommerce,wc,Quick buy,add to cart,affiliate, cart, checkout, commerce, configurable, digital, download, downloadable, e-commerce, ecommerce, inventory, reports, sales, sell, shipping, shop, shopping, stock, store, tax, variable, widgets, woothemes, wordpress ecommerce
Donate link: http://paypal.me/varunsridharan23
Requires at least: 3.0
Tested up to: 5.5
Stable tag: 2.8.2
Tested up to: 5.9
Stable tag: 2.8.3
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -129,6 +129,11 @@ Please open an issue at <a href="https://github.com/varunsridharan/woocommerce-q

== Changelog ==

= 2.8.3 11/02/2022 =
* Updated : Filterd XSS attacks in Strings
* Tested : WordPress 5.9
* Tested : WooCommerce 6.2.0

= 2.8.2 27/03/2021 =
* Updated : WPOnion Framework To 1.5.3.7
* Updated : VSP Framework To 0.8.9.8
Expand Down
6 changes: 3 additions & 3 deletions wc-quick-buy.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Quick Buy For WooCommerce
* Plugin URI: https://wordpress.org/plugins/woocommerce-quick-buy/
* Description: Add Quick buy button to redirect user to checkout / cart immediately when he click quick buy button
* Version: 2.8.2
* Version: 2.8.23
* Author: Varun Sridharan
* Author URI: http://varunsridharan.in
* Text Domain: wc-quick-buy
Expand All @@ -12,13 +12,13 @@
* GitHub Plugin URI: https://github.com/varunsridharan/woocommerce-quick-buy
* Domain Path: /i18n
* WC requires at least: 3.0
* WC tested up to: 5.1.0
* WC tested up to: 6.2.0
*/

defined( 'ABSPATH' ) || exit;

defined( 'WCQB_FILE' ) || define( 'WCQB_FILE', __FILE__ );
defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.8.2' );
defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.8.3' );
defined( 'WCQB_NAME' ) || define( 'WCQB_NAME', __( 'Quick Buy For WooCommerce', 'wc-quick-buy' ) );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
Expand Down

0 comments on commit 2f2ad99

Please sign in to comment.