Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for 1.2.3 release #53

Merged
merged 4 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.2.3] - 2022-09-05
### Changed
- PHP-SDK version updated to 2.3
- Updated various libraries
### Fixed
- Fixed language selection issue
- Checkout page login text tweak

## [1.2.2] - 2022-08-25
### Added
- Added login and registration instructions for guest users, so they can save card details
Expand All @@ -12,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Hide empty payment method categories


## [1.2.1] - 2022-06-28
### Fixed
- Fixed an issue which prevented deleting saved card
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": "paytrail-for-woocommerce",
"version": "1.2.2",
"version": "1.2.3",
"description": "Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Paytrail for WooCommerce
* Plugin URI: https://github.com/paytrail/paytrail-for-woocommerce
* Description: Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.
* Version: 1.2.2
* Version: 1.2.3
* Requires at least: 4.9
* Tested up to: 6.0
* Requires PHP: 7.3
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paytrail.com/
Tags: woocommerce
Requires at least: 4.9
Tested up to: 6.0
Stable tag: 1.2.2
Stable tag: 1.2.3
Requires PHP: 7.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -78,6 +78,12 @@ Head over to our [website](https://www.paytrail.com) and register for the servic

== Changelog ==

= 1.2.3 =
- Updated various libraries
- PHP-SDK version updated to 2.3
- Fixed language selection issue
- Checkout page login text tweak

= 1.2.2 =
- Added login and registration instructions for guest users, so they can save card details
- Updated supported features
Expand Down