Skip to content

Commit

Permalink
Merge branch 'release/3.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Aug 12, 2020
2 parents 7c6934c + 84ffe08 commit fc12da1
Show file tree
Hide file tree
Showing 13 changed files with 165 additions and 64 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.2.4 - 08-10-2020

- Fixed an issue causing circular dependency errors when co-installed with mChat in phpBB 3.3.1.

## 3.2.3 - 03-13-2020

- Minor fixes that might cause unexpected JavaScript behaviors in phpBB 3.3.x using jQuery 3.
Expand Down
5 changes: 4 additions & 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 BBCode buttons with icons in an attractive and 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.2.3",
"version": "3.2.4",
"keywords": ["phpbb", "extension", "bbcodes", "bbvideo"],
"license": "GPL-2.0-only",
"authors": [
Expand All @@ -27,5 +27,8 @@
"directory": "/customise/db/extension/advanced_bbcode_box",
"filename": "version_check"
}
},
"require-dev": {
"phing/phing": "^2.16"
}
}
100 changes: 97 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- '@vse.abbc3.bbcodes_config'
- '@vse.abbc3.bbcodes_display'
- '@vse.abbc3.bbcodes_help'
- '@controller.helper'
- '@routing.helper'
- '@template'
- '@user'
- ext/vse/abbc3/
Expand Down
2 changes: 1 addition & 1 deletion event/listener.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace vse\abbc3\event;

use phpbb\controller\helper;
use phpbb\routing\helper;
use phpbb\template\template;
use phpbb\user;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
Expand Down
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abbc3",
"version": "3.2.3",
"version": "3.2.4",
"author": "Matt Friedman",
"license": "GPL-2.0",
"main": "gulpfile.js",
Expand All @@ -9,14 +9,14 @@
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-clean-css": "^4.3.0",
"gulp-csslint": "^1.0.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-stylelint": "^10.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"jshint": "^2.11.0",
"jshint": "^2.12.0",
"jshint-stylish": "^2.0.1",
"stylelint": "^12.0.1"
}
Expand Down
Loading

0 comments on commit fc12da1

Please sign in to comment.