Skip to content

Commit

Permalink
bbcodeconvert: update for ilch 2.2.1 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 authored Jun 19, 2024
1 parent dacdc21 commit 4a3483e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -13,7 +13,7 @@ class Config extends Install
{
public $config = [
'key' => 'bbcodeconvert',
'version' => '1.1.0',
'version' => '1.1.1',
'icon_small' => 'fa-solid fa-arrow-right-arrow-left',
'author' => 'ilch.de',
'link' => 'https://www.ilch.de',
Expand Down
4 changes: 2 additions & 2 deletions application/modules/bbcodeconvert/controllers/admin/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
class Index extends Admin
{
private const supportedModules = [
'contact' => ['2.1.52', '2.1.53', '2.1.54', '2.1.55', '2.1.56', '2.1.57', '2.1.58', '2.1.59', '2.1.60', '2.2.0'],
'contact' => ['2.1.52', '2.1.53', '2.1.54', '2.1.55', '2.1.56', '2.1.57', '2.1.58', '2.1.59', '2.1.60', '2.2.0', '2.2.1'],
'events' => ['1.22.0', '1.22.1', '1.22.2', '1.23.0'],
'forum' => ['1.33.0', '1.34.0', '1.34.1', '1.34.2', '1.34.3', '1.34.4', '1.34.5', '1.34.6', '1.34.7', '1.35.0'],
'guestbook' => ['1.13.0', '1.13.1', '1.14.0'],
'jobs' => ['1.6.0', '1.7.0'],
'kvticket' => ['1.5.0', '1.6.0'],
'radiohoerercharts' => ['1.8.0', '1.8.1', '1.8.2', '1.9.0'],
'teams' => ['1.23.0', '1.23.1', '1.24.0'],
'user' => ['2.1.52', '2.1.53', '2.1.54', '2.1.55', '2.1.56', '2.1.57', '2.1.58', '2.1.59', '2.1.60', '2.2.0']
'user' => ['2.1.52', '2.1.53', '2.1.54', '2.1.55', '2.1.56', '2.1.57', '2.1.58', '2.1.59', '2.1.60', '2.2.0', '2.2.1']
];

private const supportedLayouts = [
Expand Down

0 comments on commit 4a3483e

Please sign in to comment.