Skip to content

Releases: markdom/php-handler

1.2.1

Choose a tag to compare

@Bonscho Bonscho released this 31 Jul 09:28
Enabled PHP8

1.2.0

Choose a tag to compare

@Bonscho Bonscho released this 18 Jan 18:10
Updated dependencies

1.1.9

Choose a tag to compare

@Bonscho Bonscho released this 12 Jun 19:48
Added encoding to the HTML attributes.

1.1.8

Choose a tag to compare

@Bonscho Bonscho released this 12 Jun 09:45
Fixed a type related issue with the plaintext walker util

1.1.7

Choose a tag to compare

@Bonscho Bonscho released this 02 Apr 19:05
Fixed an escaping issue.

1.1.6

Choose a tag to compare

@Bonscho Bonscho released this 02 Apr 13:45
Fixed some type issues with the XML handler.

1.1.5

Choose a tag to compare

@Bonscho Bonscho released this 02 Apr 13:40
Updated composer.json

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

Choose a tag to compare

@Bonscho Bonscho released this 02 Apr 11:53
1.1.4

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

1.1.3

Choose a tag to compare

@Bonscho Bonscho released this 29 Jan 14:32
Fixed an issue with the HtmlHandler returning null.

1.1.2

Choose a tag to compare

@Bonscho Bonscho released this 03 Dec 11:49
Declared the HtmlBuilder protected to allow sub class usage.