-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HydePHP v1.8.0 - 2025-01-XX #690
Draft
caendesilva
wants to merge
54
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update the `Serializable` trait to provide a default automatic `toArray` method hydephp/develop@c2f9d5d
Extract helper method for automatic serialization hydephp/develop@d2c74bf
[1.x] Update the post author class to prepare for the v2 overhaul hydephp/develop@cc57e00
Internal: Replace deprecated method usage hydephp/develop@00fef19
Internal: Improve test static analysis and improve tests hydephp/develop@254bbe7
Internal: Improve testing helpers hydephp/develop@faeaf9f
Internal: Update PhpStorm configuration hydephp/develop@debb814
Normalize documented link in code documentation hydephp/develop@f2b7f01
Add new HydeStan rules and resolve code style issues hydephp/develop@bb69818
Fix article excerpt indentation hydephp/develop@9bfc91d
Remove extra space from command signature hydephp/develop@04ce285
Refactor the serve command and add more unit tests for it hydephp/develop@d69bd8f
Refactor code to increase code quality and type coverage hydephp/develop@05dd78e
…mand Hide the Torchlight install command hydephp/develop@7c7c76c
Update 404 page home link fallback to lead to the domain root hydephp/develop@3d28ddb
…mand Register the cache clear command hydephp/develop@92aafc5
…-handling Normalize protocol relative URL handling hydephp/develop@aa06e42
…ethod Cleanup the canonical URL helper method hydephp/develop@c4f4834
…description-in-front-matter Support setting page descriptions in front matter for all page types hydephp/develop@c415837
Clean up and refactor code hydephp/develop@31e3730
…mbly Fix URL metadata for blog posts not using customized post output directories hydephp/develop@cf71a76
Updates for the new changes in hydephp/develop#1890 hydephp/develop@e9778a9
Internal: Add homepage view tests hydephp/develop@f05a952
Remove legacy class comment hydephp/develop@dedee61
…tation Improve helper function documentation hydephp/develop@706a45c
Update the Hyde facade to use a mixin annotation instead of method annotations hydephp/develop@590b1bc
Internal: Test code refactors and cleanup hydephp/develop@45deef0
Internal: Test code refactors and cleanup hydephp/develop@1eb4502
Internal: Test code refactors and cleanup hydephp/develop@7e4b929
…vour-of-hyde-asset [1.x] Deprecate `Hyde::mediaLink` being replaced by `Hyde::asset()` in v2 hydephp/develop@ef7cce7
…views Improved printed documentation views hydephp/develop@7dfba7f
Shorten the realtime compiler server start message hydephp/develop@4e3cd4d
…ntation Update realtime compiler documentation hydephp/develop@8343a6c
[1.x] Replace `GLOB_BRACE` with a more robust solution hydephp/develop@0d1280c
Framework version v1.7.4 hydephp/develop@6a13d76
[1.x] Automatically transliterate logographic inputs for slug generation hydephp/develop@464bb8b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As HydePHP v1.x is in Feature Freeze v1.8.x is the last planned minor release in this series range. It contains new features, and paves the way for a smooth upgrade to HydePHP v2.0.
This release is blocked until the first release candidate for HydePHP v2.0 or until HydePHP v2.0 gets put in feature freeze, whichever comes first.
Preliminary planning is that v2.0 will be released in March at the latest, with v2.0 feature freeze in February, meaning this release will be in February or January if we finalize the roadmap for v2.0 before then.
After the v2.0 release has settled and become stable, we may backport features to v1.x as this version is designated as LTS (long-term support).
Throughout this entire process bugfixes and security fixes will be made to the latest v1 minor series range - and for as long as v1.x is supported.