Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.42 KB

Cortex Auth Tenantable Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

v1.0.7 - 2023-08-17

  • Seed the new 'view' ability

v1.0.6 - 2023-08-16

  • Register missing model to service container

v1.0.5 - 2023-07-31

  • Simplify imports by removing unnecessary use statements
  • Move username, email, and password validation rules to config file
  • Update and tweak password validation rule

v1.0.4 - 2023-07-14

  • Override migration commands

v1.0.3 - 2023-07-12

  • Drop using attributes
  • Override CortexAuthSeeder when extending

v1.0.2 - 2023-07-03

  • Update composer dependencies
  • Replace Carbon\Carbon with Illuminate\Support\Carbon

v1.0.1 - 2023-06-24

  • Adopt the new module extension structure

v1.0.0 - 2023-06-22

  • Initial draft commit / split tenancy features to module extension