Skip to content

Commit

Permalink
Merge branch '4.x' of https://github.com/craftcms/cms into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Feb 4, 2025
2 parents ca0a045 + 76e679d commit 9678868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Fixed a bug where transformed images could be slightly smaller than they should be when using the `fit` transform mode. ([#16622](https://github.com/craftcms/cms/issues/16622))
- Fixed a bug where tests weren’t outputting exceptions thrown during Craft installation. ([#16624](https://github.com/craftcms/cms/issues/16624))
- Fixed a bug where section-specific GraphQL queries (`<sectionHandle>Entries`) weren’t available if a Matrix or CKEditor field existed with the same handle as the section.
- Fixed an error that could occur after reordering routes. ([#16610](https://github.com/craftcms/cms/pull/16610))
- Fixed an error that occurred when a non-admin user attempted to copy a field value from another site.
Expand Down
2 changes: 1 addition & 1 deletion src/test/TestSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public static function setupCraftDb(Connection $connection): void
'site' => $site,
]);

$migration->up();
$migration->up(true);
}

/**
Expand Down

0 comments on commit 9678868

Please sign in to comment.