Skip to content

Commit 81e5eb4

Browse files
committed
Finish 4.9.0
1 parent 346c87d commit 81e5eb4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG-WIP.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes for Craft Commerce
22

3+
## 4.9.0 - 2025-06-18
4+
5+
- Added the `localized` field to products’ GraphQL data. ([#3783](https://github.com/craftcms/commerce/discussions/3783))
6+
- Added `craft\commerce\taxidvalidators\EuVatIdValidator::API_URL`.
7+
- Fixed a PHP error that could occur when saving an order. ([#3283](https://github.com/craftcms/commerce/issues/3283))
8+
39
## 4.8.4 - 2025-05-01
410

511
- Fixed a bug where products weren’t getting updated when default variants were saved directly. ([#3988](https://github.com/craftcms/commerce/issues/3988))

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public static function editions(): array
210210
/**
211211
* @inheritDoc
212212
*/
213-
public string $schemaVersion = '4.8.1.0';
213+
public string $schemaVersion = '4.9.0.0';
214214

215215
/**
216216
* @inheritdoc

0 commit comments

Comments
 (0)