v1.0.22 - appinfo/app.php runs on every request + simplified boot()
This commit is contained in:
6
appinfo/app.php
Normal file
6
appinfo/app.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Legacy app entry point - loads on every page
|
||||
*/
|
||||
\OCP\Util::addStyle('minimalprofile', 'minimalprofile');
|
||||
file_put_contents('/tmp/mp_init.log', date('Y-m-d H:i:s') . ' loaded' . "\n", FILE_APPEND);
|
||||
@@ -4,7 +4,7 @@
|
||||
<name>Minimal Profile</name>
|
||||
<summary>Hides profile fields to create a minimal user profile</summary>
|
||||
<description>Allows administrators to hide profile fields like pronouns, social links, etc.</description>
|
||||
<version>1.0.21</version>
|
||||
<version>1.0.22</version>
|
||||
<licence>AGPL</licence>
|
||||
<author>Your Name</author>
|
||||
<namespace>MinimalProfile</namespace>
|
||||
|
||||
Reference in New Issue
Block a user