Към съдържанието

Новости

2.1.2 — 2026-07-31

heading.anchorLabel

Фикс: AdminSync плъгините за адресните атрибути вече са вързани за ресурсните модели (Magento\Sales\Model\ResourceModel\Order\Address, Magento\Quote\Model\ResourceModel\Quote\Address) вместо за entity моделите.

Преди това всяко записване на поръчка или quote в админа (отмяна, hold, фактура, admin order create) падаше с TypeError още в интерсептора, защото базовите класове на Webcode_CustomerAddress тип-хинтват ресурсния модел. По пътя през orderAddressRepository (редакция на адрес на поръчка) нямаше фатал, но синхронизацията никога не се изпълняваше и промяната на обекта за вземане от админ формата се губеше тихо.

Добавени регресионни integration тестове в adminhtml area (Order/QuoteAdminSyncPluginTest) и модулен CLAUDE.md с капана.

2.1.1 — 2026-07-29

heading.anchorLabel

Bugfix + maintenance release. Includes: model inits its own resource (not the removed Carrier one) and PHPUnit 12 test migration + CI wiring. Adds a version field to composer.json. Code already on master; this cuts the release.

2.1.0 — 2026-07-25

heading.anchorLabel

Release 2.1.0

2.0.0 — 2026-07-22

heading.anchorLabel

Major release — aligned with the Webcode_Carrier 2.0 stack.

  • Requires webcode/module-carrier ^2.0.
  • Proprietary/EULA copyright headers standardized across the module.