diff --git a/packages/framework/src/Foundation/HydeKernel.php b/packages/framework/src/Foundation/HydeKernel.php index f0e254f69de..c15f68b25f4 100644 --- a/packages/framework/src/Foundation/HydeKernel.php +++ b/packages/framework/src/Foundation/HydeKernel.php @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '1.3.2'; + final public const VERSION = '1.3.3'; protected static self $instance; diff --git a/packages/framework/src/Pages/DocumentationPage.php b/packages/framework/src/Pages/DocumentationPage.php index 2dd04b03394..c9df40fe15c 100644 --- a/packages/framework/src/Pages/DocumentationPage.php +++ b/packages/framework/src/Pages/DocumentationPage.php @@ -36,7 +36,7 @@ public static function home(): ?Route public static function homeRouteName(): string { - return static::baseRouteKey().'/index'; + return unslash(static::baseRouteKey().'/index'); } /** @see https://hydephp.com/docs/1.x/documentation-pages#automatic-edit-page-button */ diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d62abeff551..8c00f35aa20 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,13 @@ - + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"> ./packages/hyde/tests @@ -25,13 +25,14 @@ ./packages/realtime-compiler/tests - + + + + + ./packages/framework/src ./packages/publications/src - - - - +