Skip to content

Releases: thunderer/Shortcode

v0.6.2

19 May 18:15
Compare
Choose a tag to compare

Fixed issue with parsing shortcode tokens inside shortcode content.

v0.6.1

25 Feb 12:58
Compare
Choose a tag to compare

Fixed bug with not recalculating new text length after applying shortcode replacement which caused the replacements to be applied only up to the length of source text. Thanks to @Jonatanmdez for reporting it in issue #37.

v0.6.0

15 Feb 17:37
Compare
Choose a tag to compare

Events subsystem, builtin event handlers, builtin shortcode handlers, rewritten README, standardized shortcode name validation, ReplacedShortcode to represent handler result instead of internal array, getBaseOffset() and better WordpressParser compatibility with WordPress.

v0.5.3

27 Jan 19:10
Compare
Choose a tag to compare

Massive performance improvements in RegularParser, fixed problem with multibyte characters in parsed texts, fixed matching shortcodes with invalid names.

v0.5.2

20 Jan 17:41
Compare
Choose a tag to compare

Fixed bug with subsequent string tokens in RegularParser, added corresponding test cases.

v0.5.1

12 Nov 13:07
Compare
Choose a tag to compare

Fixed a bug with shortcode replacement when it contained multibyte characters.

v0.5.0

28 Oct 20:19
Compare
Choose a tag to compare

Removed all deprecated features from v0.4.0, added XML and YAML serializers, added RegularParser and WordpressParser, added HandlerContainer abstraction. This was meant to be a 1.0.0 release, but I'm still working on several ideas and want to test them before first stable release (should be released soon).

v0.4.0

15 Jul 13:35
Compare
Choose a tag to compare

Intermediate release with many fixes and improvements. BC was kept intact, though nearly all classes were moved into new places. Introduced UPGRADE document which describes possible breaking changes in future releases. Next release will be BC breaking and will clean everything.

v0.3.0

08 May 13:25
Compare
Choose a tag to compare

Whitespaced syntax, library facade and self-closing tags.

v0.2.2

26 Apr 18:37
Compare
Choose a tag to compare

Fixed support for PHP 5.3.