bbcode 7.x-4.0

Bug fixes

Fix PHP warning: Curly brace syntax for accessing array elements and string offsets has been deprecated by kavbiswa as per https://www.drupal.org/project/bbcode/issues/3224231

bbcode 7.x-3.0

Bug fixes

PHP 7.3 compatibility.
Fixed Warning: preg_replace(): Compilation failed: invalid range in character class at offset 16 in _bbcode_filter_process() (line 261 of bbcode-filter.inc)

bbcode 7.x-2.0

Bug fixes
New features

Mainly PHP7 compatibility changes, as well as a few new BBCode tags like [highlight=color] and [indent].

This release is backwards compatible with the previous version and should be an easy and safe drop-in replacement.

bbcode 6.x-1.2

Bug fixes

Minor fixes:
#340730 by AutoDMC: List this module with other filters in Modules Admin
#280851 by executex: Allow - and _ in [youtube] tags

Small documentation updates:
#274960 by guido666: Clarify documentation about filter order in README.txt
#275043 by guido666: Better documentation in "bbcode-test.css"'s header
#189586 by peregrina: Document MP3 tag in README.txt

Better localization:
#243741 by mperabo: Add German translation
#n/a by naudefj: Move Japanese translation to correct directory

bbcode 6.x-1.1

No changes since bbcode 6.x-1.0. I'm just trying to get the D6 release listed on the project page.

bbcode 5.x-2.1

New features
Bug fixes

Changes since last release (bbcode 5.x-1.1):

New Features:

- Remove marquee support - instructions on how to reactivate in README.txt (Frank)
- Optional spam link deterrent - add rel=nofollow to links (Takafumi)
- Add [youtube] tag for embedding videos (Liam McDermott)

Bug fixes:

bbcode 5.x-1.1

New Features in BBCode 5.x-1.1:

- add Japanese translation by Takafumi
- add support for [strong] and [em] tags (same as [b] and [i])
- add [index] tag to generate a page index
- improved table tags (ability to specify row color. E.g. [row color=red]...[/row])

Bug fixes for BBCode 5.x-1.1:

- fix include_once without full path by John Morahan
- fix untranslatable string by Takafumi
- tiny fix to the help tips by ac

Subscribe with RSS Subscribe to Releases for Bbcode