Skip to content

Commit 45f4c97

Browse files
committed
Update readme and changelog
1 parent 16684f7 commit 45f4c97

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `glorand/laravel-model-settings` will be documented in this file
44

5+
## 8.0.1 - 2025-03-15
6+
### Added
7+
- Rename HasSettings::getRules to HasSettings::getSettingsRules
8+
9+
## 8.0.0 - 2025-02-28
10+
### Added
11+
- Add support for Laravel 12
12+
513
## 7.0.0 - 2024-03-13
614
### Added
715
- Add support for Laravel 11

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@
1717
<a href="https://github.com/glorand/laravel-model-settings/actions">
1818
<img src="https://github.com/glorand/laravel-model-settings/workflows/Test/badge.svg" alt="'Github Actions" />
1919
</a>
20-
<a href="https://travis-ci.com/glorand/laravel-model-settings">
21-
<img src="https://travis-ci.com/glorand/laravel-model-settings.svg?branch=master" alt="Build Status">
22-
</a>
23-
<a href="LICENSE.md">
20+
<a href="LICENSE">
2421
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat" alt="Software License">
2522
</a>
2623
<br />
27-
<a title="MadeWithLaravel.com Shield" href="https://madewithlaravel.com/p/laravel-model-settings/shield-link"> <img src="https://madewithlaravel.com/storage/repo-shields/1716-shield.svg"/></a>
24+
<a title="MadeWithLaravel.com Shield" href="https://madewithlaravel.com/p/laravel-model-settings/shield-link"> <img src="https://madewithlaravel.com/storage/repo-shields/1716-shield.svg" alt="Sheald"/></a>
2825
<a title="PHP Version" href="#"><img src="https://img.shields.io/packagist/php-v/glorand/laravel-model-settings" alt="PHP Version" /></a>
2926
</p>
3027

0 commit comments

Comments
 (0)