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

Commit 4f60677

Browse files
committed
Merge tag '2.1.1' into develop
2.1.1 2.1.1
2 parents d70ec48 + 50665a5 commit 4f60677

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

10+
## [2.1.1] - 2020-04-03
11+
- Updated integration dependencies.
12+
- Set plugin integration name.
13+
1014
## [2.1.0] - 2020-03-19
1115
- Extend `Extension` class from `AbstractPluginIntegration`.
1216

@@ -50,7 +54,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
5054
### Added
5155
- First release.
5256

53-
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.1.0...HEAD
57+
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.1.1...HEAD
58+
[2.1.1]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.1.0...2.1.1
5459
[2.1.0]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.4...2.1.0
5560
[2.0.4]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...2.0.4
5661
[2.0.3]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...2.0.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-e-commerce",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "WP eCommerce driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)