Skip to content

Commit

Permalink
index.html in /preloads
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Mar 8, 2022
2 parents 62b33c9 + c26df21 commit f3b9a68
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
3 changes: 1 addition & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
'/class/registry.php',
'/class/utilities.php',
'/class/util.php',
// '/include/constants.php',
// '/include/functions.php',
'/preloads/index.php',
'/ajaxrating.txt',
],
'oldFolders' => [
Expand Down
7 changes: 5 additions & 2 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<h5>1.12.0 RC 2 [2021-11-26]</h5> Dev: XOOPS 2.5.11, PHP 7.4.26, PHP 8.0.13, PHP 8.1.0
<hr>
- index.html in /preloads (mamba)


<h5>1.12.0 RC 1 [2021-11-26]</h5> Dev: XOOPS 2.5.11, PHP 7.4.26, PHP 8.0.13, PHP 8.1.0
<hr>
- refactor Blocksadmin to a class (mamba)
Expand All @@ -7,7 +12,6 @@
- moved getRenderer() to Utility class (mamba)
- PhpStan changes (mamba)
- fixes for block updates (mamba)
- use of local Helper in /testdata/index.php (mamba)


<h5>1.12.0 Beta 2 [2021-11-26]</h5> Dev: XOOPS 2.5.11, PHP 7.4.26, PHP 8.0.13, PHP 8.1.0
Expand All @@ -29,7 +33,6 @@
- changed XOOPS sample from /news to /publisher (mamba)
- Fix unsing headline_block.tpl from a theme (walkero-gr)


1.11 Final 2016-08-01
=================================
- code cosmetics (mamba)
Expand Down
1 change: 1 addition & 0 deletions preloads/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script>history.go(-1);</script>
3 changes: 0 additions & 3 deletions preloads/index.php

This file was deleted.

4 changes: 2 additions & 2 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

$modversion = [
'version' => '1.12.0',
'module_status' => 'RC 1',
'release_date' => '2021/11/26',
'module_status' => 'RC 2',
'release_date' => ''2022/02/20',
'name' => _MI_XOOPSHEADLINE_NAME,
'description' => _MI_XOOPSHEADLINE_DESC,
'official' => 1, // maintained by XOOPS Module Development Team
Expand Down

0 comments on commit f3b9a68

Please sign in to comment.