Skip to content

Releases: chriskonnertz/bbcode

v1.1.2

17 Jun 14:02
d3acd44
Compare
Choose a tag to compare

Changelog:

  • Use HTTPS protocol in YouTube URL

v1.1.1

31 Jan 17:42
Compare
Choose a tag to compare

Changelog:

  • Added missing list style "lower-roman"

v1.1.0

30 Jan 20:47
Compare
Choose a tag to compare

Changelog:

  • Added renderPlain() method
  • Marked renderRaw() method as deprecated - please use renderPlain() instead
  • List items will no longer appear outside of lists
  • The Tag class now expects valid constructor arguments (will throw an exception if the arguments are invalid)
  • Refactoring
  • More tests - coverage should be good now
  • Enhanced README.md

v1.0.2

24 Jan 21:32
Compare
Choose a tag to compare

Changelog:

  • Bugfix in permitTag() method
  • Use multi byte characters functions whenever they are needed
  • Added constants for the names of the default tags
  • Added some more getters and setters
  • Enhanced tests
  • Refactoring

v1.0.1

26 Sep 13:55
Compare
Choose a tag to compare

Changelog:

  • Added a working test
  • Use multi byte characters functions
  • Bugfix in ignoreTag() method
  • Code reformatting, better code styling, better PHP doc block types

v1.0.0

13 May 11:31
Compare
Choose a tag to compare

Created a release to support semantic versioning.