Doxter Changelog

Keep up to date with all the changes with Doxter.

Doxter 6.x is on version 5.0.6, released on Oct 25, 2023

  • theicons.co/svg/photo-09 Created with Sketch. 26 New features
  • theicons.co/svg/others-47 Created with Sketch. 10 Improvements
  • theicons.co/svg/home-36 Created with Sketch. 57 Bug fixes
View latest release (5.0.6) on the Plugin Store

5.0.6 - Latest Release

Released Oct 25, 2023

  • theicons.co/svg/home-36 Created with Sketch.

    Fix sticky toolbar.

5.0.5

Released Mar 15, 2023

  • theicons.co/svg/home-36 Created with Sketch.

    Fix incorrect markup for code blocks. (thanks @bencroker).

  • theicons.co/svg/home-36 Created with Sketch.

    Fix selecting no linkable headers. (thanks @bencroker).

5.0.4

Released Jan 06, 2023

  • theicons.co/svg/home-36 Created with Sketch.

    Add field normaliser for enabledToolbarIconNames, to assist with migrating older Doxter field settings for fields that haven’t been updated recently.

  • theicons.co/svg/home-36 Created with Sketch.

    Fix an error where field settings wouldn’t save when selecting no toolbar icons.

5.0.3

Released Jan 06, 2023

  • theicons.co/svg/others-47 Created with Sketch.

    Only admins are now allowed to access plugin settings.

  • theicons.co/svg/home-36 Created with Sketch.

    Fix field settings not working correctly when setting toolbar icons

5.0.2

Released Oct 23, 2022

  • theicons.co/svg/home-36 Created with Sketch.

    Fix bug in parse options. (thanks @bencroker).

5.0.1

Released July 27, 2022

  • theicons.co/svg/photo-09 Created with Sketch.

    Add English translations.

  • theicons.co/svg/home-36 Created with Sketch.

    Fix a type error with parseAttributes(). (thanks @bencroker).

5.0.0

Released July 26, 2022

  • theicons.co/svg/others-47 Created with Sketch.

    Now requires PHP 8.0.2+.

  • theicons.co/svg/others-47 Created with Sketch.

    Now requires Craft 4.0.0+.

  • theicons.co/svg/others-47 Created with Sketch.

    Renamed verbb\doxter\services\DoxterService to verbb\doxter\services\Service.

  • theicons.co/svg/home-36 Created with Sketch.

    Remove CraftQL plugin support.

4.0.0

Released July 26, 2022

  • theicons.co/svg/others-47 Created with Sketch.

    Migration to verbb/doxter.

  • theicons.co/svg/others-47 Created with Sketch.

    Now requires Craft 3.7+.

3.5.0

Released July 15, 2020

  • theicons.co/svg/home-36 Created with Sketch.

    Updated Doxter to use the same markdown parser used by Craft under the hood

3.5.0-beta-2

Released July 20, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added cebe/markdown as a dependency

  • theicons.co/svg/home-36 Created with Sketch.

    Updated the markdown parser abstraction to use cebe/markdown under the hood

  • theicons.co/svg/home-36 Created with Sketch.

    Updated the markdown parsing flavor to be GitHub Flavored Markdown

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where settings could not be saved if header parsing was disabled

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed several small compatability issues with Craft 3.4

  • theicons.co/svg/home-36 Created with Sketch.

    Removed Parsedown as a dependency

3.5.0-beta

Released July 20, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added an experimental feature to allow Doxter to parse files

  • theicons.co/svg/home-36 Created with Sketch.

    Updated hyphenation config to be set explicitely

3.4.9

Released Dec 30, 2019

  • theicons.co/svg/home-36 Created with Sketch.

    Update Parsedown Extra to latest stable release (0.8.1)

3.4.8

Released May 26, 2019

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed support for Feed Me imports

3.4.7

Released Jan 11, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added support for Table of Contents 🎉

3.4.6

Released Jan 09, 2019

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where shortcodes were parsed and (incorrectly) wrapped with <p> tags

  • theicons.co/svg/home-36 Created with Sketch.

    Fixes issue where parsing order caused some shortcode attributes to be mangled

3.4.5

Released Jan 09, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added an easy way for you to add your own Shortcodes without touching PHP

  • theicons.co/svg/photo-09 Created with Sketch.

    Added support for a new verbatim attribute in shortcode tags that will display the shortcode as is (think code demos)

  • theicons.co/svg/photo-09 Created with Sketch.

    Added support for shortcode tag registration via config/doxter.php

  • theicons.co/svg/photo-09 Created with Sketch.

    Added logging of unregistered shortcodes and missing shortcode templates

  • theicons.co/svg/home-36 Created with Sketch.

    Updated the ShortcodeModel class to make it easy for you to work with it in your shortcode templates

  • theicons.co/svg/home-36 Created with Sketch.

    Updated footnote support to address issues in a previous version of Parsedown

  • theicons.co/svg/home-36 Created with Sketch.

    Updated parsing order to allow Shortcodes to be parsed before Markdown

  • theicons.co/svg/home-36 Created with Sketch.

    Updated typography support with protection against widows and orphans

  • theicons.co/svg/home-36 Created with Sketch.

    Removed support for registering shortcodes using the event system

  • theicons.co/svg/home-36 Created with Sketch.

    Removed all shortcodes originally shipped with Doxter to reduce codebase and let you write your custom markup easily

3.4.4

Released Jan 06, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added Dark Mode support

  • theicons.co/svg/home-36 Created with Sketch.

    Updated typography support with better whitespace and widow control

3.4.3

Released Jan 05, 2019

  • theicons.co/svg/photo-09 Created with Sketch.

    Added a new Dark Mode

  • theicons.co/svg/home-36 Created with Sketch.

    Removed editor preview support

  • theicons.co/svg/home-36 Created with Sketch.

    Removed full-screen editing support

  • theicons.co/svg/home-36 Created with Sketch.

    Removed README notes related to todos

  • theicons.co/svg/home-36 Created with Sketch.

    Updated support for live preview

3.4.2

Released Dec 29, 2018

  • theicons.co/svg/photo-09 Created with Sketch.

    Added new icon

  • theicons.co/svg/photo-09 Created with Sketch.

    Added new [esc] shortcode to escape shortcodes for demo purposes

3.4.1

Released Dec 29, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Removed explicit require autoloader call in Doxter::init()

3.4.0

Released Dec 29, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Updated from MIT to Craft (commercial) license

3.4.0-beta-1

Released Dec 28, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue #22 where Doxter would puke HTML instead of Markdown on secondary sites

  • theicons.co/svg/home-36 Created with Sketch.

    Updated the return value of the Doxter field in string context (__toString())

3.3.0-beta-3

Released Dec 20, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where footnotes would not parse properly

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed several issues with the markdown editor

3.2.0

Released Nov 28, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed critical issue where Doxter could cause Twig to load prematurely

  • theicons.co/svg/photo-09 Created with Sketch.

    Added CraftQL support for text and html fields

3.1.10

Released May 24, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed broken code blocks after parsing order was updated

3.1.9

Released May 11, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Updated version and dependencies

3.1.8

Released May 11, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where smart typography did not apply before parsing markdown

3.1.7

Released Apr 18, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where full-screen editing mode would hide editor behind the sidebar

3.1.6

Released Apr 18, 2018

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where switching content tabs would not trigger a change

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where an unstable version of the markdown parser was in use

3.1.5

Released Mar 23, 2018

  • theicons.co/svg/photo-09 Created with Sketch.

    Added plugins settings

  • theicons.co/svg/photo-09 Created with Sketch.

    Added field settings

3.1.4

Released July 28, 2017

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue #11 where asset selector modal would only show images

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed several formatting issues in README (Hat tip to Brandon Kelly)

3.1.3

Released May 17, 2017

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where value.raw in the field, could break the dashboard

3.1.2

Released May 12, 2017

  • theicons.co/svg/home-36 Created with Sketch.

    Removes dependency on FitVids for responsive video embed shortcode

3.1.1

Released Apr 17, 2017

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue #6 where parsing prevented the creation of new entries

3.1.0

Released Apr 16, 2017

  • theicons.co/svg/photo-09 Created with Sketch.

    Added emoji support as requested on issue #5 👍

  • theicons.co/svg/photo-09 Created with Sketch.

    Added (back) support for reference tag parsing

  • theicons.co/svg/photo-09 Created with Sketch.

    Added full documentation as a Wiki

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed full viewport editing while in the Doxter field

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue #4 where entry.doxterField would render escaped html

  • theicons.co/svg/others-47 Created with Sketch.

    Updated codebase to adhere to Craft Coding Standards

3.0.8

Released Apr 11, 2017

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed full viewport editing from issue #2

  • theicons.co/svg/others-47 Created with Sketch.

    Updated plugin.(css|js) to use spaces

  • theicons.co/svg/others-47 Created with Sketch.

    Updated plugin.js to include semi-colons where missing

3.0.7

Released Apr 02, 2017

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed issue where hasSettings is no longer supported

  • theicons.co/svg/others-47 Created with Sketch.

    Updated all dependencies to the latest stable version

3.0.6

Released Feb 06, 2017

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed critical issue where the Shortcode parser would pee himself if fields were empty

3.0.5

Released Feb 06, 2017

  • theicons.co/svg/photo-09 Created with Sketch.

    Added SmartyPants as a dependency for handling typography

  • theicons.co/svg/photo-09 Created with Sketch.

    Added back support for Shortcodes

  • theicons.co/svg/photo-09 Created with Sketch.

    Added back the doxter() global to access the public API

  • theicons.co/svg/photo-09 Created with Sketch.

    Added a new DoxterEvent to notify about parsing events

  • theicons.co/svg/photo-09 Created with Sketch.

    Updates plugin icons

3.0.4

Released Jan 03, 2017

  • theicons.co/svg/photo-09 Created with Sketch.

    Added prettier icons

  • theicons.co/svg/home-36 Created with Sketch.

    Updated the way components were accessed for improved type hinting

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed an issue where the variable class was loaded

3.0.3

Released Jan 02, 2017

  • theicons.co/svg/photo-09 Created with Sketch.

    Added cover image and updated icons

3.0.1

Released Jan 02, 2017

  • theicons.co/svg/photo-09 Created with Sketch.

    Added changelog and documentation URLs

  • theicons.co/svg/home-36 Created with Sketch.

    Fixed an issue where parsers were not instantiated correctly