-
Notifications
You must be signed in to change notification settings - Fork 1.9k
4.5.3 Ready code #8997
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
Merged
4.5.3 Ready code #8997
Conversation
This file contains hidden or 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
Change getOption's parameter to $key as in the code.
Fix typo in extending/core_classes.rst
docs: add changelog and upgrade for v4.5.3
docs: Fix typo in extending/core_classes.rst
docs: Change getOption's parameter name in cli/cli_request.rst
docs: restore goals.rst from 3.0 user guide
Small typos in extending/events.rst
docs: Small typos in extending/events.rst
E.g., Class Laminas\Escaper\Escaper located in ./system/ThirdParty/Escaper/Escaper.php does not comply with psr-4 autoloading standard (rule: CodeIgniter\ => ./system). Skipping.
To suppress warning like this: Class Config\Email located in ./app/Config/Email.php does not comply with psr-4 autoloading standard (rule: App\ => ./app). Skipping.
fix: `RedisHandler::deleteMatching()` not deleting matching keys if cache prefix is used
…ssmap chore: add autoload.exclude-from-classmap to suppress Composer 2.7.7 warnings
…tion fix: `spark routes` may show BadRequestException when a route has a regexp
refactor: BaseBuilder::orderBy()
docs: fix incorrect description for route group filter
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@1.1.0...1.1.1) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
ctype_digit(): Argument of type int will be interpreted as string in the future
fix: return and param types of BaseConnection
refactor: using phpunit 10 assertObjectHasNotProperty() and assertObjectHasProperty()
fix: precedence of command classes with the same `$name`
fix: [OCI8] if conditions to build DSN
…th $translateUriToCamelCase
To avoid `CodeIgniter\CLI\Commands->discoverCommands()` loads `rewrite.php`. FileLocator::findQualifiedNameFromPath() tries to generate classname from the path, and calls class_exists(), then it loads `rewrite.php`. If PHP_SAPI is `apache2handler`, it will be executed.
…UriToCamelCase fix: [Auto Routing Improved] Default Method Fallback does not work with `$translateUriToCamelCase`
…/rector-1.1.1 chore(deps-dev): update rector/rector requirement from 1.1.0 to 1.1.1
fix: `command()` may execute `rewrite.php`
Prep for 4.5.3 release
ddevsr
approved these changes
Jun 25, 2024
samsonasik
approved these changes
Jun 25, 2024
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.