Skip to content

Commit b2768d6

Browse files
chore(main): release 2.0.0 (#4)
* chore(main): release 2.0.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Shavonn Brown <brown.shevy7@gmail.com>
1 parent eebbd86 commit b2768d6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/offload-project/laravel-invite-only/compare/v1.0.0...v2.0.0) (2026-01-07)
4+
5+
### Features
6+
7+
* security, performance, helpers, oh my! ([#3](https://github.com/offload-project/laravel-invite-only/issues/3)) ([eebbd86](https://github.com/offload-project/laravel-invite-only/commit/eebbd86be7e7ee5dd5c8a5631e43f70024ed0af2))
8+
* Introduced InvitationStatus enum with helper methods replacing string constants
9+
* Added InviteOnlyContract interface for custom implementations
10+
* Implemented InvitationFactory with comprehensive state methods for testing
11+
* Performance improvements: batch updates for expired invitations, database aggregation for statistics
12+
* Security improvements: email validation, rate limiting, and configurable redirects
13+
* Lowered PHP requirement from 8.4 to 8.2 for broader compatibility
14+
15+
316
## 1.0.0 (2025-12-28)
417

518

0 commit comments

Comments
 (0)