Skip to content

WebFiori Framework v1.0.9 Stable

Compare
Choose a tag to compare
@usernane usernane released this 10 Mar 17:25

New Features:

Core

  • Added support for showing full output when forcing CRON job to execute.
  • Added a way to collect CRON log messages and output them.
  • Added a way to check if CRON job is forced to execute or not.
  • New CLI command is added: --force-cron <job-name> <cron-pass>.
  • Added new method to the class Page: public static function beforeRender(callback $callable).

Standard Libraries

  • Creation of entity class based on table structure is now support.
  • Now it is possible to map query result to an entity class.
  • Support for no-value HTML attributes is added.

Fixes:

  • Updated standard libraries with all latest fixes.
  • Fixed a bug in the class WebFiori which caused incorrect output when an exception is thrown in case of API call.
  • Fixed a bug in setting execution time of CRON job.

Other changes: