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 Jan 19, 2015
2 parents 1efe43d + d26ac51 commit f1d4bf1
Show file tree
Hide file tree
Showing 38 changed files with 2,024 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- hhvm

env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=latest WP_MULTISITE=1
- WP_VERSION=3.5.1 WP_MULTISITE=0
- WP_VERSION=3.5.1 WP_MULTISITE=1

before_script:
- composer install
- wget https://raw.githubusercontent.com/wp-cli/sample-plugin/master/bin/install-wp-tests.sh
- bash install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION

after_script:
- php vendor/bin/coveralls
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 1.0.0
* First release.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@
[![Latest Unstable Version](https://poser.pugx.org/wp-pay-gateways/paydutch/v/unstable.svg)](https://packagist.org/packages/wp-pay-gateways/paydutch)
[![License](https://poser.pugx.org/wp-pay-gateways/paydutch/license.svg)](https://packagist.org/packages/wp-pay-gateways/paydutch)
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)

## Websites

* [Dutch Payment Group](http://www.dutchpaymentgroup.com/)
* [PayDutch](http://www.paydutch.nl/)
* [WeDeal](http://www.wedeal.nl/)

## Documentation

* [Dutch Payment Group payment platform: Merchant Integration Manual ](http://pronamic.nl/wp-content/uploads/2013/01/DPG-Merchant-Integration-Manual-V201.pdf)

## Other

Success CallbackURL: `http://testnl.paydutch.nl/WeDeal/DefaultCallBack.aspx`
Fail CallbackURL: `http://testnl.paydutch.nl/WeDeal/DefaultCallBack.aspx`
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require": {
"php": ">=5.2.4",
"wp-pay/core": "dev-develop"
"wp-pay/core": "~1.0.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
Expand Down

0 comments on commit f1d4bf1

Please sign in to comment.