Skip to content

Commit

Permalink
version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Dec 1, 2020
1 parent 65a983d commit 02b7d09
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 23 deletions.
24 changes: 13 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# hidev internals
.hidev/composer.json
.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
Expand All @@ -20,6 +9,7 @@ hidev-local.yml
.idea
.project
.settings
/lsp
Thumbs.db
nbproject

Expand All @@ -37,12 +27,24 @@ coverage.clover
chkipper.phar
composer.phar
ocular.phar
phpstan.phar
phpunit-skelgen.phar

# PHARs
php-cs-fixer.phar
phpunit.phar

# hidev internals
.hidev/composer.json
.hidev/composer.lock
.hidev/runtime
.hidev/vendor
/.hidev/composer.json
/.hidev/composer.lock
/.hidev/runtime
/.hidev/vendor
hidev-local.yml

# vendor dirs
vendor

Expand Down
5 changes: 5 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ tools:
enabled: true
external_code_coverage:
timeout: 600
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
language: php
php:
- 5.6
- 7
- 7.1
- hhvm
0: 7.1
1: 7.2
2: 5.6
3: 7
5: hhvm
dist: trusty
matrix:
allow_failures:
-
php: hhvm
cache:
directories:
- $HOME/.composer/cache
Expand All @@ -18,6 +15,10 @@ before_install:
- 'wget http://hiqdev.com/hidev/hidev.phar -O hidev.phar && chmod a+x hidev.phar'
- './hidev.phar --version'
- './hidev.phar travis/before-install'
matrix:
allow_failures:
-
php: hhvm
sudo: false
install:
- './hidev.phar travis/install'
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
hiqdev/omnipay-epayservice
--------------------------

## [0.1.2] - 2020-12-01

- Pass transaction ID to EPS ([@SilverFire], [@BladeRoot])

## [0.1.1] - 2017-10-10

## [0.1.0] - 2017-05-05
Expand All @@ -19,7 +23,8 @@ 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/compare/0.1.0...HEAD
[Under development]: https://github.com/hiqdev/omnipay-epayservice/compare/0.1.1...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
[0.1.2]: https://github.com/hiqdev/omnipay-epayservice/compare/0.1.1...0.1.2
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-2017, 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
15 changes: 14 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
hiqdev/omnipay-epayservice
--------------------------

## [0.1.2] - 2020-12-01

- Pass transaction ID to EPS
- [65a983d] 2020-12-01 Established MERCHANT_ORDER_ID passing [@SilverFire]
- [86012a9] 2017-12-15 Merge pull request #2 from bladeroot/fix-txn [@SilverFire]
- [9f33c8a] 2017-12-15 fix get transaction id [@BladeRoot]
- [1123b6c] 2017-11-23 Fixed signature calculationg [@SilverFire]

## [0.1.1] - 2017-10-10

- [3a07a55] 2017-10-10 Added CompletePurchaseResponse::getCurrency(), enhanced response validity checking [@SilverFire]
Expand Down Expand Up @@ -50,9 +58,14 @@ 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/compare/0.1.0...HEAD
[Under development]: https://github.com/hiqdev/omnipay-epayservice/compare/0.1.1...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
[65a983d]: https://github.com/hiqdev/omnipay-epayservice/commit/65a983d
[86012a9]: https://github.com/hiqdev/omnipay-epayservice/commit/86012a9
[9f33c8a]: https://github.com/hiqdev/omnipay-epayservice/commit/9f33c8a
[1123b6c]: https://github.com/hiqdev/omnipay-epayservice/commit/1123b6c
[0.1.2]: https://github.com/hiqdev/omnipay-epayservice/compare/0.1.1...0.1.2
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
omnipay-epayservice 0.1.1 2017-10-10 14:21:33 +0300 3a07a5524deb9c9cf51679b36dd1a4cb71f1652e
omnipay-epayservice 0.1.2 2020-12-01 16:39:16 +0200 65a983d26b3b45c3b19f0244267c0f567c1fb20b

0 comments on commit 02b7d09

Please # to comment.