Changed:
more stability improvements;
Added:
a number of new classes to the developer tools palette;
Added:
an extra db lib to start implementing some of the features that may be ported to the core;
Updated:
JSMin library:
- Does not choke on some regexp literals containing quote characters. E.g. /'/
- Spaces are preserved after some add/sub operators, so they are not mistakenly converted to post-inc/dec. E.g. a + ++b -> a+ ++b
New:
there is now a module API class which extends and overrides th Module Reference class so that only public methods with an @api annotation are exposed.
New:
there is now a Module Reference class to reduce the footprint of the modules when called as an API to the module.
New:
the modules' actions can now be classes on module_data folder in the modules folder;
Changed:
the XTModule class has been split into traits for the most part, still a WIP, but adds flexibility and some more features;
Fixed:
a few more bugs and some more PHP 8.3 compatibility issues;
Fixed:
an issue with the session manager files permissions;
Fixed:
BR#12568;
Updated:
htmLawed to 1.2.15;