Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sten authored and github-actions[bot] committed Mar 28, 2024
1 parent 06d4cdd commit 0d18a25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to `laravel-filament-flexible-content-blocks` will be documented in this file.

## v1.0.0 - 2024-03-28

**IMPORTANT:** If you are upgrading from an older version, the content blocks data structure needs to be migrated. Please read the [upgrade guide](https://github.com/statikbe/laravel-filament-flexible-content-blocks/blob/main/UPGRADE.md).

- images in the content blocks are now more thightly linked to the block
- translatable and block spatie image fields are now making use of the refactored filament base classes
- fixed bug in translatable spatie image field that deleted other images of other media collections.
- AI button the generate SEO fields with OpenAI (see docs for setup)
- several bugs have been handled

No Laravel 11 support yet :-(. The next step is to refactor to the latest spatie-image lib to be able to support Laravel 11.

## v0.2.12 - 2024-01-24

- fixes bug in block image field.
Expand Down

0 comments on commit 0d18a25

Please sign in to comment.