Skip to content

Releases: oddhill/drupal-oddprofile

Dependencies and views

10 Nov 13:18
Compare
Choose a tag to compare

This release updates dependencies to the latest major version and removes pre-configured views from the installed configuration. There should be no breaking changes in this update.

Additional configuration

26 Sep 13:39
Compare
Choose a tag to compare

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

19 Apr 11:12
Compare
Choose a tag to compare

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

01 Apr 13:19
98942ae
Compare
Choose a tag to compare
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

14 Dec 11:53
Compare
Choose a tag to compare

Updated devel module, core requirement and verison number

Updated devel module

19 Aug 12:16
Compare
Choose a tag to compare

Updated devel module and updated verison number

Added version key to info file

29 Apr 09:30
9f88db1
Compare
Choose a tag to compare
2.0.2

Added version

Do not install the Devel module

27 Oct 13:06
Compare
Choose a tag to compare

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

27 Oct 12:08
Compare
Choose a tag to compare

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

27 Mar 13:09
Compare
Choose a tag to compare

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.