Skip to content

Commit ecb97b0

Browse files
committed
version bump to 2.1.1
1 parent 9687820 commit ecb97b0

File tree

5 files changed

+38
-23
lines changed

5 files changed

+38
-23
lines changed

.gitignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# hidev internals
2-
/.hidev/composer.json
3-
/.hidev/composer.lock
4-
/.hidev/runtime
5-
/.hidev/vendor
6-
71
# local config
82
/.env
93
/hidev-local.yml
@@ -15,6 +9,7 @@
159
.idea
1610
.project
1711
.settings
12+
/lsp
1813
Thumbs.db
1914
nbproject
2015

@@ -33,5 +28,12 @@ chkipper.phar
3328
composer.phar
3429
ocular.phar
3530
php-cs-fixer.phar
31+
phpstan.phar
3632
phpunit-skelgen.phar
3733
phpunit.phar
34+
35+
# hidev internals
36+
/.hidev/composer.json
37+
/.hidev/composer.lock
38+
/.hidev/runtime
39+
/.hidev/vendor

.scrutinizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ tools:
77
enabled: true
88
external_code_coverage:
99
timeout: 600
10+
build:
11+
nodes:
12+
analysis:
13+
tests:
14+
override: [php-scrutinizer-run]

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: php
22
php:
3-
- 5.6
4-
- 7
5-
- 7.1
6-
- hhvm
3+
0: 7.1
4+
1: 7.2
5+
2: 5.6
6+
3: 7
7+
5: hhvm
78
dist: trusty
8-
matrix:
9-
allow_failures:
10-
-
11-
php: hhvm
129
cache:
1310
directories:
1411
- $HOME/.composer/cache
@@ -18,6 +15,10 @@ before_install:
1815
- 'wget http://hiqdev.com/hidev/hidev.phar -O hidev.phar && chmod a+x hidev.phar'
1916
- './hidev.phar --version'
2017
- './hidev.phar travis/before-install'
18+
matrix:
19+
allow_failures:
20+
-
21+
php: hhvm
2122
sudo: false
2223
install:
2324
- './hidev.phar travis/install'

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
hiqdev/omnipay-paxum changelog
2-
------------------------------
1+
## [Under development]
32

4-
## Under development
3+
## [2.1.1] - 2021-03-03
54

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

11-
## Development started 2015-10-23
8+
## [Development started] - 2015-10-23
129

10+
[@hiqsol]: https://github.com/hiqsol
11+
[[email protected]]: https://github.com/hiqsol
12+
[@SilverFire]: https://github.com/SilverFire
13+
[[email protected]]: https://github.com/SilverFire
14+
[@tafid]: https://github.com/tafid
15+
[[email protected]]: https://github.com/tafid
16+
[@BladeRoot]: https://github.com/BladeRoot
17+
[[email protected]]: https://github.com/BladeRoot
18+
[Under development]: https://github.com/hiqdev/omnipay-paxum/releases
19+
[2.1.1]: https://github.com/hiqdev/omnipay-paxum/releases/tag/2.1.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)
3+
Copyright © 2015-2021, HiQDev (http://hiqdev.com/)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)