-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
4.4.1 Ready code #7897
Merged
4.4.1 Ready code #7897
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
Only one item is there.
docs: update RELEASE.md
docs: changelog and upgrade for v4.4.1
fix: add types for cache handlers
docs: add missing Config updates for Hot Reloading
If the request class is the same, it is better to return the shared instance.
If it is called by different aliase like `'App'` and `App::class`. But if they are exactly the same FQCN, the shared instance should be returned.
This is more intuitive.
Because locateClass() already checks it.
There is no reason to change the values after the instantiation.
fix: auto route legacy does not work
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@0.18.0...0.18.1) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
fix: Factories may not return shared instance
docs: add @immutable to Config classes that do not extend BaseConfig
…/rector-0.18.1 build(deps-dev): update rector/rector requirement from 0.18.0 to 0.18.1
php-cs-fixer has been modified to remove these tags.
docs: fix or remove @param
ErrorException : preg_match(): Compilation failed: missing closing parenthesis
But it is not recommended.
fix: replace `config(DocTypes::class)` with `new DocTypes()`
fix: FeatureTest may cause risky tests
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…actions/checkout-4 build(deps): bump actions/checkout from 3 to 4
…eses fix: reverse routing causes ErrorException
fix: Email library forces to switch to TLS when setting port 465
fix: [DebugBar] make rotate class less broad
fix: FeatureTest fails when forceGlobalSecureRequests is true
Prep for 4.4.1 release
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.
No description provided.