Updating Woo AI version and changelog. (#46068)

* Updating Woo AI plugin version and changelog.
This commit is contained in:
Thomas Shellberg 2024-04-02 13:18:00 +02:00 committed by GitHub
parent 1f49f712b5
commit 787b2db54b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 18 additions and 60 deletions

View File

@ -1,22 +1,32 @@
# Changelog # Changelog
## [0.5](https://github.com/woocommerce/woocommerce/releases/tag/0.5) - 2023-10-19 ## [0.6](https://github.com/woocommerce/woocommerce/releases/tag/0.6) - 2024-03-29
- Patch - Woo AI - Fix z-index issue with Background Removal Spotlight.
- Patch - Add composer install to changelog script.
- Patch - Update references to woocommerce.com to now reference woo.com.
- Minor - Add React Testing Library and tests to the Woo AI plugin.
- Patch - Fix Woo AI webpack build configuration.
- Patch - Only initialize background removal when Jetpack connection is present.
- Patch - Update / tweak a few more links in docs and comments.
## [0.5](https://github.com/woocommerce/woocommerce/releases/tag/0.5) - 2023-10-19
- Minor - Adding background removal for legacy product editor images. - Minor - Adding background removal for legacy product editor images.
- Minor - Adding feedback snackbar after image background removal - Minor - Adding feedback snackbar after image background removal
- Minor - Adding number of images to tracks events for background removal. - Minor - Adding number of images to tracks events for background removal.
- Minor - Adding spotlight to bring attention to background removal link on Media Library. - Minor - Adding spotlight to bring attention to background removal link on Media Library.
## [0.4](https://github.com/woocommerce/woocommerce/releases/tag/0.4) - 2023-09-12 ## [0.4](https://github.com/woocommerce/woocommerce/releases/tag/0.4) - 2023-09-12
- Patch - Add Woo AI Personalization setting and check setting when generating descriptions with AI. - Patch - Add Woo AI Personalization setting and check setting when generating descriptions with AI.
- Minor - Suggest product categories using AI - Minor - Suggest product categories using AI
- Minor - [Woo AI] Add a Write with AI button for the short description field in product editor. - Minor - [Woo AI] Add a Write with AI button for the short description field in product editor.
## [0.3](https://github.com/woocommerce/woocommerce/releases/tag/0.3) - 2023-08-18 ## [0.3](https://github.com/woocommerce/woocommerce/releases/tag/0.3) - 2023-08-18
- Patch - Fix Woo AI settings page fields persistence bug when disabling the feature. - Patch - Fix Woo AI settings page fields persistence bug when disabling the feature.
- Patch - Woo AI - Fix store branding settings retrieval for use with description generation. - Patch - Woo AI
- Patch - Update `wp-env` to version 8.2.0. - Patch - Update `wp-env` to version 8.2.0.
- Minor - Adding settings screen for AI centric settings. - Minor - Adding settings screen for AI centric settings.
- Minor - Generating short description after long description on product editor. - Minor - Generating short description after long description on product editor.
@ -28,7 +38,7 @@
- Minor - Update pnpm to 8.6.7 - Minor - Update pnpm to 8.6.7
- Minor - Upgrade TypeScript to 5.1.6 - Minor - Upgrade TypeScript to 5.1.6
## [0.2](https://github.com/woocommerce/woocommerce/releases/tag/0.2) - 2023-06-28 ## [0.2](https://github.com/woocommerce/woocommerce/releases/tag/0.2) - 2023-06-28
- Minor - Adding error handling for a bad token request. - Minor - Adding error handling for a bad token request.
- Minor - Adding tracks events to indicate view for ai features. - Minor - Adding tracks events to indicate view for ai features.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: Updated PNPM

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is a developer-only build tooling related change.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This PR only affects build tooling and no change entry is required.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: Just fixing a lock file after a tool was removed.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: Fix Gutenberg links in the docs pointing to incorrect branch.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: tweak
Comment: Updated the header to enable a new plugin dependency feature available in WP 6.5.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Woo AI - Fix z-index issue with Background Removal Spotlight.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
add composer install to changelog script'

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Fix Woo AI webpack build configuration.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Add React Testing Library and a basic test to the Woo AI plugin.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: tweak
Only initializing background removal when JP connection present.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: tweak
Update / tweak a few more links in docs and comments.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
update references to woocommerce.com to now reference woo.com

View File

@ -6,7 +6,7 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"prefer-stable": true, "prefer-stable": true,
"minimum-stability": "dev", "minimum-stability": "dev",
"version": "0.5.0", "version": "0.6.0",
"require": { "require": {
"composer/installers": "~1.7", "composer/installers": "~1.7",
"ext-json": "*" "ext-json": "*"

View File

@ -8,7 +8,7 @@
"url": "git://github.com/woocommerce/woo-ai.git" "url": "git://github.com/woocommerce/woo-ai.git"
}, },
"title": "Woo AI", "title": "Woo AI",
"version": "0.5.0", "version": "0.6.0",
"homepage": "http://github.com/woocommerce/woo-ai", "homepage": "http://github.com/woocommerce/woo-ai",
"devDependencies": { "devDependencies": {
"@babel/preset-react": "7.23.3", "@babel/preset-react": "7.23.3",

View File

@ -3,7 +3,7 @@
* Plugin Name: Woo AI * Plugin Name: Woo AI
* Plugin URI: https://github.com/woocommerce/woocommerce/ * Plugin URI: https://github.com/woocommerce/woocommerce/
* Description: Enable AI experiments within the WooCommerce experience. <a href="https://automattic.com/ai-guidelines" target="_blank" rel="noopener noreferrer">Learn more</a>. * Description: Enable AI experiments within the WooCommerce experience. <a href="https://automattic.com/ai-guidelines" target="_blank" rel="noopener noreferrer">Learn more</a>.
* Version: 0.5.0 * Version: 0.6.0
* Author: WooCommerce * Author: WooCommerce
* Author URI: https://woo.com/ * Author URI: https://woo.com/
* Requires at least: 5.8 * Requires at least: 5.8