== 1.0.2 ==
Added thirdpartylibs.xml, readme_moodle.txt and upgrade.txt files

== 1.1.0 ==
Added string lang for 'privacy:metadata'
Updated dependency @codemirror/lang-html to 6.4.9
Added the dependency htmlfy that allows code formatting
Supported versions of Moodle from 4.1 to 4.4

== 1.1.1 ==
Merged pull request - revert bootstrap tooltips. Fix issue tooltips not hidding on toggle fullscreen
Move cm6pro dependency as a /amd/src module. Avoid defining requirejs paths manually
Disable modal close on backdrop clicks
Updated helplinktext

== 1.1.2 ==
Fix Issue #10: Wrong area target to insert htmlcode
Get focus on editor when opened

== 1.1.3 ==
Fix Issue #12: Missing Language string
Override style imposed by body.tox-fullscreen on modal-header
Updated htmlfy dependency to 0.3.2
Option to auto prettify html code when editor opens
Enable codeMirror plugin @replit/codemirror-indentation-markers

== 1.1.4 ==
Fix Issue #15: Translation of tooltips
Fix Issue #16: Source Code Pro (versions 1.1.1 - 1.1.3) not working in Moodle 4.1.2
Solve ModalFactory.create deprecation on newer versions of Moodle
Set the CodeMirror cursor to the selected Tiny position
Prevents from opening the code editor before the content is set in Tiny editor

== 2.0.1 ==
Allow custom HTML elements through configuration
New UI based on Tiny view component
Cursor synchronization between Tiny and CodeMirror editors
Configure fontsize
Editor extensions such as color picker and minitab

== 2.1.0 ==
Create capability :use for Moodle 5.0 compatibility
Issue #23: Scroller in CodePro not working in some cases
Issue #26: JS Error with UI-Mode set to "Open as Panel" on opening the code view
Allow toggle line wrapping in panel mode & fullscreen
New admin options to configure TinyMCE HTML filtering: valid_elements, valid_children
Other minor improvements and bug fixes
Issue #27: Saving adds additional paragraphs/spans to html content 

== 2.1.1 ==
Automatically hide minimap on mobile phones
Updated cursor synchronization logic. Admin setting for controlling the direction of synchronization
Enable the default code editor shipped by TinyMCE when capability is disabled
Include CONTRIBUTING.md file

== 2.1.2 ==
Safer cursor synchronization logic
Fix bug not autosaving in panel mode when form is submitted
New configuration property disableonpagesregex allows to disable the plugin on certain pages
Updated library versions: htmlfy to 1.0.0 and codemirror to 6.0.2

== 2.1.3 ==
Solved issue with css in panel mode

== 2.1.4 ==
Support for Moodle 5.1
Upgrade codemirror and htmlfy dependencies
Store user preferences in database
