Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.8.0"
".": "2.8.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.8.1](https://github.com/lengow/plugin-woocommerce/compare/v2.8.0...v2.8.1) (2025-10-22)


### Bug Fixes

* **cicd:** Upgrade release please ([#37](https://github.com/lengow/plugin-woocommerce/issues/37)) ([84f9f29](https://github.com/lengow/plugin-woocommerce/commit/84f9f297e792f8ed6f7f73991f154c1cad670829))

## [2.8.0](https://github.com/lengow/plugin-woocommerce/compare/v2.7.2...v2.8.0) (2025-10-07)


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.8.0 <!-- x-release-please-version -->
- **Stable tag:** 2.8.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.8.0",
"version": "2.8.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
2 changes: 1 addition & 1 deletion config/checkmd5.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/lengow.php|35e522e6f0bb3e5bac9155cc94599fb0
/lengow.php|6bf1e7c2701e95b270803fb85e569caf
/config/index.php|d41d8cd98f00b204e9800998ecf8427e
/translations/en_GB.csv|eabc4d2e35cddc7756bdf2a6a280176d
/translations/fr_FR.csv|bf26f9ab1132f01a1786b209601848a7
Expand Down
4 changes: 2 additions & 2 deletions lengow.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Description: Lengow allows you to easily export your product catalogue from your WooCommerce store and sell on Amazon, Cdiscount, Google Shopping, Criteo, LeGuide.com, Ebay, Bing,... Choose from our 1,800 available marketing channels!
*
* x-release-please-start-version
* Version: 2.8.0
* Version: 2.8.1
* x-release-please-end
*
* Author: Lengow
Expand Down Expand Up @@ -65,7 +65,7 @@ class Lengow {
/**
* @var string current version of plugin.
*/
public $version = '2.8.0'; # x-release-please-version
public $version = '2.8.1'; # x-release-please-version

/**
* @var string plugin name.
Expand Down