Updating Woo AI version and changelog. (#46068)
* Updating Woo AI plugin version and changelog.
This commit is contained in:
parent
1f49f712b5
commit
787b2db54b
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [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
|
## [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.
|
||||||
|
@ -16,7 +26,7 @@
|
||||||
## [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.
|
||||||
|
|
|
@ -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",
|
"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": "*"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue