-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '4.7' into exclude-phpsessions
- Loading branch information
Showing
354 changed files
with
8,795 additions
and
2,668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: Bug Report – Craft 5 | ||
description: Report an issue or unexpected behavior pertaining to Craft 5 | ||
title: '[5.x]: ' | ||
labels: | ||
- bug | ||
- craft5 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to submit a bug report! Please fill out the fields to the best of your knowledge, so we can get to the bottom of the issue as quickly as possible. | ||
- type: textarea | ||
id: body | ||
attributes: | ||
label: What happened? | ||
value: | | ||
### Description | ||
### Steps to reproduce | ||
1. | ||
### Expected behavior | ||
### Actual behavior | ||
validations: | ||
required: true | ||
- type: input | ||
id: cmsVersion | ||
attributes: | ||
label: Craft CMS version | ||
validations: | ||
required: true | ||
- type: input | ||
id: phpVersion | ||
attributes: | ||
label: PHP version | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system and version | ||
- type: input | ||
id: db | ||
attributes: | ||
label: Database type and version | ||
- type: input | ||
id: imageDriver | ||
attributes: | ||
label: Image driver and version | ||
- type: textarea | ||
id: plugins | ||
attributes: | ||
label: Installed plugins and versions | ||
value: | | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Release Notes for Craft CMS 4.7 (WIP) | ||
|
||
### Content Management | ||
- Admin tables now have sticky footers. ([#14149](https://github.com/craftcms/cms/pull/14149)) | ||
|
||
### Administration | ||
- Added “Save and continue editing” actions to all core settings pages with full-page forms. ([#14168](https://github.com/craftcms/cms/discussions/14168)) | ||
- It’s no longer possible to select the temp asset volume within Assets fields. ([#11405](https://github.com/craftcms/cms/issues/11405), [#14141](https://github.com/craftcms/cms/pull/14141)) | ||
- Added the `utils/prune-orphaned-matrix-blocks` command. ([#14154](https://github.com/craftcms/cms/pull/14154)) | ||
|
||
### Extensibility | ||
- Added `craft\base\ElementInterface::beforeDeleteForSite()`. | ||
- Added `craft\base\ElementInterface::afterDeleteForSite()`. | ||
- Added `craft\base\FieldInterface::beforeElementDeleteForSite()`. | ||
- Added `craft\base\FieldInterface::afterElementDeleteForSite()`. | ||
|
||
### System | ||
- Reduced the system font file size, and prevented the flash of unstyled type for it. ([#13879](https://github.com/craftcms/cms/pull/13879)) | ||
- Log message timestamps are now set to the system time zone. ([#13341](https://github.com/craftcms/cms/issues/13341)) | ||
- Selectize inputs now use the `auto_position` plugin. ([#14160](https://github.com/craftcms/cms/pull/14160)) | ||
- Fixed a bug where deleting an entry for a site wasn’t propagating to Matrix blocks for that entry/site. ([#13948](https://github.com/craftcms/cms/issues/13948)) |
Oops, something went wrong.