From 7cbf1636e6860bdc3565c6f44b87223aef23e304 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Oct 2023 18:05:59 +0000 Subject: [PATCH 1/3] Merge pull request #1423 from hydephp/update-framework-readme-contribution-section Update Framework readme contribution section to match the Hyde package https://github.com/hydephp/develop/commit/82711dfd6663597d9bf919e47bfb04b6d0755d8a --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59102884..815776ae 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re ### Contributing -Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details. +HydePHP is an open-source project, contributions are very welcome! + +Development is made in the HydePHP Monorepo, which you can find here https://github.com/hydephp/develop. ### Security From 4085695817eead391b52eb9e8c8907d048e4c5ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Oct 2023 19:03:33 +0000 Subject: [PATCH 2/3] Merge branch 'framework-v1.3.1' https://github.com/hydephp/develop/commit/e0adc3920ce7e7f6b65c4c73aaa3971c18785ab7 --- 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 552538b2..9f7a123e 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '1.3.0'; + final public const VERSION = '1.3.1'; protected static self $instance; From acf8319ec7545cf564458057f72064c39fe2ed78 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Oct 2023 19:53:08 +0000 Subject: [PATCH 3/3] Merge pull request #1425 from hydephp/framework-v1.3.2 Framework version v1.3.2 https://github.com/hydephp/develop/commit/dba88ca4c35ccdbbe95f09bafe6fc4a553c606b8 --- 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 9f7a123e..f0e254f6 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '1.3.1'; + final public const VERSION = '1.3.2'; protected static self $instance;