File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
namespace app \middleware ;
3
3
4
4
use webfiori \framework \middleware \AbstractMiddleware ;
5
- use webfiori \framework \session \SessionsManager ;
6
5
use webfiori \http \Request ;
7
6
use webfiori \http \Response ;
8
7
/**
Original file line number Diff line number Diff line change 21
21
"webfiori/http" :" v3.3.11" ,
22
22
"webfiori/file" :" v1.3.6" ,
23
23
"webfiori/jsonx" :" v3.3.0" ,
24
- "webfiori/ui" :" v2.6.1 " ,
24
+ "webfiori/ui" :" v2.6.3 " ,
25
25
"webfiori/collections" :" v1.1.4" ,
26
26
"webfiori/database" :" v0.8.10" ,
27
27
"webfiori/cli" :" v1.2.2" ,
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ private function initFrameworkVersionInfo() {
543
543
*
544
544
* @since 2.1
545
545
*/
546
- define ('WF_VERSION ' , '3.0.0-Beta.8 ' );
546
+ define ('WF_VERSION ' , '3.0.0-Beta.9 ' );
547
547
/**
548
548
* A constant that tells the type of framework version.
549
549
*
@@ -559,7 +559,7 @@ private function initFrameworkVersionInfo() {
559
559
*
560
560
* @since 2.1
561
561
*/
562
- define ('WF_RELEASE_DATE ' , '2024-05-20 ' );
562
+ define ('WF_RELEASE_DATE ' , '2024-07-09 ' );
563
563
}
564
564
565
565
/**
You can’t perform that action at this time.
0 commit comments