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

Commit

Permalink
Merge pull request #95 from CheckoutFinland/preparing-for-last-release
Browse files Browse the repository at this point in the history
Added deprecation notice
  • Loading branch information
loueranta-paytrail authored Dec 8, 2021
2 parents 1f0ea79 + dcb5240 commit 5d0c393
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.<br/>
It is advised to upgrade to the new plugin as this one is no longer maintained.

<hr/>

**Required WordPress version:** 4.9

**Required PHP version:** 7.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5d0c393

Please sign in to comment.