Skip to content

Commit

Permalink
Version bump (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmmoreira authored Aug 29, 2023
1 parent 545d14a commit df2787e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mondu-ai, arthurmmoreira, tikohov20
Tags: mondu, woocommerce, e-commerce, ecommerce, store, sales, sell, woo, woo commerce, shop, cart, shopping cart, sell online, checkout, payment, payments, bnpl, b2b
Requires at least: 5.9.0
Tested up to: 6.2.2
Stable tag: 2.0.3
Stable tag: 2.0.4
Requires PHP: 7.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -57,6 +57,10 @@ Check out [Frequently Asked Questions](https://www.mondu.ai/faq) in the Mondu we

== Changelog ==

= 2.0.4 =

* Ensure that ampersand is escaped in the webhooks signature verifier

= 2.0.3 =

* Use home_url instead of site_url
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
== Changelog ==

= 2.0.4 =

* Ensure that ampersand is escaped in the webhooks signature verifier

= 2.0.3 =

* Use home_url instead of site_url
Expand Down
2 changes: 1 addition & 1 deletion languages/mondu.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Mondu Buy Now Pay Later 2.0.3\n"
"Project-Id-Version: Mondu Buy Now Pay Later 2.0.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mondu-buy-now-pay-later\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
4 changes: 2 additions & 2 deletions mondu-buy-now-pay-later.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Mondu Buy Now Pay Later
* Plugin URI: https://github.com/mondu-ai/bnpl-checkout-woocommerce/releases
* Description: Mondu provides B2B E-commerce and B2B marketplaces with an online payment solution to buy now and pay later.
* Version: 2.0.3
* Version: 2.0.4
* Author: Mondu
* Author URI: https://mondu.ai
*
Expand All @@ -25,7 +25,7 @@
die( 'Direct access not allowed' );
}

define( 'MONDU_PLUGIN_VERSION', '2.0.3' );
define( 'MONDU_PLUGIN_VERSION', '2.0.4' );
define( 'MONDU_PLUGIN_FILE', __FILE__ );
define( 'MONDU_PLUGIN_PATH', __DIR__ );
define( 'MONDU_PLUGIN_BASENAME', plugin_basename(MONDU_PLUGIN_FILE) );
Expand Down

0 comments on commit df2787e

Please sign in to comment.