-
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.5 Ready code #8464
Merged
4.4.5 Ready code #8464
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
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
docs: add changelog and upgrade for v4.4.5
style: update coding style by php-cs-fixer v3.43.0
fix: PHPUnit badge
docs: update RELEASE.md
docs: fix section title level in v4.4.4.rst
refactor: remove overrides for coding-standard v1.7.12
test: fix path name of composer.json
After upgrading 4.4.3 to 4.4.4 a bug are coming, spark not launching the CI with cmd. php spark server* Error log: Undefined global variable $_SESSION at SYSTEMPATH\Session\Session.php:499 Backtrace: 1 SYSTEMPATH\Session\Session.php:499 CodeIgniter\Debug\Exceptions()->errorHandler(2, 'Undefined global variable $_SESSION', 'C:\\wamp64\\www\\system\\Session\\Session.php', 499) My fix working with no errors and launching correctly CI.
bug fix
Fix bug 4.4.4 `spark serve` not working when using Session in Routes.php
test: ensure no .env when EncryptionTest is run
chore: enforce PR title format with PRLint Reloaded
…actions/download-artifact-4
It is the DB driver name.
fix: [Postgre] QueryBuilder::deleteBatch() does not work
test: update testInsertBatch() to use various data types
test: add test for Postgre upsertBatch()
test: add test for Postgre getFieldData()
docs: fix incorrect descriptions in Forge::modifyColumn() notes
docs: improve csp
fix: [Email] setAttachmentCID() does not work with buffer string
docs: add about field data types on Forge
test: add test for SQLSRV getFieldData()
docs: improve query_builder
fix: add undocumented Model $allowEmptyInserts
Prep for 4.4.5 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.