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.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 8, 2016
2 parents 591e05f + a4fd5d2 commit c8f72d7
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 150 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/).

## [Unreleased][unreleased]
-

## [1.0.2] - 2016-06-08
- Changed payment URL from `https://www.ideal-simulator.nl/professional/` to `https://www.ideal-checkout.nl/simulator/`.

## [1.0.1] - 2016-03-22
- Added product URL.

## 1.0.0 - 2016-02-01
- First release.

[unreleased]: https://github.com/wp-pay-gateways/ideal-simulator-ideal-advanced-v3/compare/1.0.1...HEAD
[1.0.2]: https://github.com/wp-pay-gateways/ideal-simulator-ideal-advanced-v3/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/wp-pay-gateways/ideal-simulator-ideal-advanced-v3/compare/1.0.0...1.0.1
7 changes: 3 additions & 4 deletions composer.json
Expand Up @@ -29,11 +29,10 @@
"require": {
"php": ">=5.2.4",
"xrstf/composer-php52": "1.*",
"wp-pay/core": "^1.3.5",
"wp-pay/core": "^1.3.7",
"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"
"wp-pay-gateways/ideal": "^1.1.4",
"wp-pay-gateways/ideal-advanced-v3": "^1.1.4"
},
"require-dev": {
"phpmd/phpmd": "^2.2.3",
Expand Down

0 comments on commit c8f72d7

Please sign in to comment.