This repository was archived by the owner on Jan 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3333 },
3434 "require" : {
3535 "php" : " >=5.6.20" ,
36- "wp-pay/core" : " ^2.4 "
36+ "wp-pay/core" : " ^2.6 "
3737 },
3838 "repositories" : [
3939 {
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments