diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c6e41..2aedf36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.1] - 2021-12-08 +### Added +- Added deprecation notice + ## [1.7] - 2021-09-30 ### Changed - PHP SDK updated to 1.5 version diff --git a/README.md b/README.md index 53dc7c3..6f2b256 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Checkout Finland for WooCommerce +## ⚠️ DEPRECATED + +**This plugin has been deprecated**. + +All of its functionality now exists as the rebranded [`paytrail/paytrail-for-woocommerce`](https://github.com/paytrail/paytrail-for-woocommerce) plugin.
+It is advised to upgrade to the new plugin as this one is no longer maintained. + +
+ **Required WordPress version:** 4.9 **Required PHP version:** 7.3 diff --git a/package.json b/package.json index 0b48b07..de0b47f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout-finland-for-woocommerce", - "version": "1.7", + "version": "1.7.1", "description": "Checkout Finland is a payment gateway that offers 20+ payment methods for Finnish customers.", "private": true, "dependencies": { diff --git a/plugin.php b/plugin.php index bf1ba44..d40f873 100644 --- a/plugin.php +++ b/plugin.php @@ -2,8 +2,8 @@ /** * Plugin Name: Checkout Finland for WooCommerce * Plugin URI: https://github.com/CheckoutFinland/checkout-finland-for-woocommerce - * Description: Notice: This plugin is no longer maintained. Use Paytrail for woocommerce instead. Checkout Finland is a payment gateway that offers 20+ payment methods for Finnish customers. - * Version: 1.7 + * Description: Notice: This plugin is no longer maintained. Use Paytrail for WooCommerce instead. Checkout Finland is a payment gateway that offers 20+ payment methods for Finnish customers. + * Version: 1.7.1 * Requires at least: 4.9 * Tested up to: 5.8 * Requires PHP: 7.3 diff --git a/readme.txt b/readme.txt index 3a9b762..53be09b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,15 +4,20 @@ Donate link: https://www.checkout.fi/ Tags: woocommerce Requires at least: 4.9 Tested up to: 5.8 -Stable tag: 1.7 +Stable tag: 1.7.1 Requires PHP: 7.3 License: MIT License URI: https://opensource.org/licenses/MIT -[Checkout Finland](https://www.checkout.fi) is a payment gateway that offers 20+ payment methods for Finnish customers. +DEPRECATED: Use Paytrail for WooCommerce instead. == Description == +DEPRECATED: This plugin has been deprecated. + +* All of its functionality now exists as the rebranded [Paytrail for WooCommerce](https://wordpress.org/plugins/paytrail-for-woocommerce/) plugin +* It is advised to upgrade to the new plugin as this one is no longer maintained + [Checkout Finland](https://www.checkout.fi) is a payment gateway that offers 20+ payment methods for Finnish customers. The payment gateway provides 20+ popular payment methods for Finnish customers with one simple integration. The provided payment methods include but are not limited to credit cards, online banking and mobile payments. @@ -80,6 +85,9 @@ Head over to [Checkout.fi](https://www.checkout.fi) and register for the service == Changelog == += 1.7.1 = +* Added deprecation notice + = 1.7 = * Updated Checkout Finland PHP SDK to new version, removed dependency for GuzzleHttp