Skip to content
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.5.6 Ready code #9345

Merged
merged 155 commits into from
Dec 28, 2024
Merged

4.5.6 Ready code #9345

merged 155 commits into from
Dec 28, 2024

Conversation

paulbalandan
Copy link
Member

No description provided.

kenjis and others added 30 commits September 6, 2024 13:53
docs: add changelog and upgrade for v4.5.6
The scheme is missing, so it is not a valid URL.
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.2.4...1.2.5)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
…/rector-1.2.5

chore(deps-dev): update rector/rector requirement from 1.2.4 to 1.2.5
refactor: enable TypedPropertyFromAssignsRector
docs: broken link htmx ajax-header
fix: auto_link() converts invalid strings like `://codeigniter.com`
docs: fix Project Files changes in upgrade_455.rst
samsonasik and others added 24 commits December 11, 2024 23:48
refactor: fix `method.nameCase` errors
…oller

refactor: rename `controller` to `Controller`
* fix: check if defined WRITEPATH exists

* cs fix

* Update system/Boot.php

Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>

* cs fix

---------

Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
chore: preparation for PHPStan 2: remove CheckUseStatementsAfterLicenseRule
* refactor: split phpstan-baseline into smaller files

* Checkout base branch to resolve codeigniter4/framework

* Fix rector changes
* Update FileHandler.php

* Update BaseConnection.php

* Update Connection.php

* Update filesystem_helper.php

* Update Security.php

* Update SecurityInterface.php
* Update 006.php

* Update 008.php

* Update 046.php
* fix prepare statement sqlite

* fix prepare statement postgre

* fix prepare statement sqlsrv

* fix prepare statement oci8

* tests

* abstract isBinary() method

* fix prepare statement mysqli

* fix prepare statement oci8

* sqlsrv blob support

* fix tests

* add changelog

* fix rector

* make sqlsrv happy

* make oci8 happy - hopefully

* add a note about options for prepared statement

* ignore PreparedQueryTest.php file

* apply code suggestion for oci8
refactor: fix warning on new static usage
* refactor: Fix `phpstan` boolean errors

* fix: Check predis response

* refactor: Improve comparison with an empty string

* dev: Update phpstan-baseline

* fix: Revert comparison with null
* refactor: enable instanceof and strictBooleans rector set

* refactor: bump to rector 2.0.4

* refactor: clean condition check

* refactor: revert ThirdParty change

* refactor: re-run phpstan baseline

* refactor: fix never empty array on Image

* refactor: avoid repetitive call pg_last_error()

* refactor: pg_last_error() always returns string

* refactor: use return empty string on pg_last_error() got empty "0"

* refactor: various compare !== 1 on preg_match()

* refactor: use falsy check on getenv()

* refactor: more !== 1 compare on preg_match()

* refactor: use empty string check on guessExtension

* refactor: run cs fix

* refactor: more !== 1 compare on preg_match()

* use direct result of pg_last_error()

* refactor: use str_contains() over strpos on Forge

* refactor: fix unused variable

* refactor: check empty string on ResponseTrait

* refactor: more preg_match() and empty string only check

* refactor: compare to 0 on preg_match_all()

* refactor: re-run rector

* refactor: preg_match_all() likely less to return false
@paulbalandan
Copy link
Member Author

paulbalandan commented Dec 28, 2024

I think the failures are because composer cannot find the tag ^4.5 for codeigniter4/framework within this repo. In other PRs where base branch is develop, composer correctly maps develop as 4.x-dev. However, since base branch is master, I think composer no longer has the knowledge.

Fixed in #9346

@paulbalandan paulbalandan merged commit 51cdd7d into master Dec 28, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.