Skip to content

Commit a629646

Browse files
authored
chore: Merge pull request #312 from WebFiori/dev
Release-As: v3.0.0-RC1
2 parents 2c2efde + 57ab046 commit a629646

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WebFiori/Framework/App.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ public static function getRunner() : Runner {
351351
'\\WebFiori\\Framework\\Cli\\Commands\\VersionCommand',
352352

353353
'\\WebFiori\\Framework\\Cli\\Commands\\SchedulerCommand',
354-
'\\WebFiori\\Framework\\Cli\\Commands\\SchedulerRunCommand',
354+
'\\WebFiori\\Framework\\Cli\\Commands\\SchedulerRunCommand',
355355
'\\WebFiori\\Framework\\Cli\\Commands\\SchedulerDaemonCommand',
356356
'\\WebFiori\\Framework\\Cli\\Commands\\AddDbConnectionCommand',
357357
'\\WebFiori\\Framework\\Cli\\Commands\\AddSmtpConnectionCommand',
@@ -431,23 +431,23 @@ public static function initFrameworkVersionInfo() {
431431
*
432432
* @since 2.1
433433
*/
434-
define('WF_VERSION', '3.0.0-RC0');
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', 'Release Candidate');
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', '2026-04-09');
450+
define('WF_RELEASE_DATE', '2026-04-30');
451451
}
452452
/**
453453
* Initiate main components of the application.

0 commit comments

Comments
 (0)