Skip to content

Commit

Permalink
Merge pull request #111 from ggoffy/main
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
ggoffy authored Dec 8, 2021
2 parents 5cfabb8 + fcd3b21 commit 86deda4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Most of the templates on user side are fully responsive, but for proper displayi
#### Demo:
Demo (in German) is available on: https://xoops.wedega.com

#### Test:
The module is tested with
* PHP 7.4 and PHP 8.0
* XOOPS 2.5.11 Beta2

#### Tutorial:
Tutorial will coming soon at: [![Tutorial Available](https://xoops.org/images/tutorial-available-blue.svg)](https://xoops.gitbook.io/wgdiaries-tutorial/) Tutorial: see [GitBook](https://xoops.gitbook.io/wgdiaries-tutorial/).
To contribute to the Tutorial, [fork it on GitHub](https://github.com/XoopsDocs/wgdiaries-tutorial)
Expand Down
7 changes: 2 additions & 5 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
* @author wedega - Email:<[email protected]> - Website:<https://xoops.wedega.com>
*/

use XoopsModules\Wgdiaries\{
Helper,
Utility
};
use XoopsModules\Wgdiaries\Helper;

require __DIR__ . '/preloads/autoloader.php';

Expand All @@ -50,7 +47,7 @@
'release_date' => '2021/12/07',
'manual' => 'link to manual file',
'manual_file' => \XOOPS_URL . '/modules/wgdiaries/docs/install.txt',
'min_php' => '7.3',
'min_php' => '7.4',
'min_xoops' => '2.5.11 Beta1',
'min_admin' => '1.2',
'min_db' => ['mysql' => '5.6', 'mysqli' => '5.6'],
Expand Down

0 comments on commit 86deda4

Please sign in to comment.