Skip to content

Releases: oddhill/drupal-oddprofile

4.1.3

22 Aug 08:48

Choose a tag to compare

Latest Drupal 11 updates

4.0.0

22 Aug 08:47

Choose a tag to compare

Compatibility update for Drupal 11

Dependencies and views

10 Nov 13:18

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

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

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

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

Choose a tag to compare

Updated devel module, core requirement and verison number

Updated devel module

19 Aug 12:16

Choose a tag to compare

Updated devel module and updated verison number

Added version key to info file

29 Apr 09:30
9f88db1

Choose a tag to compare

2.0.2

Added version

Do not install the Devel module

27 Oct 13:06

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.