diff --git a/CHANGELOG.md b/CHANGELOG.md index d181d7e8..110a09c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.3.8 - 2024-11-08 + +- Fixed minor issues that could occur if the Google Fonts field was left empty. +- No longer using minified CSS files so it's easier to modify them for specific style tweaks. +- Moved some HTML links and icons code out of the language files and into the template files. +- Notifications in the ACP when arranging BBCodes now support browser dark mode. +- Fixes for ScaffoldBB style. + ## 3.3.7 - 2023-05-18 - Auto Video PlugIn: This optional feature enables direct links to MP3, OGG, and WEBM files to be presented in an HTML5 video player. diff --git a/composer.json b/composer.json index 208407b9..dda50265 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "Replace phpBB3's default BBCode buttons with icons in a customizable toolbar. This extension also adds many new and useful custom BBCodes giving users more ways to customize their posts, including BBvideo (embed videos from dozens of media sites). Custom BBCodes can be arranged and sorted in any order and assigned to specific usergroups (such as Moderators and Admins only).", "homepage": "https://github.com/iMattPro/abbc3", - "version": "3.3.8-dev", + "version": "3.3.8", "keywords": ["phpbb", "extension", "bbcodes", "bbvideo"], "license": "GPL-2.0-only", "authors": [