Skip to content

Commit

Permalink
Merge pull request #71 from SwedbankPay/feature/bump-version
Browse files Browse the repository at this point in the history
Bump v4.2.0
  • Loading branch information
aait authored Nov 25, 2021
2 parents db1d701 + 4a832c6 commit 79e1422
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
ACCESS_TOKEN_MOBILEPAY: ${{ secrets.ACCESS_TOKEN_MOBILEPAY }}
PAYEE_ID_MOBILEPAY: ${{ secrets.PAYEE_ID_MOBILEPAY }}
run: |
sed -i -e "s/~4.0/dev-main/g" ./composer.json
composer install
./vendor/bin/phpunit --configuration=./tests/phpunit.xml --bootstrap=./tests/bootstrap.php ./tests/ --coverage-clover=coverage.xml
if [ "$ACCESS_TOKEN" != "" ]; then
sed -i -e "s/~4.0/dev-main/g" ./composer.json
composer install
./vendor/bin/phpunit --configuration=./tests/phpunit.xml --bootstrap=./tests/bootstrap.php ./tests/ --coverage-clover=coverage.xml
fi
- name: Upload code coverage report to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 4.2.0
Added
- Add RestrictedToInstruments

Changed
- Fix `setPayeeReference()`
- Fix `setVatAmount()`

Version 4.1.1
Changed
- Add details of failed transactions
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"email": "asbjorn.ulsberg@payex.com"
}
],
"version": "4.1.1",
"version": "4.2.0",
"keywords": [
"SwedbankPay",
"core",
Expand All @@ -25,7 +25,7 @@
"php": ">=7.0",
"ext-json": "*",
"ext-bcmath": "*",
"swedbank-pay/swedbank-pay-sdk-php": "~5.0",
"swedbank-pay/swedbank-pay-sdk-php": "~5.1",
"squizlabs/php_codesniffer": "^3.5"
},
"require-dev": {
Expand Down

0 comments on commit 79e1422

Please sign in to comment.