Skip to content

Commit

Permalink
3.0.8 laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-sevendays-be authored and MichaelMdp committed Sep 2, 2024
1 parent 2abf35e commit 9ba2622
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `filament-page-builder` will be documented in this file.


## 3.0.8 Laravel 11 compatible

## 3.0.7 minor fixes

## 3.0.6 Preview is now opt-in via config.
- Preview can interfere with forms configured within blocks
- Preview sets all block fields to reactive, for the 'live' preview part
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"filament/filament": "^3.0.75",
"filament/spatie-laravel-translatable-plugin": "^3.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.13.5",
"wire-elements/modal": "^2.0"
},
Expand Down

0 comments on commit 9ba2622

Please sign in to comment.