We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d56952 commit c2bac79Copy full SHA for c2bac79
1 file changed
WebFiori/Framework/App.php
@@ -642,7 +642,7 @@ public static function initFrameworkVersionInfo() {
642
*
643
* @since 2.1
644
*/
645
- define('WF_VERSION', '3.0.0-Beta.28');
+ define('WF_VERSION', '3.0.0-Beta.29');
646
/**
647
* A constant that tells the type of framework version.
648
@@ -658,7 +658,7 @@ public static function initFrameworkVersionInfo() {
658
659
660
661
- define('WF_RELEASE_DATE', '2025-08-04');
+ define('WF_RELEASE_DATE', '2025-10-09');
662
}
663
664
0 commit comments