File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff 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+
3339You can install the package via composer:
3440
3541``` bash
3642composer 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
You can’t perform that action at this time.
0 commit comments