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 832c546 commit 3662b7dCopy full SHA for 3662b7d
webfiori/framework/WebFioriApp.php
@@ -134,7 +134,7 @@ private function __construct() {
134
*
135
* @since 2.1
136
*/
137
- define('WF_VERSION', '2.3.3');
+ define('WF_VERSION', '2.3.4');
138
/**
139
* A constant that tells the type of framework version.
140
@@ -150,7 +150,7 @@ private function __construct() {
150
151
152
153
- define('WF_RELEASE_DATE', '2021-10-03');
+ define('WF_RELEASE_DATE', '2021-10-05');
154
155
* Change encoding of mb_ functions to UTF-8
156
0 commit comments