Skip to content

Releases: craftcms/cms

5.0.5

23 Apr 17:56
5.0.5
2074552
Compare
Choose a tag to compare
  • Fixed a bug where the Database Backup utility was present when the backupCommand config setting was set to false.
  • Fixed an error that occurred when running the db/convert-charset command, if any tables contained char or varchar foreign key columns. (#14815)
  • Fixed a bug where parsed first/last names could have different casing than the full name that was submitted. (#14723)
  • Fixed a bug where craft\helpers\UrlHelper::isAbsoluteUrl() was returning false for URLs with schemes other than http or https, such as mailto and tel. (#14830)
  • Fixed a JavaScript error that occurred when opening Live Preview, if an Assets field’s “Upload files” button had been pressed. (#14832)
  • Fixed a bug where Twig’s spread operator (...) wasn’t working with attribute accessors. (#14827)
  • Fixed a bug where element selection modals were only showing the first 100 elements. (#14790)
  • Fixed a PHP error that could occur on the Dashboard if any Quick Post widgets hadn’t been saved since before Craft 1.2. (#14794)
  • Fixed a bug where double-clicking on an inline Matrix block tab would cause it to expand/collapse. (#14791)
  • Fixed a bug where site breadcrumbs weren’t getting hyperlinked for installs with multiple site groups. (#14802)
  • Fixed a bug where element conditions were allowing custom field condition rules to be selected multiple times. (#14809)
  • Fixed a bug where relational fields within nested Matrix entries weren’t getting loaded via GraphQL. (#14819)
  • Fixed an error that occurred when creating an address within an Addresses field on a secondary site. (#14829)
  • Fixed a bug where SVG element icons weren’t visible in Safari. (#14833)
  • Fixed a bug where element sources were getting text cursors on hover in Safari. (#14833)
  • Fixed a bug where “Delete custom source” buttons within Customize Sources modals were getting text cursors on hover.
  • Fixed a bug where Matrix fields that weren’t set to show cards in a grid were still getting a grid view when nested entries were created for the first time. (#14840)
  • Fixed a bug where related categories and entries weren’t removable when the Categories/Entries field’s “Maintain hierarchy” setting was enabled. (#14843)
  • Fixed a bug where Categories and Entries fields were showing the “View Mode” setting when “Maintain hierarchy” was enabled, despite it having no effect. (#14847)

4.8.10

23 Apr 17:55
4.8.10
fbf5ed3
Compare
Choose a tag to compare
  • Fixed a SQL error that could occur when converting a field to a Lightswitch field on PostgreSQL. (#14792)
  • Fixed a bug where the Database Backup utility was present when the backupCommand config setting was set to false.
  • Fixed an error that occurred when running the db/convert-charset command, if any tables contained char or varchar foreign key columns. (#14815)
  • Fixed a bug where parsed first/last names could have different casing than the full name that was submitted. (#14723)
  • Fixed a bug where craft\helpers\UrlHelper::isAbsoluteUrl() was returning false for URLs with schemes other than http or https, such as mailto and tel. (#14830)
  • Fixed a JavaScript error that occurred when opening Live Preview, if an Assets field’s “Upload files” button had been pressed. (#14832)
  • Fixed a bug where Twig’s spread operator (...) wasn’t working with attribute accessors. (#14827)

5.0.4

10 Apr 22:45
5.0.4
40f8258
Compare
Choose a tag to compare
  • Fixed a bug where element queries with the relatedTo param set to a list of element IDs were overly complex.
  • Fixed a bug where redundant Matrix block revisions were getting created.
  • Fixed a bug where Twig’s spread operator (...) wasn’t working when the preloadSingles config setting was enabled. (#14783)
  • Fixed a bug where Live Preview wasn’t retaining the scroll position properly. (#14218)

4.8.9

10 Apr 22:42
4.8.9
81fc545
Compare
Choose a tag to compare
  • Fixed a bug where element queries with the relatedTo param set to a list of element IDs were overly complex.
  • Fixed a bug where redundant Matrix block revisions were getting created.
  • Fixed a bug where Twig’s spread operator (...) wasn’t working when the preloadSingles config setting was enabled. (#14783)
  • Fixed a bug where Live Preview wasn’t retaining the scroll position properly. (#14218)

5.0.3

09 Apr 22:42
5.0.3
fee50a3
Compare
Choose a tag to compare
  • Fixed a bug where LTR and RTL characters weren’t getting stripped from sanitized asset filenames. (#14711)
  • Fixed a bug where admin table row reordering wasn’t working in Safari. (#14752)
  • Fixed a bug where the utils/fix-field-layout-uids command wasn’t looking at field layouts defined with a fieldLayout key in the project config.
  • Fixed a bug where element indexes’ View menus could show the “Sort by” field when the structure view was selected. (#14780)
  • Fixed a bug where fields with overridden handles weren’t editable from element indexes. (#14767)
  • Fixed a bug where element chips within element cards were getting action menus and drag handles within relation fields. (#14778)
  • Fixed a bug where elements could display the wrong nested field value, if the field’s handle was overridden. (#14767)
  • Fixed a bug where entries’ Title fields weren’t showing a required indicator. (#14773)

4.8.8

09 Apr 22:36
4.8.8
dd22dbe
Compare
Choose a tag to compare
  • Fixed a bug where craft\helpers\ElementHelper::siteStatusesForElement() wasn’t working for soft-deleted elements. (#14753)
  • Fixed a bug where the Queue Manager was listing delayed jobs before others. (#14755)
  • Fixed a bug where LTR and RTL characters weren’t getting stripped from sanitized asset filenames. (#14711)
  • Fixed a bug where admin table row reordering wasn’t working in Safari. (#14752)
  • Fixed a bug where the utils/fix-field-layout-uids command wasn’t looking at field layouts defined with a fieldLayout key in the project config.
  • Fixed a bug where element indexes’ View menus could show the “Sort by” field when the structure view was selected. (#14780)

5.0.2

05 Apr 13:43
5.0.2
b343f03
Compare
Choose a tag to compare
  • Fixed a bug where craft\helpers\ElementHelper::siteStatusesForElement() wasn’t working for soft-deleted elements. (#14753)
  • Fixed a bug where the Queue Manager was listing delayed jobs before others. (#14755)
  • Fixed an error that occurred when editing elements without any preview targets. (#14754)
  • Fixed a bug where it wasn’t possible to delete global sets when the CKEditor plugin was installed. (#14757)
  • Fixed a SQL error that occurred when querying for elements ordered by search score on PostgreSQL. (#14761)

5.0.1

03 Apr 23:29
5.0.1
856f45f
Compare
Choose a tag to compare
  • Fixed a “Double-instantiating a checkbox select on an element” JavaScript warning. (#14707)
  • Fixed a bug where craft\cache\DbCache was attempting to store values beyond the cache.data column’s storage capacity.
  • Fixed a bug where the Updates utility could include submit buttons without labels for abandoned plugins.
  • Fixed a bug where “Admin” rules were available to user conditions in Solo and Team editions.
  • Fixed a bug where entries’ “View in a new tab” breadcrumb actions were linking to the canonical entry URL when editing a draft or viewing a revision. (#14705)
  • Fixed a bug where Matrix blocks without labels had extra spacing above them in Live Preview. (#14703)
  • Fixed an error that occurred if the collation database connection setting was set to utf8_* on MySQL. (#14332)
  • Fixed a bug where element cards could overflow their containers within Live Preview. (#14710)
  • Fixed a bug where links within the Queue Manager utility weren’t styled like links. (#14716)
  • Fixed a bug where tooltips within element labels caused the element title to be read twice by screen readers.
  • Fixed a styling issue when editing an entry without any meta fields. (#14721)
  • Fixed a bug where the _includes/nav.twig template wasn’t marking nested nav items as selected. (#14735)
  • Fixed issues with menu options’ hover styles.
  • Fixed a bug where double-clicking on an element’s linked label or action button would cause its slideout to open, in addition to the link/button being activated. (#14736)
  • Fixed a bug where system icons whose names ended in numbers weren’t displaying. (#14740)
  • Fixed an error that could occur when creating a passkey. (#14745)
  • Fixed a bug where the “Utilities” global nav item could get two badge counts.
  • Fixed a bug where custom fields whose previous types were missing would lose their values when updating to Craft 5.
  • Fixed a bug where Dropdown fields could be marked as invalid on save, if the saved value was invalid and they were initially marked as changed (to the default value) on page load. (#14738)
  • Fixed a bug where double-clicking on an element’s label within an element selection modal wasn’t selecting the element. (#14751)

4.8.7

03 Apr 23:22
4.8.7
0101d59
Compare
Choose a tag to compare
  • The Craft 5 Upgrade utility now shows the upgrade status and latest compatible version for abandoned plugins.
  • Fixed a “Double-instantiating a checkbox select on an element” JavaScript warning. (#14707)
  • Fixed a bug where craft\cache\DbCache was attempting to store values beyond the cache.data column’s storage capacity.
  • Fixed a bug where the Updates utility could include submit buttons without labels for abandoned plugins.

3.9.13

03 Apr 21:58
3.9.13
f0c3105
Compare
Choose a tag to compare
  • The Craft 4 Upgrade utility now shows the upgrade status and latest compatible version for abandoned plugins.
  • Fixed a bug where the Updates utility could include submit buttons without labels for abandoned plugins.