Releases: damanic/ls1-module-core
Releases · damanic/ls1-module-core
1.13.16
Update checks will no longer hang when the ls1 update/licence service is unresponsive.
- If ls1 update/licence service is not immediately responsive, the service is quickly ignored.
- You can skip LS server checks entirely by adding
$CONFIG['FREEZE_LS_UPDATES'] = true;
to your config.php file
1.13.15
Prevents backend login/actions from being blocked when the LS1 update/licence server is unresponsive.
Also:
- Faster licence server checks
- Allow custom css classes on dropdowns.
- $this->add_form_field()->renderAs(frm_dropdown)->cssClassName('custom')
1.13.13
Minor framework update for list behavior
1.13.12
Support system settings display by user permission not just admin status.
See function: listSettingsItemsPermissible()
1.13.11
Fixes version.dat conflict in previous framework update
1.13.10
Minor framework update for form file uploader
1.13.9
Cron Jobs can be can be set to rejoin back of the que when task fails (returns false)
1.13.8
Fixes mootools error: missing JSON.stringify|parse
1.13.7
Added new fire event type 'update_result', behaves similar to type 'filter' (see: Phpr_Events::fire_event())
1.13.6
#1.13.6 Fire event added to execute_crontabs() core:on_execute_cron_exception