Skip to content

Commit 7d4fbb5

Browse files
committed
Update readme and add upgrading guide
1 parent aa1cd80 commit 7d4fbb5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This plugin allows you to enable one-click logins for your local Filament panels
1111

1212
## Installation
1313

14+
| Filament version | Package version | Readme |
15+
|---------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|--------------------------------------------------------------------------------------|
16+
| [^4.x](https://github.com/filamentphp/filament/tree/4.x) | 2.x.x | [Link](https://github.com/DutchCodingCompany/filament-developer-logins/blob/main/README.md) |
17+
| [^3.x](https://github.com/filamentphp/filament/tree/3.x) | 1.x.x | [Link](https://github.com/DutchCodingCompany/filament-developer-logins/blob/1.10.0/README.md) |
18+
19+
20+
1421
You can install the package via composer.
1522

1623
```bash

UPGRADING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Upgrading
2+
3+
## Upgrading from 1.x to 2.x
4+
5+
Version 2.x supports filament 4.x and is not compatible with filament 3.x. Below are the breaking changes:
6+
7+
- The [columns](https://github.com/DutchCodingCompany/filament-developer-logins/tree/1.10.0?tab=readme-ov-file#columns) feature has been removed. If you were using it you need to remove it from the plugin configuration.
8+
9+
That's it! If you find any bugs please let me know.

0 commit comments

Comments
 (0)