Releases: lara-zeus/sky
Releases · lara-zeus/sky
v3.1.4
v3.1.3
v3.1.2
What's Changed
- add config for upload to posts, pages and libraries by @atmonshi in #156
now you can pass the disk and dir:
SkyPlugin::make()
->uploadDisk('s3')
->uploadDirectory('sky') // will be used for all: pages, posts and libraries
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.0
stable version:
Since tiptap editor still in beta, I decided to make MarkdownEditor
the default editor, if you want to use other one you can set it in the panel configuration.
⚠️ ⚠️ the configuration for models has been changed to:
->skyModels([
'Faq' => \LaraZeus\Sky\Models\Faq::class,
'Post' => \LaraZeus\Sky\Models\Post::class,
'PostStatus' => \LaraZeus\Sky\Models\PostStatus::class,
'Tag' => \LaraZeus\Sky\Models\Tag::class,
'Library' => \LaraZeus\Sky\Models\Library::class,
])
What's Changed
- Add tiptap editor by @atmonshi in #131
- Update TipTapEditor.php by @atmonshi in #133
- refactor-editors by @atmonshi in #135
- Breadcrumbs and update SEO by @atmonshi in #141
- Update configuration.md by @atmonshi in #142
- remove config from
PublishCommand
by @atmonshi in #143 - improve queries by @atmonshi in #144
- fix duplicated breadcrumbs by @atmonshi in #145
- push filament styles when embedding a form by @atmonshi in #146
- update Render Nav Item class to include libraries items by @atmonshi in #148
- Update MarkdownEditor.php by @albertobenavides in #149
- refactor configuration model by @atmonshi in #151
- add RichEditor and update MarkdownEditor by @atmonshi in #152
New Contributors
- @albertobenavides made their first contribution in #149
Full Changelog: 2.4.34...v3.1.0
v3.0.0-beta28
What's Changed
Full Changelog: v3.0.0-beta27...v3.0.0-beta28
v3.0.0-beta27
What's Changed
- fix duplicated breadcrumbs by @atmonshi in #145
- push filament styles when embedding a form by @atmonshi in #146
Full Changelog: v3.0.0-beta26...v3.0.0-beta27
v3.0.0-beta26
v3.0.0-beta25
What's Changed
Full Changelog: v3.0.0-beta24...v3.0.0-beta25
v3.0.0-beta24
What's Changed
Full Changelog: v3.0.0-beta23...v3.0.0-beta24