Bump version to 0.21.1
This commit is contained in:
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||||
|
|
||||||
|
## [0.21.1] - 2026-09-25
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- `GuestOrderClaimer` and its `UserAuthenticated` listener moved from 3dealer's own
|
||||||
|
`App\Services`/`App\Listeners` into `Modules\Core\Customer\Services\GuestOrderClaimer` /
|
||||||
|
`Listeners\ClaimGuestOrdersOnLogin`, registered in `CustomerServiceProvider` — attaching a
|
||||||
|
placed guest order to an account once its billing `contact_email` case-insensitively matches
|
||||||
|
the account's email (only ever safe right after the shopper has proved they own that email: a
|
||||||
|
login code, or 3dealer's own email-change confirmation) was already core-appropriate logic
|
||||||
|
with no 3dealer-specific behavior. `Account\EmailController::verify()` now calls the core
|
||||||
|
service directly.
|
||||||
|
|
||||||
## [0.21.0] - 2026-09-25
|
## [0.21.0] - 2026-09-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "boboko/core",
|
"name": "boboko/core",
|
||||||
"description": "Core module — authentication and shared panel behaviour",
|
"description": "Core module — authentication and shared panel behaviour",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "0.21.0",
|
"version": "0.21.1",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Modules\\Core\\": "src/"
|
"Modules\\Core\\": "src/"
|
||||||
|
|||||||
Reference in New Issue
Block a user