6.0.0-alpha.9
Pre-release
Pre-release
·
3 commits
to 5.x
since this release
- Added
CraftCms\Yii2Adapter\Database\DeprecatedTable. - Added
CraftCms\Cms\Translation\Formatter::asRelativeTime(). (#19146) craft\elements\Category::find()now returns aCraftCms\Yii2Adapter\Element\Queries\CategoryQueryobject. (#19120)craft\elements\GlobalSet::find()now returns aCraftCms\Yii2Adapter\Element\Queries\GlobalSetQueryobject. (#19120)craft\elements\Tag::find()now returns aCraftCms\Yii2Adapter\Element\Queries\TagQueryobject. (#19120)- Fixed a “This password does not use the Bcrypt algorithm” error that could occur when logging in with a user whose password was set in an earlier version of Craft.
- Fixed a “File name is not a string” error that could occur when an error was encountered when rendering a string template. (#19122)
- Fixed a bug where parsed site names would get saved to the project config. (#19123)
- Fixed a bug where plugin
$styles,$scripts, and$publishablesweren’t published automatically when the plugin was installed or enabled. (#19137) - Fixed several issues that occurred when Craft was configured with a custom (or no)
cpTrigger. (#19127) - Fixed a bug where Craft wasn’t applying the Settings → General timezone to PHP’s default timezone. (#19138)
- Fixed a bug where entry queries weren’t fetching structure data by default.
- Fixed a bug where top-level structure elements were always repositioned to the end of the structure on save.
- Fixed a bug where the Settings index page didn’t include “Globals”, “Categories”, or “Tags” links, when the concepts were supported. (#19120)
- Fixed errors that occurred when editing global sets, category groups, and tag groups. (#19120)
- Fixed a bug where it wasn’t possible to create new categories. (#19120)
- Fixed an error that occurred when editing a category. (#19120)
- Fixed a bug where users’ Language preference field could be set to Arabic by default when the browser’s preferred language included a territory ID (e.g.
en-US). - Fixed a bug where preview tokens weren’t taking the
previewTokenDurationconfig setting into account.