Skip to content

Commit fb03ba8

Browse files
committed
Merge branch 'main' into feat/filament-v4
* main: Update README.md Update phpstan.yml Update CHANGELOG
2 parents 080d729 + 724d176 commit fb03ba8

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.2'
19+
php-version: '8.3'
2020
coverage: none
2121

2222
- name: Install composer dependencies

CHANGELOG.md

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

33
All notable changes to `Filament-SimpleLightBox` will be documented in this file.
44

5+
## 1.0.0-beta.1 - 2025-06-30
6+
7+
### What's Changed
8+
9+
* Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/solutionforest/Filament-SimpleLightBox/pull/26
10+
* Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot in https://github.com/solutionforest/Filament-SimpleLightBox/pull/27
11+
* Support Filament v4, Drop v3 ( v3 please use 0.0.x version)
12+
13+
**Full Changelog**: https://github.com/solutionforest/Filament-SimpleLightBox/compare/0.0.11...0.1.0-beta.1
14+
515
## 0.0.11 - 2025-02-27
616

717
### What's Changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,28 @@ Filament SimpleLightbox is a PHP package that provides a simple and lightweight
3030

3131
## Installation
3232

33+
| Filament Version | Filament Simple Light Box Version |
34+
|------------------|---------------------------|
35+
| v3.x | v0.x |
36+
| v4.x | v1.x
37+
38+
3339
You can install the package via composer:
3440

3541
```bash
3642
composer require solution-forest/filament-simplelightbox
3743
```
3844

45+
Publish the assets:
46+
47+
```bash
48+
php artisan filament:assets
49+
```
50+
```bash
51+
php artisan optimize
52+
```
53+
54+
3955
## Usage
4056

4157
```php

0 commit comments

Comments
 (0)