Skip to content

Commit

Permalink
chore(main): release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent 213484b commit 02fc3ad
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.6.4 <!-- x-release-please-version -->
- **Stable tag:** 2.7.0 <!-- 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.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",
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.6.4
* Version: 2.7.0
* 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.6.4'; # x-release-please-version
public $version = '2.7.0'; # x-release-please-version

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

0 comments on commit 02fc3ad

Please sign in to comment.