Skip to content

Commit

Permalink
Prepare for release 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KFoobar committed Oct 12, 2021
1 parent 6b199ba commit 17b4560
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ If you would like to use our logos on your site:
https://www.billmate.se/press-och-media/
== Changelog ==

= 3.12.3 (2021-10-12)
* Update PEM certificate

= 3.12.2 (2020-10-28)
* Fix - Merchant unable to credit an order when Billmate Complete is off

Expand Down Expand Up @@ -219,7 +222,7 @@ https://www.billmate.se/press-och-media/
* Fix - Card payment comes to the right thank you page with Polylang

= 3.9.2 (2020-01-23)
* Fix - Resolved debug errors being generated by module
* Fix - Resolved debug errors being generated by module
* Fix - Resolved critical error in library, caused by Wordpress not being able to connect to Billmates API

= 3.9.1 (2020-01-15)
Expand Down Expand Up @@ -264,7 +267,7 @@ https://www.billmate.se/press-och-media/

= 3.4.18 (2019-11-08)
* Fix - Billmate Checkout page does not overwrite checkout page in WooCommerce settings

= 3.4.17 (2019-11-06)
* Enhancement - Library file to use wordpress built-in functions instead of php curl

Expand Down Expand Up @@ -299,7 +302,7 @@ https://www.billmate.se/press-och-media/

= 3.4.6 (2019-05-22) =
* Fix - Removed auto scroll on Billmate Checkout page

= 3.4.5 (2019-05-20) =
* Fix - Clear Billmate Checkout Session after a payment is made

Expand Down
2 changes: 1 addition & 1 deletion src/commonfunctions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('BILLPLUGIN_VERSION', '3.12.2');
define('BILLPLUGIN_VERSION', '3.12.3');
define('BILLMATE_CLIENT', 'PHP:Woocommerce:' . BILLPLUGIN_VERSION);
define('BILLMATE_SERVER', '2.1.9');

Expand Down

0 comments on commit 17b4560

Please sign in to comment.