Skip to content

Commit ef39504

Browse files
committed
Merge tag 'v3.2.0' into develop
Laravel 12
2 parents cad879d + 5bae929 commit ef39504

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This projec
55

66
## Unreleased
77

8+
## [3.2.0] - 2025-03-03
9+
810
### Added
911

1012
- Package now supports Laravel 12.

src/HashId.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

tests/Integration/Test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

tests/Integration/TestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

tests/Integration/TestModel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

0 commit comments

Comments
 (0)