Skip to content

Commit

Permalink
RELEASE: Preparing to release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis committed May 29, 2021
1 parent b9d8a68 commit 545c49f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2021-05-29
### Added
- Add opportunity to set custom reference number on purchase request

## [1.0.0] - 2021-04-30
### Added
- Initial release

[Unreleased]: https://github.com/DeH4eG/omnipay-blueorange/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/DeH4eG/omnipay-blueorange/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/DeH4eG/omnipay-blueorange/releases/tag/v1.1.0
[1.0.0]: https://github.com/DeH4eG/omnipay-blueorange/releases/tag/v1.0.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ $options = [
]
]
],
'reference' => '#1234', // (optional) Max length: 128
'success_redirect' => 'https://www.example.com/success/',
'failure_redirect' => 'https://www.example.com/failure/',
'cancel_redirect' => 'https://www.example.com/cancel/' // (optional)
Expand Down

0 comments on commit 545c49f

Please sign in to comment.