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

Commit

Permalink
bump (#64)
Browse files Browse the repository at this point in the history
* bump

* Update CHANGELOG.md
  • Loading branch information
Kukks authored Jun 24, 2021
1 parent 9bb6e99 commit b39efd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.12
- 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

## 3.0.12
- Make the plugin works better with custom order number @dennisreimann @ndeet

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.12
Version: 3.0.13
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.12");
define("BTCPAY_VERSION", "3.0.13");
$autoloader_param = __DIR__ . '/lib/Bitpay/Autoloader.php';

// Load up the BitPay library
Expand Down

0 comments on commit b39efd9

Please sign in to comment.