Skip to content

Releases: vanilla/nbbc

v2.6.0

16 Apr 19:34
66c1738
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

16 Apr 15:14
057d81c
Compare
Choose a tag to compare

What's Changed

  • BBCodeLibrary: fix incomplete PHPDoc typehints by @hemberger in #34
  • Make lexer and stack public properties of BBCode by @hemberger in #33
  • Add missing ENT_QUOTES to htmlspecialchars() by @jdreesen in #35
  • Improve performance LOGarithmically by @Jaynator495 in #37
  • Update BBCODE_VERSION and BBCODE_RELEASE to match the latest release by @jdreesen in #36

New Contributors

Full Changelog: v2.4.0...v2.5.0

Version 2.4.0

17 Jan 17:44
f6b875f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.4.0

Version 2.3.1

25 Jan 16:38
91ed8fd
Compare
Choose a tag to compare

What's Changed

  • Fix the build badge and make tests stricter by @tburry in #27
  • Update to next-gen CircleCI docker images by @hemberger in #28
  • Fix remaining deprecation warnings in PHP 8.1 by @hemberger in #29
  • Convert single quotes when escaping HTML entities by @hemberger in #30

Full Changelog: v2.3...v2.3.1

NBBC 2.3

06 Jan 14:17
06c5aa3
Compare
Choose a tag to compare

This is primarily a bug fix version that adds support for PHP 8.0 and PHP 8.1. Hat tip to @hemberger and @hemberger. This is a minor version bump instead of a patch release because we also changed the CI build system to Circle CI.

NBBC 2.2.4

26 Apr 14:25
b67b173
Compare
Choose a tag to compare

This version addresses a performance issue when debug isn't enabled.

NBBC 2.2.3

15 Mar 15:14
6a1ab1a
Compare
Choose a tag to compare

This version addresses some deprecation warnings regarding using a continue in a switch statement when running under PHP 7.3.

NBBC 2.2.2

14 Mar 20:58
Compare
Choose a tag to compare

This update addresses a typo in the software license key.

NBBC 2.2.0

26 Apr 18:24
Compare
Choose a tag to compare

This version includes some new features and cleanup.

  • Add templates for use by some library methods. 34f13a0
  • Add missing method visibilities. 4c19e1c
  • Update the original NBBC test page to work with the new Nbbc\BBCode class. 7e9796b

NBBC 2.0.1

13 Jan 19:31
Compare
Choose a tag to compare

This is a minor release that updates the README and fixes the license in composer.json.