=== Dalmatian Dream Editor Colors ===
Contributors: Boris Horvat
Tags: classic editor, tinymce, background color, editor, formatting
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
Stable tag: 1.0.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds safe background color controls for blocks in the WordPress Classic Editor.

== Description ==

Dalmatian Dream Editor Colors is a lightweight Classic Editor / TinyMCE plugin for adding background colors to selected text blocks.

It adds a single "Boje" dropdown to TinyMCE, supports applying and removing color classes, keeps legacy `custom-style` content visually compatible, and avoids unsafe DOM wrapping for complex selections.

This plugin does not add Gutenberg block editor controls.

== Installation ==

1. Upload the `dd-editor-colors` folder to `/wp-content/plugins/`.
2. Activate the plugin through the Plugins screen in WordPress.
3. Open a supported Classic Editor post screen and use the "Boje" toolbar dropdown.

== Changelog ==

= 1.0.1 =
* Fixed TinyMCE button registration on Classic Editor screens.
* Expanded default support to editor-enabled post types.

= 1.0.0 =
* Converted the editor color helper into a standalone WordPress plugin.
* Added safe TinyMCE block background color controls.
* Prevented duplicate color classes.
* Improved multi-block DOM handling.
* Added safe "remove color" wrapper cleanup.
* Added frontend and editor styles.
* Added backward compatibility for existing color markup.
* Added internationalization support.
* Improved WordPress.org and Plugin Check compatibility.
