diff --git a/CHANGELOG.md b/CHANGELOG.md index 7000c58..28e19ba 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.7.0](https://github.com/lengow/plugin-woocommerce/compare/v2.6.4...v2.7.0) (2024-09-25) + + +### Features + +* **cicd:** Try to increase version to see ([#20](https://github.com/lengow/plugin-woocommerce/issues/20)) ([213484b](https://github.com/lengow/plugin-woocommerce/commit/213484b14e67c9157ba5557df58c15864ec5bc58)) + + +### Bug Fixes + +* **cicd:** Add a job to generate plugin checksums ([#13](https://github.com/lengow/plugin-woocommerce/issues/13)) ([daf2fce](https://github.com/lengow/plugin-woocommerce/commit/daf2fcea16de73d2a0d092ef37c6380ca1c6066f)) +* **cicd:** Correct the checksums generation ([#19](https://github.com/lengow/plugin-woocommerce/issues/19)) ([f07bac9](https://github.com/lengow/plugin-woocommerce/commit/f07bac91467a572a2e2fbe90fe18b4ab54facb34)) +* **lengow:** [ECP-109] Change lengow's logo for the new logo ([#10](https://github.com/lengow/plugin-woocommerce/issues/10)) ([b26c799](https://github.com/lengow/plugin-woocommerce/commit/b26c7993a92e030e2421068f83d86ee769978ed3)) + + +### Miscellaneous + +* **ci-cd:** automatically update release-please version in files ([#12](https://github.com/lengow/plugin-woocommerce/issues/12)) ([5fa8a77](https://github.com/lengow/plugin-woocommerce/commit/5fa8a770c7dec41136cd6d0b0f64799294d4a606)) + ## [2.6.4](https://github.com/lengow/plugin-woocommerce/compare/v2.6.3...v2.6.4) (2024-08-22) diff --git a/README.md b/README.md index 9902e38..f64f922 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - **Requires at least:** 5.3 - **Tested up to:** 6.5 - **Requires PHP:** 5.5 -- **Stable tag:** 2.6.4 +- **Stable tag:** 2.7.0 - **License:** GPLv3 - **License URI:** https://www.gnu.org/licenses/gpl-3.0 diff --git a/composer.json b/composer.json index 30250a0..39a9b97 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "lengow/lengow-woocommerce", - "version": "2.6.4", + "version": "2.7.0", "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", diff --git a/lengow.php b/lengow.php index c678b98..c26a257 100755 --- a/lengow.php +++ b/lengow.php @@ -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.6.4 + * Version: 2.7.0 * x-release-please-end * * Author: Lengow @@ -65,7 +65,7 @@ class Lengow { /** * @var string current version of plugin. */ - public $version = '2.6.4'; # x-release-please-version + public $version = '2.7.0'; # x-release-please-version /** * @var string plugin name.