Skip to content

Commit a9d4117

Browse files
author
Ibrahim BinAlshikh
committed
chore: bump version to v3.0.0-RC1 (2026-04-30)
1 parent 854a64b commit a9d4117

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WebFiori/Framework/App.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,23 +431,23 @@ public static function initFrameworkVersionInfo() {
431431
*
432432
* @since 2.1
433433
*/
434-
define('WF_VERSION', '3.0.0-beta.31');
434+
define('WF_VERSION', '3.0.0-RC1');
435435
/**
436436
* A constant that tells the type of framework version.
437437
*
438438
* The constant can have values such as 'Alpha', 'Beta' or 'Stable'.
439439
*
440440
* @since 2.1
441441
*/
442-
define('WF_VERSION_TYPE', 'Beta');
442+
define('WF_VERSION_TYPE', 'RC');
443443
/**
444444
* The date at which the framework version was released.
445445
*
446446
* The value of the constant will be a string in the format YYYY-MM-DD.
447447
*
448448
* @since 2.1
449449
*/
450-
define('WF_RELEASE_DATE', '2025-10-28');
450+
define('WF_RELEASE_DATE', '2026-04-30');
451451
}
452452
/**
453453
* Initiate main components of the application.

0 commit comments

Comments
 (0)