Skip to content

Commit

Permalink
V 2.7.5 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Aug 22, 2020
1 parent ba02084 commit e614f47
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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: Mon 03-Aug-2020 | 11:59:10:am
// Last Updated: Sat 22-Aug-2020 | 11:24:35:am
// Total Class: 14

return array (
Expand Down
4 changes: 2 additions & 2 deletions i18n/wc-quick-buy.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# 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.7.4\n"
"Project-Id-Version: Quick Buy For WooCommerce 2.7.5\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: 2020-08-03T11:59:11+05:30\n"
"POT-Creation-Date: 2020-08-22T11:24:35+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
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Plugin URL: https://wordpress.org/plugins/woocommerce-quick-buy/
**Donate link:** http://paypal.me/varunsridharan23
**Requires at least:** 3.0
**Tested up to:** 5.5
**Stable tag:** 2.7.4
**Stable tag:** 2.7.5
**Requires PHP:** 7.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -149,6 +149,12 @@ Please open an issue at <a href="https://github.com/varunsridharan/woocommerce-q
## Changelog


### 2.7.5 - 22/08/2020
* Fixed : Add To Cart Permalink Issue
* Tested : WordPress 5.5
* Tested : WooCommerce 4.4.1


### 2.7.4 - 03/08/2020
* Fixed : Fatal Error When Editing Product Page
* Fixed : AddToCart Button Redirects To Quick Buy Page.
Expand Down
2 changes: 1 addition & 1 deletion wc-quick-buy.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defined( 'ABSPATH' ) || exit;

defined( 'WCQB_FILE' ) || define( 'WCQB_FILE', __FILE__ );
defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.7.4' );
defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.7.5' );
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 e614f47

Please sign in to comment.