Skip to content

Releases: Codegenie-BE/laravel-config-cache-guard

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 15:28
11b3a29

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:18
e03736e

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 10:59
9043983

What's Changed

Full Changelog: v1.4.3...v1.5.0

v1.4.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:20
303c0b4

What's Changed

  • Delete merged release branches by @jordyloeuille in #27
  • chore: prepare v1.4.3 by @github-actions[bot] in #28

Full Changelog: v1.4.2...v1.4.3

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:06
59a16f6

What's Changed

  • Complete unattended release orchestration by @jordyloeuille in #25
  • chore: prepare v1.4.2 by @github-actions[bot] in #26

Full Changelog: v1.4.1...v1.4.2

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:54
78c4ffa

What's Changed

  • Use Composer metadata for release verification by @jordyloeuille in #22
  • Automate protected release pull requests by @jordyloeuille in #23
  • chore: prepare v1.4.1 by @github-actions[bot] in #24

New Contributors

  • @github-actions[bot] made their first contribution in #24

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:06
aade98f

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

Choose a tag to compare

@jordyloeuille jordyloeuille released this 11 Aug 18:18
31b94ce

A patch release focused on release confidence, documentation and independent package presentation. There are no public PHP API or runtime behavior changes beyond the already merged v1.3.0 follow-up validation work.

Highlights:

  • real Composer-install E2E tests in fresh Laravel 12 and 13 applications
  • HTTP coverage for PHP CLI repair, exec()-disabled deferred repair, custom config cache paths and Laravel 13 .laravel/cache
  • Linux and Windows E2E jobs plus composer check:release
  • a date-aware support gate for non-EOL PHP and Laravel versions
  • a dependency-free GitHub Pages website with verified demo and deployment recipes
  • contributor, support, adopter and structured issue-reporting guidance
  • clearer shared-hosting positioning and removal of the misleading total-download badge
  • Pages, demo, test and community-only assets excluded from Composer distributions

Codegenie maintains this open-source package. Feedback from cPanel, Plesk, FTP and other shared-hosting deployments is welcome in Discussions.

v1.3.0

Choose a tag to compare

@jordyloeuille jordyloeuille released this 11 Aug 18:18
c5129c1

This historical release introduced automatic Composer pre-bootstrap loading and the safe in-app repair fallback for hosting where exec() or PHP CLI is unavailable.

Highlights:

  • no manual public/index.php change for new installations
  • no public repair endpoint or repair token
  • config and route repair through Laravel's own Artisan::call() after the response
  • config-cache creation remains opt-in
  • support for custom APP_CONFIG_CACHE paths and Laravel 13 .laravel/cache
  • fail-closed stale-cache handling, atomic signatures and improved diagnostics
  • Windows portability and reusable Composer quality gates

See CHANGELOG.md for the complete list.