Skip to content

Commit

Permalink
23 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Apr 14, 2019
1 parent 304e341 commit 7fde149
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions docs/changelog.txt
@@ -1,3 +1,47 @@
<h5>2.3 RC1 [2019-04-13]</h5> Dev: XOOPS 2.5.10, PHP 7.3.4
<hr>
- namespaces (mamba)
- class autoloading (mamba)
- Fix xoopsSecurity token check (geekwright)
- Permission name too long (geekwright)
- Fix helper name (geekwright)
- Establish access to global $xoopsUser (geekwright)
- Remove failing include of classifiedstree.php (geekwright)
- Kill logger in rss feed (geekwright)
- Correct invalid array syntax (geekwright)
- Require /header.php (geekwright)
- cleanup (mamba)

<h5>2.3 Beta 1 [WORK IN PROGRESS - NOT RELEASED]</h5>
<hr>

- XOOPS 2.5.9, PHP 7 (mamba)
- removed @version (mamba)
- PSR-2 code cosmetics (mamba)
- addNavigation(basename(__FILE__)) (mamba)
- dirname(__FILE__) to __DIR__ (mamba)
- replaced < br /> with < br > (mamba)
- Unnecessary double quotes (mamba)
- reference mismatch (mamba)
- Hardening to type safe (mamba)
- update Help, .html to .tpl (mamba)
- changed _handler to Handler (mamba)
- removed '/' from void HTML elements (&lt;br&gt;, &lt;img&gt;, etc) (mamba)
- HTML 5: removed 'selected' and 'checked' (mamba)
- updated file headers for consistency (mamba)
- renamed several $indexAdmin with $adminObject for consistency (mamba)
- Updates for PayPal changes (zyspec)
- added Contributing.md (mamba)
- moved functions to Utility class (mamba)
- include_once to require_once (mamba)
- php-cs-fixer updates (mamba)
- short array syntax (mamba)
- Yoda notation (mamba)
- started conversion to XMF (mamba)
&nbsp;&nbsp;- updated addInfoBoxLine entries (mamba)
&nbsp;&nbsp;- displayNavigation(basename(__FILE__)) (mamba)
&nbsp;&nbsp;- changed to ->displayButton('left') (mamba)

<h5>2.2 RC 2 [2017-07-20]</h5>
<hr>

Expand Down
4 changes: 2 additions & 2 deletions xoops_version.php
Expand Up @@ -46,8 +46,8 @@
$adslight_sql = 'sql/english/mysql.sql';
}

$modversion['version'] = '2.2';
$modversion['module_status'] = 'RC 3';
$modversion['version'] = '2.3';
$modversion['module_status'] = 'RC 1';
$modversion['release_date'] = '2019/04/13';
$modversion['name'] = _MI_ADSLIGHT_NAME;
$modversion['description'] = _MI_ADSLIGHT_DESC;
Expand Down

0 comments on commit 7fde149

Please sign in to comment.