Skip to content

Releases: OzanKurt/laravel-modules-licensing

v2.0.0

Choose a tag to compare

@OzanKurt OzanKurt released this 30 Jul 18:37
4c780e1

Laravel 13 generation of ozankurt/laravel-modules-licensing.

BREAKING: drops Laravel 12 and PHP 8.3.

Requirements

  • PHP ^8.4 (with ext-sodium)
  • Laravel ^13.0
  • ozankurt/laravel-modules-core ^2.0
  • Filament 3, 4 or 5 (optional, for the admin resources)

Changes

  • spatie/laravel-package-tools bumped to ^1.93 (1.92.x caps at Laravel 12)
  • Test toolchain moved to Pest 5 / Testbench 11 / PHPUnit 13
  • CI matrix is now PHP 8.4 / Laravel 13.* / Testbench 11.* across Filament 3, 4 and 5

Compatibility

No public API changed. The licensing server, Ed25519 offline key verification, the Core-free client SDK, the HTTP endpoints and the Filament resources are identical to v1.1.0 — the whole suite passes on Laravel 13 without a single source change.

Upgrade: move the host application to Laravel 13 / PHP 8.4 and ozankurt/laravel-modules-core ^2.0, then composer require ozankurt/laravel-modules-licensing:^2.0.

v1.1.0

Choose a tag to compare

@OzanKurt OzanKurt released this 30 Jul 00:44
a40025e

Registry module manifest for the licensing module, plus core v1.3 alignment (VCS repository pointed at laravel-modules-core, core locked to v1.3.0), audit-hardening fixes, and the out-of-the-box REST API kit. Backward-compatible feature release.

v1.0.0

Choose a tag to compare

@OzanKurt OzanKurt released this 21 Jul 05:05

Version line reset to 1.0. This release carries the current codebase (previously tagged higher during rapid iteration); the family is being rebased onto a clean 1.0 line. Prior tags/releases retired.