Skip to content

Releases: cburschka/xbbcode

8.x-1.1

02 Feb 12:27
Compare
Choose a tag to compare
  • Major bug fixes: Self-closing tags triggered a fatal error, nocode tags were not provided with all of their text content.
  • Feature: xbbcode_table now accepts a caption.
  • Overhaul of xbbcode_list and xbbcode_table: Adhere to coding standards, improve parsing of nested lists, consolidate list settings in a single variable.
  • String improvements: Capitalize the "edit" link, replace the name "XBBCode" with "Extensible BBCode" in all user-facing text, update help text.

7.x-1.1

02 Feb 12:28
Compare
Choose a tag to compare
  • Major bug fixes: Self-closing tags triggered a fatal error, nocode tags were not provided with all of their text content.
  • Feature: xbbcode_table now accepts a caption.
  • Overhaul of xbbcode_list and xbbcode_table: Adhere to coding standards, improve parsing of nested lists, consolidate list settings in a single variable.
  • String improvements: Capitalize the "edit" link, replace the name "XBBCode" with "Extensible BBCode" in all user-facing text, update help text.

8.x-1.0

02 Feb 12:26
Compare
Choose a tag to compare

First release for Drupal 8.

While this release is stable (since it is essentially identical to the 7.x-1.0 release), the module is obviously only as stable as the Drupal core it is installed in, and is likely to break when core next undergoes major changes.

7.x-1.0

02 Feb 12:26
Compare
Choose a tag to compare

First (hopefully) stable release for Drupal 7. This module is now functional and does not generate errors in normal behavior. Basic tags are fine, and custom tags work, as does the security for PHP code evaluation. Some sub-modules have not yet been fully tested or brought up to coding standards.