Skip to content

Releases: damanic/ls1-module-core

1.13.16

16 Oct 05:52
Compare
Choose a tag to compare

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

16 Oct 04:24
Compare
Choose a tag to compare

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

20 Aug 03:38
Compare
Choose a tag to compare

Minor framework update for list behavior

1.13.12

02 Aug 06:57
Compare
Choose a tag to compare

Support system settings display by user permission not just admin status.

See function: listSettingsItemsPermissible()

1.13.11

17 Jul 08:39
Compare
Choose a tag to compare

Fixes version.dat conflict in previous framework update

1.13.10

12 Jul 10:24
Compare
Choose a tag to compare

Minor framework update for form file uploader

1.13.9

10 Apr 08:50
Compare
Choose a tag to compare

Cron Jobs can be can be set to rejoin back of the que when task fails (returns false)

1.13.8

17 Nov 01:51
Compare
Choose a tag to compare

Fixes mootools error: missing JSON.stringify|parse

1.13.7

17 May 12:49
Compare
Choose a tag to compare

Added new fire event type 'update_result', behaves similar to type 'filter' (see: Phpr_Events::fire_event())

1.13.6

16 Feb 14:23
Compare
Choose a tag to compare

#1.13.6 Fire event added to execute_crontabs() core:on_execute_cron_exception