Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 20, 2016
2 parents cb2b728 + 2622e11 commit 0b09b14
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 184 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
@@ -0,0 +1,10 @@
/bin export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/Gruntfile.js export-ignore
/package.json export-ignore
/phpcs.ruleset.xml export-ignore
/phpmd.ruleset.xml export-ignore
/phpunit.xml.dist export-ignore
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [1.0.3] - 2016-10-20
- No longer require old deprecated iDEAL advanced library.
- Updated dashboard URLs.

## [1.0.2] - 2016-03-22
- Added product and dashboard URLs.

Expand All @@ -16,6 +20,7 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## 1.0.0 - 2016-02-01
- First release.

[unreleased]: https://github.com/wp-pay-gateways/deutschebank-ideal-expert-v3/compare/1.0.2...HEAD
[unreleased]: https://github.com/wp-pay-gateways/deutschebank-ideal-expert-v3/compare/1.0.3...HEAD
[1.0.3]: https://github.com/wp-pay-gateways/deutschebank-ideal-expert-v3/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/wp-pay-gateways/deutschebank-ideal-expert-v3/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/wp-pay-gateways/deutschebank-ideal-expert-v3/compare/1.0.0...1.0.1
7 changes: 3 additions & 4 deletions composer.json
Expand Up @@ -29,17 +29,16 @@
"require": {
"php": ">=5.2.4",
"xrstf/composer-php52": "1.*",
"wp-pay/core": "^1.3.5",
"wp-pay/core": "^1.3",
"wp-pay-gateways/common": "^1.0.2",
"wp-pay-gateways/ideal": "^1.1.1",
"wp-pay-gateways/ideal-advanced": "^1.1.2",
"wp-pay-gateways/ideal-advanced-v3": "^1.1.2"
},
"require-dev": {
"phpmd/phpmd": "^2.2.3",
"satooshi/php-coveralls": "^0.7.1",
"squizlabs/php_codesniffer": "^2.2.0",
"wp-coding-standards/wpcs": "0.9.0",
"squizlabs/php_codesniffer": "^2.7",
"wp-coding-standards/wpcs": "^0.10.0",
"wp-cli/wp-cli": "^0.21.1"
},
"scripts": {
Expand Down

0 comments on commit 0b09b14

Please sign in to comment.