Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.7.1](https://github.com/lengow/plugin-woocommerce/compare/v2.7.0...v2.7.1) (2025-08-27)


### Bug Fixes

* **orders:** [PCMT-776] Prevent order resume email from being sent wh… ([#31](https://github.com/lengow/plugin-woocommerce/issues/31)) ([de35533](https://github.com/lengow/plugin-woocommerce/commit/de35533577dee99a3ffca2221bd9288c33da3fb5))

## [2.7.0](https://github.com/lengow/plugin-woocommerce/compare/v2.6.6...v2.7.0) (2025-03-03)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- **Requires at least:** 5.3
- **Tested up to:** 6.5
- **Requires PHP:** 5.5
- **Stable tag:** 2.7.0 <!-- x-release-please-version -->
- **Stable tag:** 2.7.1 <!-- x-release-please-version -->
- **License:** GPLv3
- **License URI:** https://www.gnu.org/licenses/gpl-3.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lengow/lengow-woocommerce",
"version": "2.7.0",
"version": "2.7.1",
"description": "Lengow is the e-commerce automation solution that helps brands and distributors improve their performance, automate their business processes, and grow internationally.",
"keywords": [
"wordpress",
Expand Down
Loading