Fixed a bug where craft\events\RegisterElementSourcesEvent::$context wasn’t always set to modal when defining the available element sources for an element selection modal.
Fixed a styling bug where multi-line checkbox labels within the Customize Sources modal weren’t wrapping properly. (#12717)
Fixed a bug where asset thumbnails within collapsed Matrix blocks weren’t loading when the block was expanded. (#12720)
Fixed a bug where custom fields’ database columns would get deleted when applying project config changes, if the field type wasn’t present. (#12760)
Fixed a bug where Assets, Categories, and Tags fields weren’t respecting their “Allow self relations” settings. (#12769)
Fixed a bug where dynamically-generated entry titles weren’t always generated with the site’s formatting locale in place. (12780)
Fixed a bug where element titles weren’t getting a pointer cursor or underlines on hover, when selected on an element index page.
Fixed a bug where it wasn’t possible to close modals that were opened by a custom select menu via the <kbd>Esc</kbd> key. (#12814)
Fixed an XSS vulnerability.
3.7.67 - 2023-02-17
Fixed a bug where clicking on the scrollbar of a disclosure menu would close it. (#12681)
Fixed an error that could occur when loading the Plugin Store, if there wasn’t a .env file. (#12687)
3.7.66 - 2023-02-14
HTML Purifier now allows oembed tags. (ckeditor#59)
Added craft\htmlpurifier\VideoEmbedUrlDef.
Fixed a bug where entries that aren’t propagated to the primary site weren’t showing revision notes. (#12641)
Fixed a bug where HTML tags weren’t getting stripped from auto-generated Handle and URI Format setting values.
Fixed a JavaScript error that could occur if an object with null values was passed to Craft.compare().
Fixed a bug where craft\elements\db\ElementQuery::toArray() was calling getter methods whose names conflicted with custom field handles. (#12635)
3.7.65.2 - 2023-02-08
Fixed a PHP error that could occur if relational fields were getting eager-loaded for elements that the fields didn’t belong to. (#12648)
3.7.65.1 - 2023-02-08
Fixed a PHP error that occurred after performing a Composer action within Craft. (#12647)
Fixed a bug where element attributes weren’t getting eager-loaded. (#12646, #12645)
3.7.65 - 2023-02-07
Updated Composer to 2.2.19, fixing a PHP error that could occur when performing a Composer action within Craft, when the autoload classmap was generated with Composer 2.5. (#12482)
Fixed a bug where Matrix blocks weren’t getting eager-loaded. (#12631)
Fixed a PHP error that could occur when calling craft\services\Assets::getAllDescendantFolders() for the root folder. (craftcms/feed-me#1231)
3.7.64.1 - 2023-02-05
Fixed a bug where craft\behaviors\CustomFieldBehavior::$owner was getting nullified by craft\base\Element::fieldByHandle(). (#12624)
3.7.64 - 2023-02-03
Improved the performance of the “Generating pending image transforms” queue job. (#12274)
Added more reserved field handles to avoid conflicts with craft\base\Element properties. (#12577)
Control panel requests no longer override the pageTrigger config setting value to 'p'. (#12598, #12614)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/craftcms/commerce-paypal/network/alerts).
Bumps craftcms/cms from 3.7.23 to 3.7.68.
Changelog
Sourced from craftcms/cms's changelog.
... (truncated)
Commits
11fff0a
Finish 3.7.688c2658c
Release notef3763f0
Merge pull request #12814 from craftcms/feature/dev-408-user-cant-exit-copy-r...c201634
Add removeLayerAtIndex function to ui layer manager8440008
Update CustomSelect with parameter to remove specific layerdd574e7
Fixed a link hover bug1f70ca6
Fixed #12780dec577a
Merge pull request #12779 from craftcms/bugfix/12769-allow-self-relationsb61594d
Release notee44fcbb
prettier and+ forgot compiled assetsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/craftcms/commerce-paypal/network/alerts).