-
Notifications
You must be signed in to change notification settings - Fork 1.9k
4.2.1 Ready code #6136
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.2.1 Ready code #6136
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
Adds information that ignore() can be used in insertBatch, update and delete (when database supports it). Not really clear on the docs at the moment.
Adds information that ignore() is not unique to insert
docs: update "Upgrading from 3.x to 4.x" Routing for v4.2
docs: update authentication.rst
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.13.3...0.13.4) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…/rector-0.13.4 chore(deps-dev): update rector/rector requirement from 0.13.3 to 0.13.4
Move preload.php example to starter app
fix: get_cookie() does not take Config\Cookie::$prefix
When option prefix is '0', it is not set correctly.
The config prefix should be ignored. > the Config\Cookie::$prefix setting is completely ignored. > https://codeigniter.com/user_guide/libraries/sessions.html#session-preferences
docs: fix typo in cli_controllers.rst
Co-authored-by: MGatner <[email protected]>
docs: remove explanation about `$setUpMethods` and `tearDownMethods`
fix: Time::setTestNow() does not work with fa Locale
docs: improve time.rst
fix: `migrate --all` causes `Class "SQLite3" not found` error
test: fix forgetting to restore DBDebug value
docs: small fix in database events
fix: event DBQuery is not fired on failed query when DBDebug is true
fix: `Time::humanize()` causes error with ar locale
docs: fix PHPDoc in CodeIgniter
docs: update about mainly Changelog in contributing/pull_request.md
Updated to use ::class in $returnType example
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
Updated to use ::class in $returnType example
fix: get_cookie() may not use the cookie prefix
Prep for 4.2.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.