Skip to content

WebFiori Framework v1.1.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@usernane usernane released this 29 Jun 22:39

New Features:

Core

  • New class added: UploadFile. This class is used by the class Uploader to use it instead of returning associative arrays.
  • Refactored the class File and deprecated two methods and added two new.
  • Router now detects API routes for classes which are children of the class WebServicesSet.
  • Added a way to only use one connection for all controllers if the connection already exist.

Standard Libraries

  • Updated the library RESTEasy to the latest release.

Fixes:

  • Many fixes to the class SessionManager.
  • Fixed small bug in the class ServerErrView

Other changes:

  • The framework will now auto-load any files that are created in the top level folder app

Installation

To install the new release using composer, use the following command:
php composer.phar require "webfiori/framework:1.1.0-beta-2"