Новости
2.1.0 — 2026-07-28
heading.anchorLabelDelivery Methods config cleanup:
- API base URL default живее в etc/config.xml (carriers/boxnow/api_url), не като PHP const; override през config:set / env.php / DB.
- Креденшълите вече не са required за Save на секцията; валидацията е бутонът Login & Configure.
2.0.0 — 2026-07-22
heading.anchorLabelMajor release — moves onto the shared Webcode_Carrier label pipeline.
⚠ Breaking
heading.anchorLabel- Requires
webcode/module-carrier ^2.0.
Changes
heading.anchorLabel- Rate price reconciled with the store Shipping Prices setting via the shared adjuster (module-carrier).
Known / deferred
heading.anchorLabel- Multi-box shipments: each box gets its own BoxNow parcel number, but only the first parcel’s label is printed today. Per-parcel labels are marked as a TODO in
LabelProvider::createLabelfor a follow-up (the packages split and per-parcel tracking are already in place).
Chore
heading.anchorLabel- Proprietary/EULA copyright headers standardized across the module.
- Uses
webcode/module-basefor the shared Console command.