File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.0.2 (Unreleased)
5
+ ----------------------
6
+ - Enh #5 : Add ` requirements.php `
7
+
4
8
1.0.1 (April 19, 2021)
5
9
----------------------
6
10
- Fix #1 : Rename Module ID Script misses translation codes
Original file line number Diff line number Diff line change 4
4
"description" : " A very basic module example" ,
5
5
"keywords" : [
6
6
],
7
- "version" : " 1.0.1 " ,
7
+ "version" : " 1.0.2 " ,
8
8
"humhub" : {
9
9
"minVersion" : " 1.2"
10
10
},
11
11
"screenshots" : [" resources/screen1.jpg" ]
12
- }
12
+ }
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ if (!Yii::$ app ->urlManager ->enablePrettyUrl ) {
4
+ return 'Please enable URL Rewriting: https://docs.humhub.org/docs/admin/installation/#pretty-urls ' ;
5
+ }
6
+
7
+ return null ;
You can’t perform that action at this time.
0 commit comments