Skip to content

4.7.1 Ready code#10060

Merged
paulbalandan merged 79 commits intomasterfrom
develop
Mar 22, 2026
Merged

4.7.1 Ready code#10060
paulbalandan merged 79 commits intomasterfrom
develop

Conversation

@paulbalandan
Copy link
Member

No description provided.

paulbalandan and others added 30 commits February 2, 2026 05:35
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
* fix: correct inverted savePath check in MemcachedHandler constructor

* update changelog
* fix: Add `Paths::$envDirectory` to framework package

* docs: Add upgrade note
* doc: add more details to upgrade notes for 4.7 release

* add info about insertBatch/updateBatch changes
… is `true` (#9944)

* fix: preserve index field in updateBatch() when updateOnlyChanged is true

* phpstan baseline

* update test
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@2.3.5...2.3.6)

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

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

chore(deps-dev): update rector/rector requirement from 2.3.5 to 2.3.6
* Created a method to clear nonce placeholders.

* Added tests

* cs-fix

* Fix static analysis errors

* Fixed `Argument #1 ($text) must be of type string, null given` error

* Apply code suggestions

Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>

* Fix the failing test case

* Remove unused function

* Updated docs

* Addressing the review on tests.

* Addressing the case when both $CSPEnabled and $autoNonce are false.

* Applying suggested fix.

* Simplifying code according to review.

* Used Services::injectMock instead of ReflectionClass
#9951)

* Refactor for better variable names

* Replace `CodeIgniter::CI_VERSION` with dev version

* Add auto review test

* Change CI_VERSION

* Fetch tags manually
* feat: Add `builds next` option

* fix: Add release changes for `builds`

* fix: Apply suggestions

* Apply suggestions from code review

---------

Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
* fix: initialize standalone toolbar

* initialize standalone with ensureToolbarContainer
* fix: add fallback for appOverridesFolder config in View

* add changelog entry
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@2.3.6...2.3.7)

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

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

chore(deps-dev): update rector/rector requirement from 2.3.6 to 2.3.7
adiprsa and others added 25 commits March 2, 2026 07:55
Co-authored-by: neznaika0 <ozornick.ks@gmail.com>
* refactor: fix dependency on test execution order

* reset in SignalTest
…od (#10019)

* docs: add none parameter example to the query builder like method

* align code comment
* refactor: fix phpstan no type specified UpdateModelTest

* use native php type

* use DateTimeInterface type
* fix: Fixed CreateNewChangelogTest

* fix: Update warning in test
* refactor: update tests with old entities definition

* phpstan baseline

* remove unused public properties from UserModel
* feat: Add random test execution verification system

* Add local instructions in `tests/README.md`
* refactor: fix phpstan no type specified SaveModelTest

* remove unused properties
* chore: set explicit workflow permissions defaults

* chore: disable persisted checkout credentials

* chore: centralize secure authenticated git push

* chore: pin workflow actions to immutable SHAs

* chore: group dependabot updates
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) in `/` from 2.36.0 to 2.37.0.


Updates `shivammathur/setup-php` from 2.36.0 to 2.37.0
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@44454db...accd612)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-version: 2.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) in `/` from 6.0.0 to 6.3.0.


Updates `actions/setup-node` from 6.0.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@2028fbc...53b8394)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `rector/rector` to 2.3.9
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.3.8...2.3.9)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.3.9
  dependency-type: direct:development
  dependency-group: composer-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…10050)

* fix: handle HTTP/2 responses without a reason phrase in CURLRequest

* add changelog

* fix changelog

* fix changelog
Bumps [actions/cache](https://github.com/actions/cache) in `/` from 5.0.3 to 5.0.4.

Updates `actions/cache` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@cdf6c1f...6682284)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: Fix typos

* fix: Fix typos
* chore: add labeler action workflow

* chore: change event to `pull_request_target` right before merge
…od (#10058)

Co-authored-by: John Paul E Balandan <paulbalandan@gmail.com>
@github-actions github-actions bot added the github_actions Pull requests that update Github_actions code label Mar 22, 2026
@paulbalandan paulbalandan removed the github_actions Pull requests that update Github_actions code label Mar 22, 2026
@paulbalandan paulbalandan mentioned this pull request Mar 22, 2026
5 tasks
@paulbalandan paulbalandan merged commit d125a64 into master Mar 22, 2026
63 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.