From 2bd0d7a346b1ffd7ffcf66b3a9c4af2d3b742a04 Mon Sep 17 00:00:00 2001 From: dconco Date: Wed, 3 Jan 2024 18:23:58 +0100 Subject: [PATCH] Updated to version 1.2.1 pre-release - Fix Error and Bugs in `slides_include()` - Make `` slides php tag to be more effective. - `@view` in the slides php tag are now `deprecated` at version 1.2.1 pre-release and latest. - Make all the `` elements be more effective - All ` elements will be replaced with `slides_include()` - Added Short Icon - Updated Short Icon url in `Header.php` - Arrange styles in `App.css` to `Header.php` - Now auto generating `bin` folder with the files in `App` directory. - Can now define a constant in `web.php` and use it in `api.php` which is available from version 1.2.1 and upcoming latest versions. - From version 1.2.1 can no longer use the same class namespace for routes and api. - Make `ApiController.php` to accept `integer` as it's method parameter and `string` types are now `deprecated`. - `ApiController.php` method parameter now accepts interger constant. --- .env | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.env b/.env index f3367d2..7016154 100644 --- a/.env +++ b/.env @@ -6,6 +6,4 @@ APP_SERVER = 'localhost' DB_USER = 'root' DB_PASS = 'root' DB_HOST = 'localhost' -DB_BASE = 'php_slides' - -## MAILER INFO \ No newline at end of file +DB_BASE = 'php_slides' \ No newline at end of file