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.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 1, 2016
2 parents 2c1d490 + 784a4a3 commit cbd00c4
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 97 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -29,11 +29,11 @@
"require": {
"php": ">=5.2.4",
"xrstf/composer-php52": "1.*",
"wp-pay/core": "dev-develop",
"wp-pay-gateways/common": "dev-develop",
"wp-pay-gateways/ideal": "dev-develop",
"wp-pay-gateways/ideal-advanced": "dev-develop",
"wp-pay-gateways/ideal-advanced-v3": "dev-develop"
"wp-pay/core": "^1.3.1",
"wp-pay-gateways/common": "^1.0.0",
"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",
Expand Down
185 changes: 101 additions & 84 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -34,9 +34,9 @@
"homepage": "http://www.wp-pay.org/gateways/ideal-simulator-ideal-advanced-v3/",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-jshint": "^0.12.0",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "0.0.6",
"grunt-phplint": "0.0.8",
"grunt-phpmd": "^0.1.1",
"grunt-phpunit": "^0.3.6",
"load-grunt-tasks": "^3.4.0"
Expand Down
3 changes: 2 additions & 1 deletion src/Config.php
Expand Up @@ -3,8 +3,9 @@
/**
* Title: iDEAL Simulator - iDEAL Professional / Advanced / Zelfbouw - v3 - Config
* Description:
* Copyright: Copyright (c) 2005 - 2015
* Copyright: Copyright (c) 2005 - 2016
* Company: Pronamic
*
* @author Remco Tolsma
* @version 1.0.0
*/
Expand Down
3 changes: 2 additions & 1 deletion src/ConfigFactory.php
Expand Up @@ -3,8 +3,9 @@
/**
* Title: iDEAL Simulator - iDEAL Professional / Advanced / Zelfbouw - v3 config factory
* Description:
* Copyright: Copyright (c) 2005 - 2015
* Copyright: Copyright (c) 2005 - 2016
* Company: Pronamic
*
* @author Remco Tolsma
* @version 1.0.0
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Integration.php
Expand Up @@ -3,8 +3,9 @@
/**
* Title: iDEAL Simulator - iDEAL Professional / Advanced / Zelfbouw - v3 integration
* Description:
* Copyright: Copyright (c) 2005 - 2015
* Copyright: Copyright (c) 2005 - 2016
* Company: Pronamic
*
* @author Remco Tolsma
* @version 1.0.0
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/ConfigFactoryTest.php
Expand Up @@ -3,8 +3,9 @@
/**
* Title: iDEAL Simulator - iDEAL Professional / Advanced / Zelfbouw - v3 - Config factory test
* Description:
* Copyright: Copyright (c) 2005 - 2015
* Copyright: Copyright (c) 2005 - 2016
* Company: Pronamic
*
* @author Remco Tolsma
* @version 1.0.0
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/ConfigTest.php
Expand Up @@ -3,8 +3,9 @@
/**
* Title: iDEAL Simulator - iDEAL Professional / Advanced / Zelfbouw - v3 - Config test
* Description:
* Copyright: Copyright (c) 2005 - 2014
* Copyright: Copyright (c) 2005 - 2016
* Company: Pronamic
*
* @author Remco Tolsma
* @version 1.0.0
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/IntegrationTest.php
Expand Up @@ -3,8 +3,9 @@
/**
* Title: iDEAL Simulator - iDEAL Professional / Advanced / Zelfbouw - v3 - Integration test
* Description:
* Copyright: Copyright (c) 2005 - 2015
* Copyright: Copyright (c) 2005 - 2016
* Company: Pronamic
*
* @author Remco Tolsma
* @version 1.0.0
*/
Expand Down

0 comments on commit cbd00c4

Please sign in to comment.