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

Commit d086a7d

Browse files
committed
wip
1 parent f8d6eee commit d086a7d

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

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

10+
## [2.1.2] - 2021-01-14
11+
- Fix i18n "Warning: The string "..." has X different translator comments".
12+
- Remove Travis hhvm test.
13+
- Update wp-pay/core library to version 2.4.
14+
1015
## [2.1.1] - 2020-04-03
1116
- Updated integration dependencies.
1217
- Set plugin integration name.
@@ -54,7 +59,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
5459
### Added
5560
- First release.
5661

57-
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.1.1...HEAD
62+
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.1.2...HEAD
63+
[2.1.2]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.1.1...2.1.2
5864
[2.1.1]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.1.0...2.1.1
5965
[2.1.0]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.4...2.1.0
6066
[2.0.4]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...2.0.4

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require": {
3535
"php": ">=5.6.20",
36-
"wp-pay/core": "^2.4"
36+
"wp-pay/core": "^2.6"
3737
},
3838
"repositories": [
3939
{
@@ -59,17 +59,17 @@
5959
}
6060
],
6161
"require-dev": {
62-
"wp-e-commerce/wp-e-commerce": "^3.14",
63-
"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
62+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
6463
"php-coveralls/php-coveralls": "^2.1",
6564
"phpcompatibility/php-compatibility": "^9.2",
6665
"phpcompatibility/phpcompatibility-wp": "^2.0",
6766
"phpmd/phpmd": "^2.7",
6867
"phpunit/phpunit": "^5.7 || ^6.0",
69-
"roots/wordpress": "^5.2",
68+
"roots/wordpress": "^5.6",
7069
"squizlabs/php_codesniffer": "^3.4",
7170
"wp-coding-standards/wpcs": "^2.1",
72-
"wp-phpunit/wp-phpunit": "^5.2"
71+
"wp-e-commerce/wp-e-commerce": "^3.14",
72+
"wp-phpunit/wp-phpunit": "^5.6"
7373
},
7474
"scripts": {
7575
"coveralls": "vendor/bin/coveralls -v",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-e-commerce",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "WP eCommerce driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",
@@ -32,8 +32,8 @@
3232
},
3333
"homepage": "http://www.wp-pay.org/extensions/wp-e-commerce/",
3434
"devDependencies": {
35-
"grunt": "^1.0.4",
36-
"grunt-contrib-jshint": "^2.1.0",
35+
"grunt": "^1.3.0",
36+
"grunt-contrib-jshint": "^3.0.0",
3737
"grunt-phpcs": "^0.4.0",
3838
"grunt-phplint": "0.1.0",
3939
"grunt-phpmd": "^0.1.1",

0 commit comments

Comments
 (0)