diff --git a/config/release-cycle.php b/config/release-cycle.php index bcc0b612..5b5e3e5a 100644 --- a/config/release-cycle.php +++ b/config/release-cycle.php @@ -5,10 +5,22 @@ '3.x' => [ 'php' => '>=8.0.0' ], - '2.0' => [ + '2.2.x ¹' => [ + 'php' => '>=8.1.0' + ], + '>= 2.0.50' => [ + 'release' => '2024-05-30', + 'enhancements' => '2024-05-30', + 'bugfixes' => '2026-11-23', + 'eol' => '2027-11-23', + 'php' => '>= 7.3, <= 8.4' + ], + '<= 2.0.49.x' => [ 'release' => '2014-10-12', - 'enhancements' => '2018-02-19', - 'php' => '>=5.4.0' + 'enhancements' => '2023-08-29', + 'bugfixes' => '2023-10-31', + 'eol' => '2026-11-23', + 'php' => '>= 5.4, <= 8.3' ], '1.1' => [ 'release' => '2010-01-10', diff --git a/views/site/release-cycle.php b/views/site/release-cycle.php index eca11d34..31f2eaec 100644 --- a/views/site/release-cycle.php +++ b/views/site/release-cycle.php @@ -100,6 +100,7 @@ + ¹ Note: Yii 2.1 was skipped. diff --git a/widgets/VersionCalendar.php b/widgets/VersionCalendar.php index 5b340278..a9aac4d7 100644 --- a/widgets/VersionCalendar.php +++ b/widgets/VersionCalendar.php @@ -17,7 +17,7 @@ class VersionCalendar extends Widget { public $versions = []; - private $marginLeft = 80; + private $marginLeft = 100; private $marginRight = 50; private $headerHeight = 24; private $yearWidth = 120; @@ -96,4 +96,4 @@ public function getBranchSupportState($version) return 'future'; } -} \ No newline at end of file +} diff --git a/widgets/views/versionCalendar.php b/widgets/views/versionCalendar.php index 2bcf43b5..cbe0dde9 100644 --- a/widgets/views/versionCalendar.php +++ b/widgets/views/versionCalendar.php @@ -84,8 +84,8 @@ $version): ?> - - + +