Skip to content

Releases: vanilla/nbbc

v3.0.0

Choose a tag to compare

@acharron-hl acharron-hl released this 16 Sep 15:30
e18cf9c

What's Changed

  • Fix PHP 8.4 deprecation warning by @hemberger in #39
  • Minimum supported PHP version is now 7.1 (but you really should be on PHP 8+!)

Full Changelog: v2.6.0...v3.0.0

v2.6.0

Choose a tag to compare

@acharron-hl acharron-hl released this 16 Apr 19:34
66c1738

What's Changed

New Contributors

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

v2.5.0

Choose a tag to compare

@acharron-hl acharron-hl released this 16 Apr 15:14
057d81c

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

Choose a tag to compare

@charrondev charrondev released this 17 Jan 17:44
f6b875f

What's Changed

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

Version 2.3.1

Choose a tag to compare

@tburry tburry released this 25 Jan 16:38
91ed8fd

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

Choose a tag to compare

@tburry tburry released this 06 Jan 14:17
06c5aa3

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

Choose a tag to compare

@cchabilall83 cchabilall83 released this 26 Apr 14:25
b67b173

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

NBBC 2.2.3

Choose a tag to compare

@initvector initvector released this 15 Mar 15:14
6a1ab1a

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

NBBC 2.2.2

Choose a tag to compare

@initvector initvector released this 14 Mar 20:58

This update addresses a typo in the software license key.

NBBC 2.2.0

Choose a tag to compare

@tburry tburry released this 26 Apr 18:24

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