- added not found page

- Fixed admin menu in regular license
- allow_homepage default setting in regular license
- frontend build
This commit is contained in:
Peter Papp
2021-03-21 11:16:36 +01:00
parent db57bde4fc
commit a90311593b
6 changed files with 30 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
return [
'version' => '1.8.2.2',
'version' => '1.8.2.3',
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
'chunk_size' => env('CHUNK_SIZE', '128'),