Skip to content

Commit

Permalink
[TASK] Prepare for release ''3.11.3''
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Nilsson committed Sep 22, 2020
1 parent 7451679 commit 93ca7f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 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.11.3 (2020-09-22)
* Feature - Make the plugin compatible with Wordpress REST API

= 3.11.2 (2020-09-11)
* Fix - Make sure order exists in Billmate Gateway
* Fix - Remove updatePayment call after success
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.11.2');
define('BILLPLUGIN_VERSION', '3.11.3');
define('BILLMATE_CLIENT', 'PHP:Woocommerce:' . BILLPLUGIN_VERSION);
define('BILLMATE_SERVER', '2.1.9');

Expand Down

0 comments on commit 93ca7f1

Please sign in to comment.