Skip to content

Commit

Permalink
Merge pull request #495 from Billmate/VersionBump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
codedeviate authored Jun 7, 2024
2 parents f7f1f8e + d3b3cc6 commit 6f04732
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Qvickly Gateway is a payment plugin for WooCommerce that gives your customers th
The invoice and part payment plugin only work if the currency is set to Swedish Krona (SEK) and the Base country is set to Sweden.

## Compatibility WordPress versions
Wordpress 4.5.4 or higher
WordPress 4.5.4 or higher

## Compatibility WooCommerce versions
WooCommerce 2.5.5 or higher

## Compatibility PHP versions
1.0 - 8.1
1.0 - 8.3

## Installation
The simplest way to install this module is through the WordPress Plugin Directory. However, if you want to install manually, follow the steps below-
Expand Down
8 changes: 8 additions & 0 deletions src/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ If you would like to use our logos on your site:
https://qvickly.io/qvickly-grafiskt-material/
== Changelog ==

= 3.13.0 (2024-06-07)
* Fix - Fixed deprecated warnings to run better in PHP 8.x
* Tested code with PHP 8.3
* Tested code with WooCommerce 8.9.3
* Tested code with WordPress 6.5.4
* Fix - Fixed issue with WC internal formatting of postcode to conform with Qvickly API
* Note - The codebase is old and partially outdated. Fixes in this release doesn't add functionality but rather fix issues with the codebase.

= 3.12.5 (2023-04-28)
* Update plugin for Qvickly rebranding

Expand Down
1 change: 1 addition & 0 deletions src/gateway-billmate.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

//echo $cssfile = plugins_url( '/colorbox.css', __FILE__ );

define('BILLMATE_PAYMENT_GATEWAY_VERSION', '3.13.0');
define('BILLMATE_DIR', dirname(__FILE__) . '/');
define('BILLMATE_LIB', dirname(__FILE__) . '/library/');
require_once 'commonfunctions.php';
Expand Down

0 comments on commit 6f04732

Please sign in to comment.