Skip to content

Releases: lara-zeus/sky

v3.2.0

05 Oct 13:17
de11ba1
Compare
Choose a tag to compare

What's Changed

upgrade to v3.2

In v3.2, I refactored the configuration to separate the frontend configuration from filament-related ones.
This causes some issues when having multiple panels.

  1. First, publish the config file by running the command:
php artisan vendor:publish --tag="zeus-sky-config" --force
  1. move your configuration from your panel provider to the zeus-sky config file.

So these are the deprecated configuration methods:

->skyPrefix()
->skyMiddleware()
->uriPrefix()
->skyModels()
->editor()
->parsers()
->recentPostsLimit()
->searchResultHighlightCssClass()
->skipHighlightingTerms()
->defaultFeaturedImage()

Full Changelog: v3.1.4...v3.2.0

v3.1.4

05 Oct 12:06
d5c2116
Compare
Choose a tag to compare

What's Changed

  • Cached translation support for LibraryTypes and TagTypes. by @BurakBoz in #163

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

22 Sep 09:30
59ae32d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

16 Sep 14:16
37e7a3d
Compare
Choose a tag to compare

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

15 Sep 21:08
d5495fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

12 Sep 12:01
99b8d84
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2.4.34...v3.1.0

v3.0.0-beta28

07 Sep 16:01
61c9903
Compare
Choose a tag to compare
v3.0.0-beta28 Pre-release
Pre-release

What's Changed

  • update Render Nav Item class to include libraries items by @atmonshi in #148

Full Changelog: v3.0.0-beta27...v3.0.0-beta28

v3.0.0-beta27

02 Sep 20:48
a998ada
Compare
Choose a tag to compare
v3.0.0-beta27 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta26...v3.0.0-beta27

v3.0.0-beta26

01 Sep 18:30
edd33fa
Compare
Choose a tag to compare
v3.0.0-beta26 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta25...v3.0.0-beta26

v3.0.0-beta25

23 Aug 17:11
83d687b
Compare
Choose a tag to compare
v3.0.0-beta25 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta24...v3.0.0-beta25