Releases: oddhill/drupal-oddprofile
Dependencies and views
Additional configuration
More default configuration that will be automatically installed when installing a new site from the profile. The new configuration includes the following:
- Limit allowed format to HTML for text fields.
- Added Linkit module to make it easier to link to content in CKEditor.
- Added EU cookie compliance module with base configuration.
- Fixed incorrect URL alias pattern for content causing duplicate path segments.
- Added media type for SVG graphics.
- Added the Content Security Policy module with base configuration, will require further configuration based on the external resources that should be allowed.
- Added the coffee mode that will let editors and administrators quickly navigate with a spotlight/search feature.
- Drupal 10.1 is now also a requirement of the profile.
Default configuration
The profile now includes default configuration for things that needs to be configured for most projects. These defaults are based on how we at Odd Hill mostly build sites.
Do not require cache modules
Do not require page cache modules Requiring these modules will not let individual sites decide if they need cache or not so let's not require these modules.
Updated devel module
Updated devel module, core requirement and verison number
Updated devel module
Updated devel module and updated verison number
Added version key to info file
2.0.2 Added version
Do not install the Devel module
The Devel module was previously installed automatically, since there isn't a good way to disable this in certain environments we shouldn't automatically install this.
Changes to required modules
This release increments the major version number because it includes some major changes to the required packages.
If you upgrade from any 1.x version to the 2.0.0 version make sure to manually include any of the packages that were removed in the profile if you are using them.
Before upgrading
If you are not using the removed modules make sure to uninstall them and export configuration before upgrading to this version.
Notable changes
- Minimum stability has been set to beta so that we only depend on modules that have an upgrade path.
Modules removed
- Personas
- Block visibility
Modules added
- Redirect
- Reroute email
- Module filter
Changed they way package versions are defined
Required packages now use the caret instead if tilde so that composer will install any version within the major version range.
All dependency versions are now also defined with the full version numbers including major, minor and patch values.