From 043ddb197443bf33a6a711291d7ba5ee3844bf25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:00:13 +0200 Subject: [PATCH] chore(main): release 2.6.4 (#7) * chore(main): release 2.6.4 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: arnaud-hours --- CHANGELOG.md | 17 +++++++++++++++++ composer.json | 6 +++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c60eef..7000c58 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.6.4](https://github.com/lengow/plugin-woocommerce/compare/v2.6.3...v2.6.4) (2024-08-22) + + +### Features + +* **cicd:** Add a besic CI to the project ([#6](https://github.com/lengow/plugin-woocommerce/issues/6)) ([a1a6cc8](https://github.com/lengow/plugin-woocommerce/commit/a1a6cc8669074e2d2d235f698f6323ffee864bba)) + + +### Miscellaneous + +* add plugin version in composer.json, remove unusued readme.txt ([#9](https://github.com/lengow/plugin-woocommerce/issues/9)) ([a908fe2](https://github.com/lengow/plugin-woocommerce/commit/a908fe2f8aaae5e0d605ed4f013ba005e5370621)) +* **clean:** Remove obsolete files ([a1a6cc8](https://github.com/lengow/plugin-woocommerce/commit/a1a6cc8669074e2d2d235f698f6323ffee864bba)) +* Correct Changelog ([#8](https://github.com/lengow/plugin-woocommerce/issues/8)) ([95b257b](https://github.com/lengow/plugin-woocommerce/commit/95b257b7661d8ce2e552c788818208f1e103b97c)) +* **docs:** Precise Changelog file type ([a1a6cc8](https://github.com/lengow/plugin-woocommerce/commit/a1a6cc8669074e2d2d235f698f6323ffee864bba)) + +## Changelog + ======================================================== Version 2.6.3 ======================================================== diff --git a/composer.json b/composer.json index af29d29..30250a0 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,11 @@ "name": "lengow/lengow-woocommerce", "version": "2.6.4", "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", "plugin", "lengow"], + "keywords": [ + "wordpress", + "plugin", + "lengow" + ], "homepage": "https://www.lengow.com", "license": "GPLv3", "type": "wordpress-plugin",