Skip to content

Commit

Permalink
[TASK] Prepare for release ''3.10.5''
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Nilsson committed Apr 20, 2020
1 parent 6d77f27 commit 4c76c4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Navigate to Plugins-Add New. Search for Billmate and then install the plugin.
Quickinstallation
1. Download the plugin
2. Unzip the zip-file
3. Upload the folder "billmate-payment-gateway-for-woocommerce" to /wp-content/plugins
3. Upload the folder "billmate-payment-gateway-for-woocommerce" to /wp-content/plugins2
4. Login to your Wordpress and navigate to Plugins-Installed Plugins and Activate "Woocommerce Billmate Gateway"
5. Navigate to Settings under Wordpress, then "Billmate Settings" and enter your Billmate ID and Secret
6. Navigate to Woocomerce-Settings-Checkout and setup the payment methods.
Expand Down 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.10.5 (2020-04-20)
* Fix - Wrong total sum calculated

= 3.10.4 (2020-04-08)
* Enhancement - Activation feature to credit / cancel payment to Billmate Online
* Fix - Add documentation regarding "Customer Location" and refresh problem with addresses. Go to --> WooCommerce --> Settings --> General --> Default Customer Location and set it to any setting except 'No location by default' (https://github.com/Billmate/woocommerce#installation)
Expand Down
6 changes: 3 additions & 3 deletions src/commonfunctions.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

define('BILLPLUGIN_VERSION','3.10.4');
define('BILLMATE_CLIENT','PHP:Woocommerce:'.BILLPLUGIN_VERSION);
define('BILLMATE_SERVER','2.1.9');
define('BILLPLUGIN_VERSION', '3.10.5');
define('BILLMATE_CLIENT', 'PHP:Woocommerce:' . BILLPLUGIN_VERSION);
define('BILLMATE_SERVER', '2.1.9');

require_once(BILLMATE_LIB . 'Billmate.php');
require_once(BILLMATE_LIB . 'billmatecalc.php');
Expand Down

0 comments on commit 4c76c4b

Please sign in to comment.