From 14b97c165f68d074086a4534aa35581d6c4f1907 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 11:56:33 +0200 Subject: [PATCH 1/9] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 53dc7c3..df1e831 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # 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 module. + +
+ **Required WordPress version:** 4.9 **Required PHP version:** 7.3 From c5c44b31e6fd89eb306854a712b261f67db3ebc6 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 11:59:49 +0200 Subject: [PATCH 2/9] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df1e831..6f2b256 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ ## ⚠️ 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 module. +**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.
From 9ea8d62e266258902cf86938853c89da76368ed9 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 12:01:43 +0200 Subject: [PATCH 3/9] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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 From 6cd4da41c23b890f8fdcc78a41c1b060d3bea876 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 12:03:38 +0200 Subject: [PATCH 4/9] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 0282dfd8c52cfd2a317f7857509990dd5b30beaf Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 12:04:10 +0200 Subject: [PATCH 5/9] Update plugin.php --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index bf1ba44..153275f 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * 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 + * Version: 1.7.1 * Requires at least: 4.9 * Tested up to: 5.8 * Requires PHP: 7.3 From 97a2be3b4d936d57d142637317be676bc8787c6a Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 12:21:01 +0200 Subject: [PATCH 6/9] Update readme.txt --- readme.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 3a9b762..1523d76 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ 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 @@ -13,6 +13,11 @@ License URI: https://opensource.org/licenses/MIT == 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 From 046fac4f1159c88eb5607f72fd896fc1ed299bb3 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 12:22:56 +0200 Subject: [PATCH 7/9] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 1523d76..b232e40 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ 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: This plugin has been deprecated. == Description == From 1a7342bc29a6f0ab92cdd3289e4969980a1cd307 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 12:24:01 +0200 Subject: [PATCH 8/9] Update plugin.php --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 153275f..d40f873 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * 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. + * 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 From dcb5240b745ab8230eb3c26e3ab27c8e9d37d191 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Wed, 8 Dec 2021 12:25:05 +0200 Subject: [PATCH 9/9] Update readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index b232e40..53be09b 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ Requires PHP: 7.3 License: MIT License URI: https://opensource.org/licenses/MIT -DEPRECATED: This plugin has been deprecated. +DEPRECATED: Use Paytrail for WooCommerce instead. == Description ==