ckeditor_config 8.x-3.4

Contributors (0)

Changelog

Issues: 0 issues resolved.

Changes since 8.x-3.3:

Misc

  • Remove D8 support from info.yml

ckeditor_config 8.x-3.3

This release adds Drupal 10 support and drops Drupal 8 support.

Contributors (4)

Chris Burge, Project Update Bot, prudloff, smustgrave

Changelog

Issues: 1 issues resolved.

ckeditor_config 8.x-3.2

Beginning on September 9, 2022, this module's dependency on Drupal core's ckeditor module is now reinterpreted as a dependency upon the contrib ckeditor module as a result of Ensure that ckeditor does not get special core treatment. This is a change in Drupal.org's infrastructure and does not reflect any changes made by this module. As a result, it is no longer possible to support the core version of ckeditor.

ckeditor_config 8.x-3.1

Contributors (1)

Chris Burge

Changelog

Issues: 1 issues resolved.

Changes since 8.x-3.0

Task

ckeditor_config 8.x-3.0-beta1

New features

When updating to 8.x-3.x from 8.x-2.x, there is no automated upgrade path. Site owners will need to manually verify and update their site configuration. In most cases, only minor changes will be required.

The difference between the two branches is that 8.x-3.x supports JSON objects and arrays and 8.x-2.x does not. As a result, the config values must now be formatted as valid JSON.

ckeditor_config 8.x-2.2

Unsupported

This release cleans up code to conform to coding standards and adds Drupal 9 support.

Issues included in this release:

ckeditor_config 8.x-2.1

Unsupported

Beginning in 8.x-2.1, CKEditor settings are now added using hook_editor_js_settings_alter(), which means they are added after all CKEditor Drupal plugins have provided their settings. This guarantees that settings defined by CKEditor custom config override settings provided by CKEditor Drupal plugins. Previously, this was not the case, specifically with regard to core's Internal plugin. The following settings can now be managed with CKEditor custom config without the use of a core patch:

ckeditor_config 8.x-2.0-beta2

Bug fixes
New features
Unsupported

Note about update.php:
The primary difference between CKEditor custom config 8.x-2.x and 8.x-1.x is that custom configuration is now stored with the configuration of individual editors instead of being stored globally. During the upgrade process, the global configuration is copied to all CKEditor editors.

ckeditor_config 8.x-2.0-beta1

New features
Unsupported

This is the initial 8.x-2.x release.

The primary difference between CKEditor custom config 8.x-2.x and 8.x-1.x is that custom configuration is now stored with the configuration of individual editors instead of being stored globally.

While there is no upgrade path to 8.x-2.x from 8.x-1.x with this release, there is an open issue for one: #3049165: Provide Upgrade Path from 8.x-1.x to 8.x-2.x.

Subscribe with RSS Subscribe to Releases for CKEditor custom config