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 e31e143 commit c654467Copy full SHA for c654467
webfiori/framework/WebFioriApp.php
@@ -492,7 +492,7 @@ private function _initVersionInfo() {
492
*
493
* @since 2.1
494
*/
495
- define('WF_VERSION', '2.4.4');
+ define('WF_VERSION', '2.4.5');
496
/**
497
* A constant that tells the type of framework version.
498
@@ -508,7 +508,7 @@ private function _initVersionInfo() {
508
509
510
511
- define('WF_RELEASE_DATE', '2021-12-12');
+ define('WF_RELEASE_DATE', '2022-01-03');
512
}
513
private function _loadConstants() {
514
if (!class_exists(APP_DIR_NAME.'\ini\GlobalConstants')) {
0 commit comments