Skip to content

Tags: jeandormehl/laracache

Tags

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix reset() warning (#33)

* Update Statement.php

Calling \get_mangled_object_vars($row ) first to prevent warning from calling \reset() on an object (as per PHP 8.1)

* Bump

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #31 from robsontenorio/master

Support Laravel 9

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport: Gramar compileSelect

This is a compatible method that usually worked with old version of SqlServerGramar.

This PR introduced a braking change, once Laravel now supports only SQLServer 2017+
laravel/framework#39863 (see changed files).
Just copied over old method, before PR merged.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump symfony/http-kernel from 5.3.10 to 5.4.0 (#28)

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.3.10 to 5.4.0.
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/5.4/CHANGELOG.md)
- [Commits](symfony/http-kernel@v5.3.10...v5.4.0)

---
updated-dependencies:
- dependency-name: symfony/http-kernel
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #23 from robsontenorio/master

Support PHP8

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from liamjcooper/master

Add Laravel 8.0 support

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from robsontenorio/master

Add Laravel 7.0  support

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from robsontenorio/remove-cachePDO-destructor

Remove Cache.php destructor

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from robsontenorio/fix-belongsToMany-pagination

Fix "top all" strategy with custom select

v1.0.1

Toggle v1.0.1's commit message
Laravel 6 updates.