Bump Version to 0.17.4
This commit is contained in:
@@ -4,6 +4,16 @@ 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.17.4] - 2026-09-15
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `boboko:catalog:backfill-skus` — one-off Artisan command to generate a SKU
|
||||||
|
(`SKU-P{product_id}-V{variant_id}`) for every `Lunar\Models\ProductVariant` left with a `null`
|
||||||
|
SKU by the earlier Shopify import (the source export's `Variant SKU` column was genuinely blank
|
||||||
|
for these rows, not an importer mapping bug — see `Modules\MigrateImport\Shopify\
|
||||||
|
ShopifyExportImporter`). Only touches variants missing a SKU; `--dry-run` lists what would
|
||||||
|
change without writing.
|
||||||
|
|
||||||
## [0.17.3] - 2026-09-15
|
## [0.17.3] - 2026-09-15
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
+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.17.3",
|
"version": "0.17.4",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Modules\\Core\\": "src/"
|
"Modules\\Core\\": "src/"
|
||||||
|
|||||||
Reference in New Issue
Block a user