CraftCMS v4.3.1 Release Notes

Release Date: 2022-10-27 // over 1 year ago
    • Numeric values are no longer automatically formatted within element indexes. (#12205)
    • When craft\base\Element::EVENT_DEFINE_URL event handlers set craft\events\DefineUrlEvent::$url to null, that will no longer be respected unless $handled was also set to true. (#12210, nystudio107/craft-imageoptimize#359)
    • Asset folder and file names are now converted to ASCII using the primary site’s language for character mappings, regardless of the current user’s preferred language, when the convertFilenamesToAscii config setting is enabled. (#12207)
    • 🛠 Fixed a bug where locked users’ remaining cooldown times could be calculated incorrectly on PHP 8.0.
    • 🛠 Fixed an infinite recursion bug that occurred when editing a Matrix field with a custom propagation method. (#12176)
    • 🛠 Fixed a bug where element index source lists were showing headings that didn’t have any visible nested sources. (#12193)
    • 🛠 Fixed a JavaScript 404 error that occurred when users’ Language was set to Chinese. (#12194)
    • 🛠 Fixed a bug where users couldn’t delete their own addresses. (craftcms/commerce#3011)
    • 🛠 Fixed a bug where the users/save-address action wasn’t validating addresses properly.
    • 🛠 Fixed an error that could occur during garbage collection, if any nested volume folders were missing their path. (#12195)