Skip to content

Commit

Permalink
version bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Feb 9, 2020
1 parent d36dfeb commit 2e510ff
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ tools:
build:
nodes:
analysis:
tests: { override: [php-scrutinizer-run] }
tests:
override: [php-scrutinizer-run]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Under development]

## [3.2.0] - 2020-02-09

- Updated various names according to the RoboKassa API changes (#5, #7) ([@SilverFire], [andchir@gmail.com])
- Other minor changes ([@SilverFire], [andchir@gmail.com])

## [3.1.0] - 2019-01-11

- Improved `InvId` property handling ([@SilverFire])
Expand All @@ -20,8 +25,9 @@
[andreyklochok@gmail.com]: https://github.com/tafid
[@BladeRoot]: https://github.com/BladeRoot
[bladeroot@gmail.com]: https://github.com/BladeRoot
[Under development]: https://github.com/hiqdev/omnipay-robokassa/compare/3.0...HEAD
[Under development]: https://github.com/hiqdev/omnipay-robokassa/compare/3.1.0...HEAD
[2.0]: https://github.com/hiqdev/omnipay-robokassa/releases/tag/2.0
[3.0]: https://github.com/hiqdev/omnipay-robokassa/compare/2.0...3.0
[3.1]: https://github.com/hiqdev/omnipay-robokassa/compare/3.0...3.1
[3.1.0]: https://github.com/hiqdev/omnipay-robokassa/compare/3.0...3.1.0
[3.2.0]: https://github.com/hiqdev/omnipay-robokassa/compare/3.1.0...3.2.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © 2015-2019, HiQDev (http://hiqdev.com/)
Copyright © 2015-2020, HiQDev (http://hiqdev.com/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 27 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## [Under development]

## [3.2.0] - 2020-02-09

- Updated various names according to the RoboKassa API changes (#5, #7)
- [d36dfeb] 2020-02-09 Merge pull request #7 from andchir/master [@SilverFire]
- [8daf876] 2020-02-09 Fields update [andchir@gmail.com]
- [dc60f95] 2019-05-13 Merge pull request #5 from andchir/master [@SilverFire]
- [f774d3f] 2019-05-02 update [andchir@gmail.com]
- [999fe40] 2019-04-30 Fixed syntax error [@SilverFire]
- Other minor changes
- [0e7c6aa] 2019-04-30 Get rid of array_push function call [@SilverFire]
- [9dfcb81] 2019-04-30 Minor [@SilverFire]
- [0a000fe] 2019-04-30 Currency not required. Remove currency RUB (default) [andchir@gmail.com]
- [7d53ad2] 2019-04-30 Receipt - not required. Currency label variable name change, add currency to signature [andchir@gmail.com]
- [8a40ebc] 2019-04-27 Parameter Receipt [andchir@gmail.com]

## [3.1.0] - 2019-01-11

- Improved `InvId` property handling
Expand Down Expand Up @@ -69,7 +84,7 @@
[3cc40e3]: https://github.com//commit/3cc40e3
[bcc0d60]: https://github.com//commit/bcc0d60
[434b7b2]: https://github.com//commit/434b7b2
[Under development]: https://github.com/hiqdev/omnipay-robokassa/compare/3.0...HEAD
[Under development]: https://github.com/hiqdev/omnipay-robokassa/compare/3.1.0...HEAD
[2.0]: https://github.com/hiqdev/omnipay-robokassa/releases/tag/2.0
[60de00f]: https://github.com/hiqdev/omnipay-robokassa/commit/60de00f
[3.0]: https://github.com/hiqdev/omnipay-robokassa/compare/2.0...3.0
Expand All @@ -78,3 +93,14 @@
[2fb084e]: https://github.com/hiqdev/omnipay-robokassa/commit/2fb084e
[3.1]: https://github.com/hiqdev/omnipay-robokassa/compare/3.0...3.1
[3.1.0]: https://github.com/hiqdev/omnipay-robokassa/compare/3.0...3.1.0
[d36dfeb]: https://github.com/hiqdev/omnipay-robokassa/commit/d36dfeb
[8daf876]: https://github.com/hiqdev/omnipay-robokassa/commit/8daf876
[dc60f95]: https://github.com/hiqdev/omnipay-robokassa/commit/dc60f95
[f774d3f]: https://github.com/hiqdev/omnipay-robokassa/commit/f774d3f
[999fe40]: https://github.com/hiqdev/omnipay-robokassa/commit/999fe40
[0e7c6aa]: https://github.com/hiqdev/omnipay-robokassa/commit/0e7c6aa
[9dfcb81]: https://github.com/hiqdev/omnipay-robokassa/commit/9dfcb81
[0a000fe]: https://github.com/hiqdev/omnipay-robokassa/commit/0a000fe
[7d53ad2]: https://github.com/hiqdev/omnipay-robokassa/commit/7d53ad2
[8a40ebc]: https://github.com/hiqdev/omnipay-robokassa/commit/8a40ebc
[3.2.0]: https://github.com/hiqdev/omnipay-robokassa/compare/3.1.0...3.2.0
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
omnipay-robokassa 3.1.0 2019-01-11 15:33:33 +0200 dfa1a6ae7701cb24e192eb313bebeb75bd6d651e
omnipay-robokassa 3.2.0 2020-02-09 23:33:02 +0200 d36dfeb1394d3201876eb7436487104ba05633db

0 comments on commit 2e510ff

Please sign in to comment.