Skip to content

Commit

Permalink
Merge branch '4.x' into 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Nov 12, 2024
2 parents 1e1f01f + 412db68 commit edcd01e
Show file tree
Hide file tree
Showing 25 changed files with 161 additions and 158 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release Notes for Craft CMS 4

Fixed a bug where the `utils/fix-field-layout-uids` command was misidentifying missing/duplicate UUID issues.
## Unreleased

- Fixed a bug where the `utils/fix-field-layout-uids` command was misidentifying missing/duplicate UUID issues.

## 4.12.9 - 2024-11-06

Expand Down
1 change: 1 addition & 0 deletions src/models/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class Section extends Model
* - `siteGroup` – Save entries to other sites in the same site group
* - `language` – Save entries to other sites with the same language
* - `all` – Save entries to all sites enabled for this section
* - `custom` – Let each entry choose which sites it should be saved to
*
* @since 3.2.0
*/
Expand Down
6 changes: 3 additions & 3 deletions src/translations/ar/app.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/translations/cs/app.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/translations/da/app.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions src/translations/de-CH/app.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/translations/de/app.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/translations/es/app.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/translations/fa/app.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/translations/fr-CA/app.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/translations/fr/app.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit edcd01e

Please sign in to comment.