Skip to content

Commit

Permalink
Update bbcodeconvert (#894)
Browse files Browse the repository at this point in the history
for new ilch and forum module version.
  • Loading branch information
blackcoder87 authored Dec 31, 2023
1 parent 461cdff commit 6ee9b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/modules/bbcodeconvert/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Config extends Install
{
public $config = [
'key' => 'bbcodeconvert',
'version' => '1.0.4',
'version' => '1.0.5',
'icon_small' => 'fa-solid fa-arrow-right-arrow-left',
'author' => 'ilch.de',
'link' => 'https://www.ilch.de',
Expand Down
6 changes: 3 additions & 3 deletions application/modules/bbcodeconvert/controllers/admin/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
class Index extends Admin
{
private const supportedModules = [
'contact' => ['2.1.52', '2.1.53', '2.1.54', '2.1.55', '2.1.56'],
'contact' => ['2.1.52', '2.1.53', '2.1.54', '2.1.55', '2.1.56', '2.1.57'],
'events' => ['1.22.0', '1.22.1'],
'forum' => ['1.33.0', '1.34.0', '1.34.1', '1.34.2', '1.34.3', '1.34.4'],
'forum' => ['1.33.0', '1.34.0', '1.34.1', '1.34.2', '1.34.3', '1.34.4', '1.34.5'],
'guestbook' => ['1.13.0', '1.13.1'],
'jobs' => ['1.6.0'],
'kvticket' => ['1.5.0'],
'radiohoerercharts' => ['1.8.0', '1.8.1', '1.8.2'],
'teams' => ['1.23.0', '1.23.1'],
'user' => ['2.1.52', '2.1.53', '2.1.54', '2.1.55', '2.1.56']
'user' => ['2.1.52', '2.1.53', '2.1.54', '2.1.55', '2.1.56', '2.1.57']
];

private const supportedLayouts = [
Expand Down

0 comments on commit 6ee9b4a

Please sign in to comment.