Skip to content

Releases: markdom/php-handler

1.2.1

31 Jul 09:28
Compare
Choose a tag to compare
Enabled PHP8

1.2.0

18 Jan 18:10
Compare
Choose a tag to compare
Updated dependencies

1.1.9

12 Jun 19:48
Compare
Choose a tag to compare
Added encoding to the HTML attributes.

1.1.8

12 Jun 09:45
Compare
Choose a tag to compare
Fixed a type related issue with the plaintext walker util

1.1.7

02 Apr 19:05
Compare
Choose a tag to compare
Fixed an escaping issue.

1.1.6

02 Apr 13:45
Compare
Choose a tag to compare
Fixed some type issues with the XML handler.

1.1.5

02 Apr 13:40
Compare
Choose a tag to compare
Updated composer.json

Security related update. Closes a XSS vulnerability caused by league/commonmark

02 Apr 11:53
Compare
Choose a tag to compare
1.1.4

Updated league/commonmark to the latest version due to security issue…

1.1.3

29 Jan 14:32
Compare
Choose a tag to compare
Fixed an issue with the HtmlHandler returning null.

1.1.2

03 Dec 11:49
Compare
Choose a tag to compare
Declared the HtmlBuilder protected to allow sub class usage.