From de8a298715c247810a06814e8eb180fe075bfb36 Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Wed, 1 Oct 2025 12:37:19 +0000 Subject: [PATCH 1/4] Merge pull request #2319 from hydephp/feat/upgrade-guide [2.x] Add upgrade guide https://github.com/hydephp/develop/commit/11a4bb12e7052624a2560af5a2747683d2fafc57 --- config/docs.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/docs.php b/config/docs.php index 9650b1f0..eedd77e8 100644 --- a/config/docs.php +++ b/config/docs.php @@ -56,6 +56,20 @@ 'getting-started', ], + /* + |-------------------------------------------------------------------------- + | Sidebar Labels + |-------------------------------------------------------------------------- + | + | Define custom labels for sidebar items. The array key should be the + | page identifier, and the value should be the display label. + | + */ + + 'labels' => [ + \Hyde\Pages\DocumentationPage::homeRouteName() => 'Docs', + ], + /* |-------------------------------------------------------------------------- | Table of Contents Settings From 7b250d8f72e153880253a6baad80b68d77b57705 Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Wed, 1 Oct 2025 13:25:27 +0000 Subject: [PATCH 2/4] HydePHP v2.0 https://github.com/hydephp/develop/commit/a1544e9bb91636d0bb83c89bb092665821f5cc6a --- src/Foundation/HydeKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/HydeKernel.php b/src/Foundation/HydeKernel.php index 992ad488..708512c4 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -50,7 +50,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '2.0.0-RC.4'; + final public const VERSION = '2.0.0'; protected static self $instance; From 60296b50148dcb560362b394c4d2d395214a3840 Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Wed, 1 Oct 2025 13:26:36 +0000 Subject: [PATCH 3/4] Revert direct push This reverts commit a1544e9bb91636d0bb83c89bb092665821f5cc6a. https://github.com/hydephp/develop/commit/2012dedc78e9577864c643e126d72353525be55e --- src/Foundation/HydeKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/HydeKernel.php b/src/Foundation/HydeKernel.php index 708512c4..992ad488 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -50,7 +50,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '2.0.0'; + final public const VERSION = '2.0.0-RC.4'; protected static self $instance; From a9dcff99a98723a4b4c3ad746e0180bd5a08097a Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Wed, 1 Oct 2025 13:30:37 +0000 Subject: [PATCH 4/4] Merge pull request #2322 from hydephp/hydephp-v2 HydePHP v2.0.0 - 2025-10-01 https://github.com/hydephp/develop/commit/0df4fc8df4bbf1817352a5ba662c9b9e687df673 --- src/Foundation/HydeKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/HydeKernel.php b/src/Foundation/HydeKernel.php index 992ad488..708512c4 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -50,7 +50,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '2.0.0-RC.4'; + final public const VERSION = '2.0.0'; protected static self $instance;