Update README with 1.x -> 2.x breaking change for hook

Created on 19 August 2025, 27 days ago

Somehow I neglected to add info in the README about the breaking change in 2.0.0 related to hook_markdown_easy_config_modify()

From the release notes:

The way that version 1.x implemented hook_markdown_easy_config_modify() was bad. So very bad (because it would force the developer to recreate the entire converter - including the extensions - in the hook's implementation.) So, the hook was modified to fire a bit earlier and its input parameter was changed from the $converter to just the $config array. This is a breaking change (so sorry!) for anyone who has already implemented this hook. If you implemented this hook, you'll need to update it. See the markdown_easy.api.php file in the codebase for additional details.

The above text can be rewritten to match the tone of the rest of the README file and added to it.

-mike

πŸ“Œ Task
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States ultimike Florida, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @ultimike
  • First commit to issue fork.
  • @gustavorf90 opened merge request.
  • πŸ‡ΊπŸ‡ΈUnited States ultimike Florida, USA

    @gustavorf90 - thanks for the MR! I have a few small suggestions - see above.

    thanks,
    -mike

Production build 0.71.5 2024