Skip to content

Commit

Permalink
version bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Oct 10, 2017
1 parent 3a07a55 commit b898e28
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
22 changes: 17 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
.hidev/composer.lock
.hidev/runtime
.hidev/vendor
/.hidev/composer.json
/.hidev/composer.lock
/.hidev/runtime
/.hidev/vendor
hidev-local.yml

# local config
/.env
/hidev-local.yml

# IDE & OS files
.*.swp
.DS_Store
Expand All @@ -15,11 +23,9 @@ hidev-local.yml
Thumbs.db
nbproject

# vendor dirs
vendor

# composer lock files
composer.lock
# composer internals
/composer.lock
/vendor

# php-cs-fixer cache
.php_cs.cache
Expand All @@ -36,3 +42,9 @@ phpunit-skelgen.phar
# PHARs
php-cs-fixer.phar
phpunit.phar

# vendor dirs
vendor

# composer lock files
composer.lock
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
hiqdev/omnipay-epayservice
--------------------------

## [0.1.1] - 2017-10-10

## [0.1.0] - 2017-05-05

- Implemented testing ([@SilverFire], [@BladeRoot])
Expand All @@ -17,6 +19,7 @@ hiqdev/omnipay-epayservice
[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-epayservice/releases
[Under development]: https://github.com/hiqdev/omnipay-epayservice/compare/0.1.0...HEAD
[Under]: https://github.com/hiqdev/omnipay-epayservice/releases/tag/Under
[0.1.0]: https://github.com/hiqdev/omnipay-epayservice/releases/tag/0.1.0
[0.1.1]: https://github.com/hiqdev/omnipay-epayservice/compare/0.1.0...0.1.1
8 changes: 7 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
hiqdev/omnipay-epayservice
--------------------------

## [0.1.1] - 2017-10-10

- [3a07a55] 2017-10-10 Added CompletePurchaseResponse::getCurrency(), enhanced response validity checking [@SilverFire]

## [0.1.0] - 2017-05-05

- Implemented testing
Expand Down Expand Up @@ -46,7 +50,9 @@ hiqdev/omnipay-epayservice
[58155c6]: https://github.com/hiqdev/omnipay-epayservice/commit/58155c6
[261e5ee]: https://github.com/hiqdev/omnipay-epayservice/commit/261e5ee
[39050a9]: https://github.com/hiqdev/omnipay-epayservice/commit/39050a9
[Under development]: https://github.com/hiqdev/omnipay-epayservice/releases
[Under development]: https://github.com/hiqdev/omnipay-epayservice/compare/0.1.0...HEAD
[Under]: https://github.com/hiqdev/omnipay-epayservice/releases/tag/Under
[48eb728]: https://github.com/hiqdev/omnipay-epayservice/commit/48eb728
[0.1.0]: https://github.com/hiqdev/omnipay-epayservice/releases/tag/0.1.0
[3a07a55]: https://github.com/hiqdev/omnipay-epayservice/commit/3a07a55
[0.1.1]: https://github.com/hiqdev/omnipay-epayservice/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
omnipay-epayservice 0.1.0 2017-05-05 17:51:16 +0300 48eb728defdab13d4317b212ef7adeacd91496df
omnipay-epayservice 0.1.1 2017-10-10 14:21:33 +0300 3a07a5524deb9c9cf51679b36dd1a4cb71f1652e

0 comments on commit b898e28

Please sign in to comment.