Updating Woo AI version and changelog. (#46068)
* Updating Woo AI plugin version and changelog.
This commit is contained in:
parent
1f49f712b5
commit
787b2db54b
|
@ -1,22 +1,32 @@
|
|||
# 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 feedback snackbar after image 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.
|
||||
|
||||
## [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.
|
||||
- Minor - Suggest product categories using AI
|
||||
- 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 - Woo AI - Fix store branding settings retrieval for use with description generation.
|
||||
- Patch - Woo AI
|
||||
- Patch - Update `wp-env` to version 8.2.0.
|
||||
- Minor - Adding settings screen for AI centric settings.
|
||||
- Minor - Generating short description after long description on product editor.
|
||||
|
@ -28,7 +38,7 @@
|
|||
- Minor - Update pnpm to 8.6.7
|
||||
- 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 tracks events to indicate view for ai features.
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Updated PNPM
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a developer-only build tooling related change.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This PR only affects build tooling and no change entry is required.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Just fixing a lock file after a tool was removed.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Fix Gutenberg links in the docs pointing to incorrect branch.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: Updated the header to enable a new plugin dependency feature available in WP 6.5.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Woo AI - Fix z-index issue with Background Removal Spotlight.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
add composer install to changelog script'
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Fix Woo AI webpack build configuration.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add React Testing Library and a basic test to the Woo AI plugin.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Only initializing background removal when JP connection present.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Update / tweak a few more links in docs and comments.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
update references to woocommerce.com to now reference woo.com
|
|
@ -6,7 +6,7 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"prefer-stable": true,
|
||||
"minimum-stability": "dev",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"require": {
|
||||
"composer/installers": "~1.7",
|
||||
"ext-json": "*"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"url": "git://github.com/woocommerce/woo-ai.git"
|
||||
},
|
||||
"title": "Woo AI",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"homepage": "http://github.com/woocommerce/woo-ai",
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.23.3",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: Woo AI
|
||||
* 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>.
|
||||
* Version: 0.5.0
|
||||
* Version: 0.6.0
|
||||
* Author: WooCommerce
|
||||
* Author URI: https://woo.com/
|
||||
* Requires at least: 5.8
|
||||
|
|
Loading…
Reference in New Issue