Skip to content

Commit

Permalink
Merge pull request #107 from paytrail/preparing-for-1.3.5-release
Browse files Browse the repository at this point in the history
Preparing for 1.3.5 release
  • Loading branch information
loueranta-paytrail authored Sep 22, 2023
2 parents 5b79fc3 + 2631333 commit d96405e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.3.5] - 2023-09-22
### Fixed
- Fixed item amount type missmatch

## [1.3.4] - 2023-09-21
### Added
- Added WP code linter tests
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.3.4",
"version": "1.3.5",
"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.3.4
* Version: 1.3.5
* Requires at least: 4.9
* Tested up to: 6.2
* Requires PHP: 7.3
Expand Down
5 changes: 4 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.2
Stable tag: 1.3.4
Stable tag: 1.3.5
Requires PHP: 7.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -79,6 +79,9 @@ Head over to our [website](https://www.paytrail.com) and register for the servic

== Changelog ==

= 1.3.5 =
- Fixed item amount type missmatch

= 1.3.4 =
- Added WP code linter tests

Expand Down

0 comments on commit d96405e

Please sign in to comment.