Skip to content

Commit 72ad4dc

Browse files
authored
Merge pull request #227 from WebFiori/dev
chore: Update composer.json + Updated Framework Version
2 parents 1b28fd6 + a9e9ecd commit 72ad4dc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/middleware/CoolMiddleware.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
namespace app\middleware;
33

44
use webfiori\framework\middleware\AbstractMiddleware;
5-
use webfiori\framework\session\SessionsManager;
65
use webfiori\http\Request;
76
use webfiori\http\Response;
87
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"webfiori/http":"v3.3.11",
2222
"webfiori/file":"v1.3.6",
2323
"webfiori/jsonx":"v3.3.0",
24-
"webfiori/ui":"v2.6.1",
24+
"webfiori/ui":"v2.6.3",
2525
"webfiori/collections":"v1.1.4",
2626
"webfiori/database":"v0.8.10",
2727
"webfiori/cli":"v1.2.2",

webfiori/framework/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ private function initFrameworkVersionInfo() {
543543
*
544544
* @since 2.1
545545
*/
546-
define('WF_VERSION', '3.0.0-Beta.8');
546+
define('WF_VERSION', '3.0.0-Beta.9');
547547
/**
548548
* A constant that tells the type of framework version.
549549
*
@@ -559,7 +559,7 @@ private function initFrameworkVersionInfo() {
559559
*
560560
* @since 2.1
561561
*/
562-
define('WF_RELEASE_DATE', '2024-05-20');
562+
define('WF_RELEASE_DATE', '2024-07-09');
563563
}
564564

565565
/**

0 commit comments

Comments
 (0)