Skip to content

Commit

Permalink
Bump to 3.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Feb 25, 2022
1 parent 66756d2 commit 6980562
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,5 @@ exclude_patterns:
- "**/vendor/"
- "**/*.d.ts"
- "**/jquery.tablednd.js"
- "gulpfile.js"
- ".github/"
- "language/"
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.3.3 - 2022-02-24

- Made the Font BBCode more customizable and compatible for all users:
- Added Google font support to the font BBCode; add Google fonts via the ABBC3 settings in the ACP.
- Removed non-universal font styles from the font BBCode menu.
- These changes will not break existing posts.
- Switched the text scrolling BBCode (marquee effect) to an HTML-valid CSS-only method.
- Various minor code updates.

## 3.3.2 - 2021-01-16

- Fixed compatibility issues with PHP 8.
Expand Down Expand Up @@ -103,7 +112,7 @@
- Added the URL BBcode wizard to subsilver2
- Complete conversion to TWIG syntax
- Template events added to the ABBC3's bbcode button bars
- Improve CSS for drop downs (Font Name and Font Size select menus)
- Improve CSS for drop down menus (Font Name and Font Size select menus)
- Installer removes BBcodes with negative IDs from the database (leftover from ABBC3.0)
- Added Estonian language
- Added Swedish language
Expand All @@ -117,7 +126,7 @@
- Disable BBCode wizards for touch devices
- Updated myspace.com BBVideo
- Removed videu.de BBVideo (no longer in service)
- Fixed a bug where new installs set the legacy youtube BBCode to be displayed
- Fixed a bug where new installations set the legacy YouTube BBCode to be displayed
- Major coding improvements
- Added Croatian language
- Added Greek language
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"version": "3.3.3",
"keywords": ["phpbb", "extension", "bbcodes", "bbvideo"],
"license": "GPL-2.0-only",
"authors": [
Expand Down

0 comments on commit 6980562

Please sign in to comment.