Skip to content

Changelog

1.1.1 - 2026-08-28

Fixed

  • The most specific method code now wins: with both flatrate and flatrate_flatrate configured, the compound code is used instead of whichever row happened to come first
  • Rows with an empty type are skipped; they previously matched every order and swallowed all other instructions
  • Errors during CMS filtering are logged instead of being discarded silently

Added

  • Instructions are also rendered in invoice, shipment, credit memo and the corresponding comment emails

Changed

  • composer.json declares the Magento modules the code actually uses (cms, config, payment, sales, shipping, store)
  • composer.json declares php: >=8.0 (str_contains() is the highest language feature used) and ext-intl, which Select::sortOptions() needs for Collator
  • etc/module.xml declares a load sequence and drops the obsolete setup_version
  • magento/framework now starts at 103.0.4 (Magento 2.4.4). The previous lower bound of 102.0.0 promised support for Magento 2.3 / 2.4.0-2.4.3, which run on PHP <= 7.4 and cannot execute the str_contains() call in the instruction matcher
  • Admin field comments are translatable; German translations added in i18n/de_DE.csv
  • README condensed and its compatibility statement corrected

1.1.0 - 2026-08-27

Changed

  • Payment method dropdown now shows the provider in front of the method title (e.g. [Mollie] Paylater Invoice)
  • Shipping dropdown now lists the individual carrier methods as [Carrier] Method instead of carriers only
  • Both dropdowns are sorted alphabetically using locale-aware collation (umlauts sort next to their base letter)
  • Methods without a configured title fall back to their method code instead of rendering an empty label

Added

  • Carrier-wide [Carrier] All methods entry, which keeps existing carrier-level configurations selectable

1.0.9 - 2026-08-03

  • Compatibility with Magento 2.4.9

1.0.8 - 2026-03-16

Added

  • Documentation (DE/EN) with admin and frontend screenshots
  • AGENTS.md with architecture documentation
  • .gitlab-ci.yml for CI/CD pipeline
  • Unit tests
  • docs/generate.sh for PDF generation

Version 1.0.7 (2026-03-10)

  • Compatibility with Magento 2.4.7-p9

Version 1.0.6 (2025-10-15)

  • Compatibility with Magento 2.4.7-p8

Version 1.0.5 (2024-12-30)

  • Version bump without code changes

Version 1.0.4 (2024-12-30)

  • Added support for Magento 2.4.7

Version 1.0.3 (2023-11-10)

  • Bug Fixes and minor changes

Version 1.0.2.1 (2023-11-06)

  • Bugfixes

Version 1.0.2 (2023-11-06)

  • Added support to render cms-blocks
  • Cleaned up necessary parameters

Version 1.0.1 (2023-09-18)

  • Added support for PHP 8.1 and Magento 2.4.6
  • Internal cleanups and type fixes
  • Added functionality for separate shipping and payment blocks in the configuration in admin panel