Skip to content

Commit

Permalink
version bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 3, 2021
1 parent 9687820 commit ecb97b0
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 23 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# hidev internals
/.hidev/composer.json
/.hidev/composer.lock
/.hidev/runtime
/.hidev/vendor

# local config
/.env
/hidev-local.yml
Expand All @@ -15,6 +9,7 @@
.idea
.project
.settings
/lsp
Thumbs.db
nbproject

Expand All @@ -33,5 +28,12 @@ chkipper.phar
composer.phar
ocular.phar
php-cs-fixer.phar
phpstan.phar
phpunit-skelgen.phar
phpunit.phar

# hidev internals
/.hidev/composer.json
/.hidev/composer.lock
/.hidev/runtime
/.hidev/vendor
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
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
hiqdev/omnipay-paxum changelog
------------------------------
## [Under development]

## Under development
## [2.1.1] - 2021-03-03

- BROKEN hash check
- Added 100% test coverage
- Redone to `omnipay-paxum`
- Added basics
- Paxum passes Amount with thousands separator ([@SilverFire])
- Other minor changes ([@BladeRoot], [@hiqsol], [@SilverFire])

## Development started 2015-10-23
## [Development started] - 2015-10-23

[@hiqsol]: https://github.com/hiqsol
[sol@hiqdev.com]: https://github.com/hiqsol
[@SilverFire]: https://github.com/SilverFire
[d.naumenko.a@gmail.com]: https://github.com/SilverFire
[@tafid]: https://github.com/tafid
[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-paxum/releases
[2.1.1]: https://github.com/hiqdev/omnipay-paxum/releases/tag/2.1.1
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-2021, 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

0 comments on commit ecb97b0

Please # to comment.