Skip to content

Commit

Permalink
Upgraded version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edvinas1995 committed Oct 15, 2024
1 parent ef35500 commit bd1f539
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

v2.2.0
---
* Deprecated: Currency element.
* PHP Deprecated: Creation of dynamic properties.
* Fixed: token validation on a callback.
* Fixed: Undefined array key "woocommerce_coingate_test".

v2.1.1
---
* Updates readme
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: CoinGate
Donate link: https://coingate.com
Tags: coingate, bitcoin, accept bitcoin, litecoin, ethereum, ripple, monero, bitcoin cash, bcash, altcoins, altcoin, accept altcoin, bitcoin processor, bitcoin gateway, payment gateway, payment module, bitcoin module, bitcoin woocommerce, btc
Requires at least: 5.3
Tested up to: 6.0
Tested up to: 6.6
Stable tag: trunk
License: MIT
License URI: https://github.com/coingate/woocommerce-plugin/blob/master/LICENSE
Expand Down
4 changes: 2 additions & 2 deletions coingate-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: WooCommerce Payment Gateway - CoinGate
* Plugin URI: https://coingate.com
* Description: Accept Bitcoin and 70+ Cryptocurrencies via CoinGate in your WooCommerce store.
* Version: 2.1.1
* Version: 2.2.0
* Author: CoinGate
* Author URI: https://coingate.com
* License: MIT License
Expand All @@ -35,7 +35,7 @@
/**
* Currently plugin version.
*/
define( 'COINGATE_FOR_WOOCOMMERCE_VERSION', '2.1.1' );
define( 'COINGATE_FOR_WOOCOMMERCE_VERSION', '2.2.0' );

/**
* Currently plugin URL.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://coingate.com
Tags: coingate, bitcoin, accept bitcoin, litecoin, ethereum, ripple, monero, bitcoin cash, bcash, altcoins, altcoin, accept altcoin, bitcoin processor, bitcoin gateway, payment gateway, payment module, bitcoin module, bitcoin woocommerce, btc
Requires at least: 5.3
Requires PHP: 7.3
Tested up to: 6.0
Stable tag: 2.1.1
Tested up to: 6.6
Stable tag: 2.2.0
License: MIT
License URI: https://github.com/coingate/woocommerce-plugin/blob/master/LICENSE

Expand Down

0 comments on commit bd1f539

Please sign in to comment.