Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 1d2ef83

Browse files
committed
Merge branch 'release/2.0.3'
2 parents 678e19e + 28cb441 commit 1d2ef83

5 files changed

Lines changed: 21 additions & 28 deletions

File tree

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
- php: 7.1
3232
- php: 7.0
3333
- php: 5.6
34-
- php: 5.5
35-
- php: 5.4
36-
- php: 5.3
37-
dist: precise
38-
env: TRAVIS_DIST_PRECISE=1
3934
- php: nightly
4035
- php: hhvm
4136
allow_failures:
@@ -52,8 +47,6 @@ cache:
5247
- $HOME/.composer/cache
5348

5449
before_install:
55-
# Install latest version of Node.js (https://github.com/creationix/nvm).
56-
- if [ "${TRAVIS_DIST_PRECISE}" == "1" ]; then nvm install node; fi
5750
# Create database for PHPUnit tests.
5851
- mysql -e 'CREATE DATABASE wp_phpunit_tests;'
5952
# Remove Xdebug for a huge performance increase:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
77
## [Unreleased][unreleased]
88
-
99

10+
## [2.0.3] - 2019-08-26
11+
- Updated packages.
12+
1013
## [2.0.2] - 2019-03-29
1114
- Added support for additional payment data like customer, adresses, payment lines, etc.
1215
- Added gateway for AfterPay, Bancontact, Bank Transfer, Credit Card, Focum, Giropay, Maestro, PayPal and SOFORT.
@@ -40,7 +43,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
4043
### Added
4144
- First release.
4245

43-
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...HEAD
46+
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.3...HEAD
47+
[2.0.3]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...2.0.3
4448
[2.0.2]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.1...2.0.2
4549
[2.0.1]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.0...2.0.1
4650
[2.0.0]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/1.0.5...2.0.0

composer.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@
2929
}
3030
},
3131
"config": {
32-
"platform": {
33-
"php": "5.3.3"
34-
}
32+
"sort-packages": true
3533
},
3634
"require": {
37-
"php": "^5.3",
38-
"wp-pay/core": "^2.1"
35+
"php": ">=5.6.20",
36+
"wp-pay/core": "^2.2"
3937
},
4038
"repositories": [
4139
{
@@ -44,11 +42,11 @@
4442
"name": "wp-e-commerce/WP-e-Commerce",
4543
"version": "3.14.0",
4644
"dist": {
47-
"url": "https://github.com/wp-e-commerce/WP-e-Commerce/archive/3.14.0.zip",
45+
"url": "https://github.com/wp-e-commerce/wp-e-commerce/archive/3.14.0.zip",
4846
"type": "zip"
4947
},
5048
"source": {
51-
"url": "https://github.com/wp-e-commerce/WP-e-Commerce",
49+
"url": "https://github.com/wp-e-commerce/wp-e-commerce",
5250
"type": "github",
5351
"reference": "tags/3.14.0"
5452
},
@@ -61,17 +59,17 @@
6159
}
6260
],
6361
"require-dev": {
64-
"wp-e-commerce/WP-e-Commerce": "^3.14",
62+
"wp-e-commerce/wp-e-commerce": "^3.14",
6563
"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
66-
"php-coveralls/php-coveralls": "^1.1",
67-
"phpcompatibility/php-compatibility": "^9.1",
64+
"php-coveralls/php-coveralls": "^2.1",
65+
"phpcompatibility/php-compatibility": "^9.2",
6866
"phpcompatibility/phpcompatibility-wp": "^2.0",
69-
"phpmd/phpmd": "^2.4",
70-
"phpunit/phpunit": "^4.8",
71-
"roots/wordpress": "^5.0",
72-
"squizlabs/php_codesniffer": "^2.9",
73-
"wp-coding-standards/wpcs": "^1.2",
74-
"wp-phpunit/wp-phpunit": "^5.0"
67+
"phpmd/phpmd": "^2.7",
68+
"phpunit/phpunit": "^5.7 || ^6.0",
69+
"roots/wordpress": "^5.2",
70+
"squizlabs/php_codesniffer": "^3.4",
71+
"wp-coding-standards/wpcs": "^2.1",
72+
"wp-phpunit/wp-phpunit": "^5.2"
7573
},
7674
"scripts": {
7775
"coveralls": "vendor/bin/coveralls -v",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-e-commerce",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "WP eCommerce driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",
@@ -38,6 +38,6 @@
3838
"grunt-phplint": "0.1.0",
3939
"grunt-phpmd": "^0.1.1",
4040
"grunt-phpunit": "^0.3.6",
41-
"load-grunt-tasks": "^4.0.0"
41+
"load-grunt-tasks": "^5.1.0"
4242
}
4343
}

phpcs.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@
2929
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
3030

3131
<exclude name="WordPress.Security.SafeRedirect.wp_redirect_wp_redirect" />
32-
33-
<exclude name="WordPress.XSS.EscapeOutput" />
3432
</rule>
3533
</ruleset>

0 commit comments

Comments
 (0)