Skip to content

1.3.1

Choose a tag to compare

@iamfarhad iamfarhad released this 06 Jun 16:41
· 36 commits to main since this release

Full Changelog: 1.3.0...1.3.1

[1.3.1] - 2025-06-06

Fixed

  • Fixed PHPStan static analysis issues at Level 5 with strict rules
  • Removed references to deleted ModelAudited event and AuditModelChanges listener classes
  • Improved type safety with better null and type checking in route handling
  • Enhanced method existence checks in AuditBuilder service
  • Fixed scope method return types in EloquentAuditLog model
  • Updated unit tests to work with direct logging architecture (removed event dependencies)
  • Cleaned up unused imports and improved code organization

Changed

  • Added PHPStan ignore rule for dynamic method call warnings in query scopes
  • Enhanced test setup with proper service mocking for unit tests
  • Improved code quality and maintainability