Skip to content

Releases: WebFiori/framework

WebFiori Framework v1.0.7 Stable

04 Dec 23:36
Compare
Choose a tag to compare

Change Log:

  • Improved the method 'print_r' of the class 'Util'.
  • Updated phpStructs library.
  • Improved the class 'Page'.
  • Improved the class 'AutoLoader' and fixed small bug on it.
  • Added a method to get variable value in the class 'Router'.
  • More tests have been added.

WebFiori Framework v1.0.6 Stable

23 Nov 22:51
Compare
Choose a tag to compare
  • Fixed and updated phMySQL library.
  • Updated phpStructs library.
  • Updated restEasy library.
  • Added more security and features to CRON sub-system.
  • A lot of refactoring.

WebFiori Framework v1.0.5 Stable

01 Nov 23:43
Compare
Choose a tag to compare
  • Fixes and updates to CRON system.
  • Refactored many things.

WebFiori Framework v1.0.4 Stable

25 Sep 23:58
Compare
Choose a tag to compare
  • Improved CRON system.
  • Fixed a bug in sessions manager.
  • Updated phMysql Library.

WebFiori Framework v1.0.3 Stable

15 Sep 18:18
Compare
Choose a tag to compare
  • Fix to critical bug in the class "Functions".
  • Fix small issue with auto generated sitemap.
  • Fix small issue with CRON tasks view.

WebFiori Framework v1.0.2 Stable

10 Sep 17:24
Compare
Choose a tag to compare
  • Updated core libraries.
  • Added support for SSL/TLS in SocketMailer. Now can send emails through secure channels.
  • Added support for making route URL case sensitive or case insensitive.
  • Now class 'Functions' can collect multiple data sets which are fetched from MySQL database and loop through them.
  • Improved the method 'Util::print_r()' to show messages as floating box.
  • Improved error handling.
  • Improved CRON sub-system

WebFiori Framework v1.0.2 Beta 1

24 Jul 23:33
Compare
Choose a tag to compare
Pre-release
  • Implemented better way to handle and display PHP warnings.

WebFiori Framework v1.0.1 Stable

16 Jul 19:32
a453135
Compare
Choose a tag to compare
  • Fixed many small bugs.
  • Updated core libraries.
  • Added basic support for running the framework through CLI.
  • Added support for namespaces in themes.
  • Improved error handling.
  • Overall, speed has improved after removing many unnecessary calls.
  • Added more short hand methods for creating CRON jobs.
  • Created a view to show scheduled tasks and when they will get executed.

WebFiori Framework v1.0.0 Stable

10 Mar 14:22
Compare
Choose a tag to compare
Update EmailMessage.php

Version 1.0.0 Beta 2

08 Jan 14:38
Compare
Choose a tag to compare
Version 1.0.0 Beta 2 Pre-release
Pre-release
  • Updated all system libraries to the latest versions.
  • Added files to initialize cron jobs and privileges instead of going inside the class WebFiori.
  • Moved configuration files to stand alone namespace.
  • Fixed some issues in mailing system.
  • Error messages now display better in web interface and web APIs.
  • Updated session management. Now system does not have to use sessions. Developer can enable them manually.
  • Moved themes to be in top directory.
  • Many small bugs has been fixed.
  • Refactored many classes and method.