Skip to content

Commit

Permalink
Merge branch 'release/v2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
mahafuz committed May 7, 2022
2 parents 6ce2cd3 + ddbadc1 commit 129f7f3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 18 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Product Quotation - Request a Quote for WooCommerce ===
Contributors: mahfuz01
Tags: request a quote button, woocommerce request for quote, woocommerce request a quote shortcode, request a quote, quote, woocommerce, shop, ecommerce, e-commerce, quotations, request for quote, rfq, raq, proposal, ask an estimate, budget, email quote
Tags: request a quote, email quote, quotations, request for quote, rfq, raq, proposal
Requires at least: 4.0
Tested up to: 5.9
Stable tag: 2.0.2
Stable tag: 2.0.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -70,30 +70,36 @@ Learn more about how [Appsero collects and uses this data](https://appsero.com/p

== Changelog ==

= 2.0.2- 06-05-2022 =
= 2.0.3 - 07-05-2022 =
* ADDED Feature: Send email to customers as well.
* IMPROVEMENTS: Quotation details design improvements.
* IMPROVEMENTS: added price and individual product note in the email template.
* Fixed: minor bugs

= 2.0.2 - 06-05-2022 =
* ADDED Feature: Price update while quantity gets updated.
* ADDED Feature: Option for setting up Quotation Cart page.
* Fixed: minor bugs

= 2.0.1- 02-05-2022 =
= 2.0.1 - 02-05-2022 =
* ADDED Feature: Privacy policy field on the Quotation Cart form
* Fixed: minor bugs

= 2.0.0- 30-04-2022 =
= 2.0.0 - 30-04-2022 =
* ADDED: New settings panel.
* ADDED: Numbers of new features.
* ADDED: Help Page
* Added: Form submission response
* REMOVED: Old entries backup
* Fixed: Minor bug fixes

= 1.2.5- 28-04-2022 =
= 1.2.5 - 28-04-2022 =
* Fixed: Quotation Cart page issue

= 1.2.4- 28-04-2022 =
= 1.2.4 - 28-04-2022 =
* Updated: Readme's

= 1.2.3- 14-04-2022 =
= 1.2.3 - 14-04-2022 =
* Fixed: Quotation button style issue.

= 1.2.2 - 14-04-2022 =
Expand Down
22 changes: 14 additions & 8 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Product Quotation - Request a Quote for WooCommerce ===
Contributors: mahfuz01
Tags: request a quote button, woocommerce request for quote, woocommerce request a quote shortcode, request a quote, quote, woocommerce, shop, ecommerce, e-commerce, quotations, request for quote, rfq, raq, proposal, ask an estimate, budget, email quote
Tags: request a quote, email quote, quotations, request for quote, rfq, raq, proposal
Requires at least: 4.0
Tested up to: 5.9
Stable tag: 2.0.2
Stable tag: 2.0.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -70,30 +70,36 @@ Learn more about how [Appsero collects and uses this data](https://appsero.com/p

== Changelog ==

= 2.0.2- 06-05-2022 =
= 2.0.3 - 07-05-2022 =
* ADDED Feature: Send email to customers as well.
* IMPROVEMENTS: Quotation details design improvements.
* IMPROVEMENTS: added price and individual product note in the email template.
* Fixed: minor bugs

= 2.0.2 - 06-05-2022 =
* ADDED Feature: Price update while quantity gets updated.
* ADDED Feature: Option for setting up Quotation Cart page.
* Fixed: minor bugs

= 2.0.1- 02-05-2022 =
= 2.0.1 - 02-05-2022 =
* ADDED Feature: Privacy policy field on the Quotation Cart form
* Fixed: minor bugs

= 2.0.0- 30-04-2022 =
= 2.0.0 - 30-04-2022 =
* ADDED: New settings panel.
* ADDED: Numbers of new features.
* ADDED: Help Page
* Added: Form submission response
* REMOVED: Old entries backup
* Fixed: Minor bug fixes

= 1.2.5- 28-04-2022 =
= 1.2.5 - 28-04-2022 =
* Fixed: Quotation Cart page issue

= 1.2.4- 28-04-2022 =
= 1.2.4 - 28-04-2022 =
* Updated: Readme's

= 1.2.3- 14-04-2022 =
= 1.2.3 - 14-04-2022 =
* Fixed: Quotation button style issue.

= 1.2.2 - 14-04-2022 =
Expand Down
4 changes: 2 additions & 2 deletions product-quotation-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Products Quotation For WooCommerce
* Plugin URI: https://github.com/mahafuz/product-quotation-for-woocommerce
* Description: Removes the 'Add to cart' button from WooCommerce and adds a simple 'Request for quotation' form on all product pages instead of it.
* Version: 2.0.2
* Version: 2.0.3
* Author: Mahafuz <[email protected]>
* Author URI: https://github.com/mahafuz/
* Text Domain: pqfw
Expand All @@ -26,7 +26,7 @@
define( 'PQFW_PLUGIN_PATH', trailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'PQFW_PLUGIN_VIEWS', trailingslashit( plugin_dir_path( __FILE__ ) . 'includes/Views' ) );
define( 'PQFW_PLUGIN_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
define( 'PQFW_PLUGIN_VERSION', '2.0.1' );
define( 'PQFW_PLUGIN_VERSION', '2.0.3' );

/**
* Initializing the plugin migration.
Expand Down

0 comments on commit 129f7f3

Please sign in to comment.