Skip to content

Commit 528658c

Browse files
committed
chore: update README.md and mmlc_installer.php for modified 3.1.2
1 parent b1f4c7a commit 528658c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Folge der Installationsanleitung auf [module-loader.de](https://module-loader.de
2323

2424
## Requirements
2525
- PHP 7.4 or above
26-
- modified 2.0.6.0 to 3.0.2
26+
- modified 2.0.6.0 to 3.1.2
2727

2828
## Authors
2929
- Robin Wieschendorf | <[email protected]> | [robinwieschendorf.de](https://robinwieschendorf.de)

mmlc_installer.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ini_set('display_errors', 1);
1616
error_reporting(E_ALL & ~E_NOTICE);
1717

18-
define('VERSION', '0.9.0');
18+
define('VERSION', '0.11.0');
1919

2020
class Installer
2121
{
@@ -34,7 +34,10 @@ class Installer
3434
"2.0.7.2",
3535
"3.0.0",
3636
"3.0.1",
37-
"3.0.2"
37+
"3.0.2",
38+
"3.1.0",
39+
"3.1.1",
40+
"3.1.2"
3841
];
3942

4043
public function invoke()

0 commit comments

Comments
 (0)