Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Fix: the plugin would to work on some domains, due to a https error
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Oct 3, 2021
1 parent 24fa052 commit 7976449
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.14

- Fix: the plugin would to work on some domains, due to a https error @ndeet

## 3.0.13
- make plugin able to expand BTCPay payment methods as individual woocommerce payment methods (see https://docs.btcpayserver.org/FAQ/FAQ-Integrations/#how-to-configure-additional-token-support) @ndeet
- allow plugin localization @janhn
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"bitpay/php-client": "dev-master#btcpay-v2.2.22"
"bitpay/php-client": "dev-master#btcpay-v2.2.23"
},
"require-dev": {
"wp-cli/wp-cli": "*",
Expand Down
4 changes: 2 additions & 2 deletions src/class-wc-gateway-btcpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Author: BTCPay
Author URI: https://github.com/btcpayserver
Version: 3.0.13
Version: 3.0.14
License: Copyright 2011-2018 BTCPay & BitPay Inc., MIT License
License URI: https://github.com/btcpayserver/woocommerce-plugin/blob/master/LICENSE
GitHub Plugin URI: https://github.com/btcpayserver/woocommerce-plugin
Expand All @@ -23,7 +23,7 @@
exit;
}

define("BTCPAY_VERSION", "3.0.13");
define("BTCPAY_VERSION", "3.0.14");
$autoloader_param = __DIR__ . '/lib/Bitpay/Autoloader.php';

// Load up the BitPay library
Expand Down
4 changes: 4 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ You'll find extensive documentation and answers to many of your questions on [do

== Changelog ==

## 3.0.14

- Fix: the plugin would to work on some domains, due to a https error @ndeet

## 3.0.13
- make plugin able to expand BTCPay payment methods as individual woocommerce payment methods (see https://docs.btcpayserver.org/FAQ/FAQ-Integrations/#how-to-configure-additional-token-support) @ndeet
- allow plugin localization @janhn
Expand Down

0 comments on commit 7976449

Please sign in to comment.