WebFiori Framework v1.1.0 Beta 2
Pre-release
Pre-release
New Features:
Core
- New class added:
UploadFile
. This class is used by the classUploader
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"