Skip to content

Latest commit

 

History

History
160 lines (115 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

160 lines (115 loc) · 3.72 KB

v1.3.3

02-03-2021

    • Worked around an error while saving a page in a new language without Flex Pages

v1.3.2

16-01-2021

    • Fixed languages.yaml

v1.3.1

12-01-2021

    • Fixed the handling of HTML void elements

v1.3.0

09-01-2021

    • Deprecated the semi-absolute media path handling in favor of fully relative paths - existing media will keep working on pages, but issues with its rendering may occur in the editor, and the function that automatically updates absolute URLs of media is scheduled for removal in v2.0.0
    • Deprecated processing Twig inside the HTML attributes used for media URLs without twig_first: true set - starting with v2.0.0, twig_first will have to be set to true and never_cache_twig to false on pages using Twig in the composition of HTML media URL attributes; for relative media paths, this change is effective immediately
    • Updated TinyMCE to 4.9.11
    • Added a whitelist and a blacklist for customizing on which pages TinyMCE is used
    • Added the evals field for advanced TinyMCE parameters, only modifiable directly in tinymce-editor.yaml
    • Made dragging and dropping media into the editor work
    • Reworked how TinyMCE is initialized for minor performance gains
    • Improved fullscreen handling
    • Fixed API key warnings when no key is entered
    • Suppressed the console warnings that appeared as the inserted media type was determined
    • Worked around the GHSA-w7jx-j77m-wp65 vulnerability in TinyMCE

v1.2.7

16-09-2019

    • Updated TinyMCE to 4.9.6
    • Fixed the handling of fields with validate.required set to true

v1.2.6

22-02-2019

    • Fixed the handling of tinymce fields unrelated to pages

v1.2.5

14-12-2018

    • Fixed the handling of what libxml considers to be invalid tags

v1.2.4

03-12-2018

    • Fixed the handling of libxml versions older than 2.7.8

v1.2.3

15-10-2018

    • Removed a sillier overlooked debug check that magically appeared in v1.2.2

v1.2.2

15-10-2018

    • Improved the method used for TinyMCE path lookups
    • Removed a debug check from the code that was previously overlooked

v1.2.1

01-10-2018

    • Fixed the handling of Grav installs in subdirectories

v1.2.0

27-09-2018

    • Added a persistable method of modifying the plugin's files
    • Updated TinyMCE to 4.8.3
    • Improved modular page media handling
    • Improved default configuration
    • Got bugged one time too many, tinymce.html.twig is unminified now

v1.1.8

26-04-2018

    • Improved parameter handling

v1.1.7

05-02-2018

    • Fixed label handling

v1.1.6

12-01-2018

    • Improved modular page handling again

v1.1.5

11-01-2018

    • Worked around GPM quirkyness, hopefully

v1.1.4

10-01-2018

    • Removed calls to a rarely available JavaScript function

v1.1.3

10-01-2018

    • Improved modular page handling

v1.1.2

01-11-2017

    • Fixed boolean values in parameters

v1.1.1

28-10-2017

    • Improved the file picker's URL handling

v1.1.0

04-10-2017

    • Made the page editor's file picker output HTML and readded it to the interface
    • Fixed Document Base URL

v1.0.1

01-10-2017

    • Fixed language shortcodes

v1.0.0

27-09-2017

    • First release of the TinyMCE Editor Integration plugin