Skip to content

Commit 1a70dca

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 3f30dd0 + 3323f13 commit 1a70dca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
coverage: none
2121

2222
- name: Install composer dependencies
23-
uses: ramsey/composer-install@v2
23+
uses: ramsey/composer-install@v3
2424

2525
- name: Run PHPStan
2626
run: ./vendor/bin/phpstan --error-format=github

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `laravel-filament-chained-translation-manager` will be documented in this file.
44

5+
## v3.2.1 - 2024-03-14
6+
7+
- Laravel 11 support
8+
9+
## v3.2.0 - 2024-02-06
10+
11+
- Upgrade chained translator lib
12+
513
## V3.1.3 - 2023-12-17
614

715
### What's Changed

0 commit comments

Comments
 (0)