diff --git a/config/config.php b/config/config.php index 25655ed..9edbf39 100644 --- a/config/config.php +++ b/config/config.php @@ -67,8 +67,7 @@ '/class/registry.php', '/class/utilities.php', '/class/util.php', - // '/include/constants.php', - // '/include/functions.php', + '/preloads/index.php', '/ajaxrating.txt', ], 'oldFolders' => [ diff --git a/docs/changelog.txt b/docs/changelog.txt index c98c09b..4b83a84 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,4 +1,4 @@ -
2.1.0 beta.2 [NOT RELEASED]
Dev: XOOPS 2.5.11, PHP 7.4.25, PHP 8.12, PHP 8.1.0 Beta 5 +
2.1.0 beta.2 [2022-02-20]
Dev: XOOPS 2.5.11, PHP 7.4.27, PHP 8.0.16
- PHP 8 Smarty defaults (mamba) - Fully qualified name replaced with import (mamba) @@ -20,6 +20,7 @@ - add credits for Goffy (mamba) - add xbootstrap templates to /extra (mamba) - changed styling for Categories in Preferences (mamba) +- index.html in /preloads (mamba)
2.01 Beta 1 [2021-08-08]
Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.08 diff --git a/preloads/index.html b/preloads/index.html new file mode 100644 index 0000000..990cbd6 --- /dev/null +++ b/preloads/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/preloads/index.php b/preloads/index.php deleted file mode 100644 index 2ea9b7d..0000000 --- a/preloads/index.php +++ /dev/null @@ -1,3 +0,0 @@ - _MI_TDMDOWNLOADS_NAME, 'version' => '2.1.0', 'module_status' => 'Beta 1', - 'release_date' => '2021/08/08', + 'release_date' => '2022/02/20', 'description' => _MI_TDMDOWNLOADS_DESC, 'credits' => 'Mage, Mamba, Goffy, Heyula', 'author' => 'Mage',