Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Jun 14, 2020
1 parent 36497e1 commit f5ff978
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 13 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: Fri 12-Jun-2020 | 10:41:19:am
// Last Updated: Sun 14-Jun-2020 | 02:07:00:pm
// Total Class: 14

return array (
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 26 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.2\n"
"Project-Id-Version: Quick Buy For WooCommerce 2.7.3\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-06-12T10:41:19+05:30\n"
"POT-Creation-Date: 2020-06-14T14:07:00+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 Expand Up @@ -43,6 +43,26 @@ msgstr ""
msgid "Quick Buy"
msgstr ""

#: bootstrap.php:98
msgid "⚙️ Settings"
msgstr ""

#: bootstrap.php:99
msgid "ℹ️ System Info"
msgstr ""

#: bootstrap.php:100
msgid "📚 F.A.Q"
msgstr ""

#: bootstrap.php:101
msgid "📦 View On Github"
msgstr ""

#: bootstrap.php:102
msgid "📝 Report An Issue"
msgstr ""

#: includes/admin/class-settings.php:23
#: includes/admin/settings/trait-general.php:20
msgid "General"
Expand Down Expand Up @@ -271,6 +291,10 @@ msgstr ""
msgid "Custom URL"
msgstr ""

#: includes/class-helper.php:39
msgid "No Redirect"
msgstr ""

#: includes/class-helper.php:50
msgid "All Product Types"
msgstr ""
Expand Down
7 changes: 6 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.2
**Stable tag:** 2.7.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,6 +149,11 @@ Please open an issue at <a href="https://github.com/varunsridharan/woocommerce-q
## Changelog


### 2.7.3 - 14/06/2020
* Fixed : Fatal Error When Using Along Side Elementor Plugin
* Updated : WPOnion Framework To 1.5.2


### 2.7.2 - 12/06/2020
* Improved performance
* Added : Hook to disable quick buy render for each product
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: Woocommerce,wc,Quick buy,add to cart,affiliate, cart, checkout, commerce,
Donate link: http://paypal.me/varunsridharan23
Requires at least: 3.0
Tested up to: 5.5
Stable tag: 2.7.2
Stable tag: 2.7.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,10 @@ Please open an issue at <a href="https://github.com/varunsridharan/woocommerce-q

== Changelog ==

= 2.7.3 - 14/06/2020 =
* Fixed : Fatal Error When Using Along Side Elementor Plugin
* Updated : WPOnion Framework To 1.5.2

= 2.7.2 - 12/06/2020 =
* Improved performance
* Added : Hook to disable quick buy render for each product
Expand Down
4 changes: 2 additions & 2 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.7.2
* Version: 2.7.3
* Author: Varun Sridharan
* Author URI: http://varunsridharan.in
* Text Domain: wc-quick-buy
Expand All @@ -18,7 +18,7 @@
defined( 'ABSPATH' ) || exit;

defined( 'WCQB_FILE' ) || define( 'WCQB_FILE', __FILE__ );
defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.7.2' );
defined( 'WCQB_VERSION' ) || define( 'WCQB_VERSION', '2.7.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 f5ff978

Please sign in to comment.