Releases: WebFiori/framework
v3.0.0-RC2
v3.0.0-RC1
What's Changed
- CRON Web UI Improvments by @usernane in #154
- Multiple Fixes and Updated by @usernane in #155
- Added Support for Setting Before-Render Callback Priority by @usernane in #156
- Updates by @usernane in #157
- Move AppConfig to New Folder + Renamed Class GlobalConstant to Env by @usernane in #159
- Code Quality Improvments by @usernane in #160
- Quality Improvments by @usernane in #161
- Improvments by @usernane in #162
- Update WebFioriApp.php by @usernane in #163
Full Changelog: v3.0.0-RC0...v3.0.0-RC1
v3.0.0-RC0
What's Changed
- CLI Refactoring and Improvments by @usernane in #131
- Update UpdateTableCommand by @usernane in #132
- Add Support for Testing CLI Commands + Create/Update Table Commands Refactoring + Support for File Input/Output Streams by @usernane in #133
- Added Support for Array Input and Output Stream by @usernane in #134
- Adding Test Cases for CLI Commands by @usernane in #135
- Updated workflows: Make Minimum Supported PHP Version to Be 7.0 by @usernane in #136
- Updated How Middleware Works by Adding Request & Response Parameters by @usernane in #137
- Updated Tests for the Class
File
by @usernane in #138 - Removed the Use of the Deprecated Constant
FILTER_SANITIZE_STRING
by @usernane in #139 - Updated Class
Theme
to Use Datatypes Hints by @usernane in #140 - Fixed the Command Create Middleware to Use New Style by @usernane in #141
- Added Type Hints to Privileges and Privileges Groups by @usernane in #142
- Added Types Declaration to Methods of the Class
WebPage
by @usernane in #143 - Many Updates by @usernane in #144
- CLI Improvments by @usernane in #145
- Extra Tests by @usernane in #146
- Quality Improvments by @usernane in #147
- Quality Improvments by @usernane in #148
- Quality Improvments by @usernane in #149
- Quality Improvments by @usernane in #150
- Cron Improvments by @usernane in #151
- Quality Improvements + Added Support for New Command by @usernane in #152
Full Changelog: v2.4.7...v3.0.0-RC0
v2.4.7
What's Changed
Full Changelog: v2.4.6...v2.4.7
Installation
Using Composer
To install the latest release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/app" <project-folder>
Replace <project-folder>
with the name of the folder that will hold your project.
Using Attached File
Optionally, you can download the file webfiori-v2.4.7-stable.zip
which is part of this release if you don't want to use composer in installation. Once downloaded, extract the content of the file in your project folder and run the command php composer install
.
Running Using PHP's Built-in Server
To run the project, open command line interface and navigate to <project-folder>
. While inside the folder, run the following command:
path/to/php -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .
Wondering what is WebFiori Framework? Check following link for more information: https://webfiori.com/learn/introduction
Learning Resources
If you are new to the framework and would like to learn how to use it, you can check at https://webfiori.com/learn .
Version 2.4.6 Stable
What's Changed
Full Changelog: v2.4.5...v2.4.6
Installation
Using Composer
To install the latest release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/app" <project-folder>
Replace <project-folder>
with the name of the folder that will hold your project.
Using Attached File
Optionally, you can download the file webfiori-v2.4.6-stable.zip
which is part of this release if you don't want to use composer in installation. Once downloaded, extract the content of the file in your project folder and run the command php composer install
.
Running Using PHP's Built-in Server
To run the project, open command line interface and navigate to <project-folder>
. While inside the folder, run the following command:
path/to/php -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .
Wondering what is WebFiori Framework? Check following link for more information: https://webfiori.com/learn/introduction
Learning Resources
If you are new to the framework and would like to learn how to use it, you can check at https://webfiori.com/learn .
What's Changed
Full Changelog: v2.4.5...v2.4.6
Version 2.4.5 Stable
What's Changed
- Rename Class
ViewRoutes
toPagesRoutes
andAPIRoutes
toAPIsRoutes
by @usernane in #109 - Fix to Bug #110 + Refactoring Tests by @usernane in #111
- Fix: Router Loads Resource Twice If Class Name is Used by @usernane in #113
Full Changelog: v2.4.4...v2.4.5
Installation
Using Composer
To install the latest release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/app" <project-folder>
Replace <project-folder>
with the name of the folder that will hold your project.
Using Attached File
Optionally, you can download the file webfiori-v2.4.5-stable.zip
which is part of this release if you don't want to use composer in installation. Once downloaded, extract the content of the file in your project folder.
Running Using PHP's Built-in Server
To run the project, open command line interface and navigate to <project-folder>
. While inside the folder, run the following command:
path/to/php -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .
Wondering what is WebFiori Framework? Check following link for more information: https://webfiori.com/learn/introduction
Learning Resources
If you are new to the framework and would like to learn how to use it, you can check at https://webfiori.com/learn .
Version 2.4.4 Stable
What's Changed
- Enhanced Method
File::getExtension()
by @usernane in #106 - Added Support for Before Send Callback on The Class
EmailMessage
by @usernane in #107 - Added Ability to Add Extra Attributes to Entity on Table Create by @usernane in #108
Full Changelog: v2.4.3...v2.4.4
Installation
Using Composer
To install the latest release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/app" <project-folder>
Replace <project-folder>
with the name of the folder that will hold your project.
Using Attached File
Optionally, you can download the file webfiori-v2.4.4-stable.zip
which is part of this release if you don't want to use composer in installation. Once downloaded, extract the content of the file in your project folder.
Running Using PHP's Built-in Server
To run the project, open command line interface and navigate to <project-folder>
. While inside the folder, run the following command:
path/to/php -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .
Wondering what is WebFiori Framework? Check following link for more information: https://webfiori.com/learn/introduction
Learning Resources
If you are new to the framework and would like to learn how to use it, you can check at https://webfiori.com/learn .
Version 2.4.3 Stable
Full Changelog: v2.4.2...v2.4.3
Installation
Using Composer
To install the latest release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/app" <project-folder>
Replace <project-folder>
with the name of the folder that will hold your project.
Using Attached File
Optionally, you can download the file webfiori-v2.4.3-stable.zip
which is part of this release if you don't want to use composer in installation. Once downloaded, extract the content of the file in your project folder.
Running Using PHP's Built-in Server
To run the project, open command line interface and navigate to <project-folder>
. While inside the folder, run the following command:
path/to/php -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .
Wondering what is WebFiori Framework? Check following link for more information: https://webfiori.com/learn/introduction
Learning Resources
If you are new to the framework and would like to learn how to use it, you can check at https://webfiori.com/learn .
Version 2.4.2 Stable
What's Changed
- Dev by @usernane in #95
- Update SMTPAccount.php by @usernane in #99
- Fix to Running Queries on Tables by @usernane in #100
- Improvements to Class
File
+ Add SMTP Command + Run Query Command + SMTP Server by @usernane in #101
Full Changelog: v2.4.1...v2.4.2
Installation
Using Composer
To install the latest release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/app" <project-folder>
Replace <project-folder>
with the name of the folder that will hold your project.
Using Attached File
Optionally, you can download the file webfiori-v2.4.2-stable.zip
which is part of this release if you don't want to use composer in installation. Once downloaded, extract the content of the file in your project folder.
Running Using PHP's Built-in Server
To run the project, open command line interface and navigate to <project-folder>
. While inside the folder, run the following command:
path/to/php -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .
Wondering what is WebFiori Framework? Check following link for more information: https://webfiori.com/learn/introduction
Learning Resources
If you are new to the framework and would like to learn how to use it, you can check at https://webfiori.com/learn .
Version 2.4.1 Stable
What's Changed
Full Changelog: v2.4.0...v2.4.1
Installation
Using Composer
To install the latest release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/app" <project-folder>
Replace <project-folder>
with the name of the folder that will hold your project.
Using Attached File
Optionally, you can download the file webfiori-v2.4.1-stable.zip
which is part of this release if you don't want to use composer in installation. Once downloaded, extract the content of the file in your project folder.
Running Using PHP's Built-in Server
To run the project, open command line interface and navigate to <project-folder>
. While inside the folder, run the following command:
path/to/php -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .
Wondering what is WebFiori Framework? Check following link for more information: https://webfiori.com/learn/introduction
Learning Resources
If you are new to the framework and would like to learn how to use it, you can check at https://webfiori.com/learn .