Sky Releases Notes

Sky Releases Notes

Changelogs and Releases Notes for Sky: Simple Filamentphp CMS for your website. it includes posts, pages, tags, categories, and more. <br> With a frontend scaffolding. easy to customize and match your branding..

v3.4.16

What's Changed

  • allow to show/hide badges

v3.4.15

What's Changed

  • Fix content

v3.4.14

What's Changed

  • refactor routeNamePrefix to core trait

v3.4.13

What's Changed

  • Change Text from Post to Page by @rabol

New Contributors

  • @rabol made their first contribution

v3.4.12

What's Changed

  • use sky without the frontend scaffoldg

v3.4.11

What's Changed

  • Fix add nav item action

v3.4.10

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.1 to 2.4 by @dependabot
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot
  • add route name prefix

v3.4.9

What's Changed

  • Update InstallCommand.php

v3.4.8

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot
  • fix url nav render

v3.4.7

What's Changed

  • fix: evaluate potential closure value before renderg navigation component by @mallardduck

v3.4.6

What's Changed

  • Bump ramsey/composer-stall from 2 to 3 by @dependabot
  • Fix page/post count bug by @mallardduck
    ⚠️ This PR also removes the published_at from posts and page scope, if your are usg these scopes, please add ->whereDate('published_at', '<=', now()) where needed.

New Contributors

  • @mallardduck made their first contribution

v3.4.5

What's Changed

  • add better support for libraries with URL item
    and added new blade files: resources/views/themes/zeus/sky/addons/library-types/*-url.blade.php

v3.4.4

What's Changed

  • Update PageResource.php by @HeartlandTechie

v3.4.3

What's Changed

  • add support LDAPRecord by @HeartlandTechie
  • add docs for override the models

New Contributors

  • @HeartlandTechie made their first contribution

v3.4.2

What's Changed

  • fix published at and make it required

v3.4.1

What's Changed

  • use the new Toggle Buttons

v3.4.0

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.0 to 2.3.1 by @dependabot
  • update to filament v3.1

v3.3.6

What's Changed

  • update class custom to primary

v3.3.5

What's Changed

  • fix actions

v3.3.4

What's Changed

  • fix short lk url

v3.3.3

What's Changed

  • add get short url action

v3.3.2

What's Changed

  • fix image for pages

v3.3.1

What's Changed

  • allow to hide Resources from Navigation

Added a Small feature to allow to hide Resources from Navigation:

your panel provider you can hide any resource from the side nav

->hideResources([
        FaqResource::class,
    ])

for more check out the docs:

v3.3.0

What's Changed

  • add navigation
  • Add nav

Thanks to ryangjchandler, who created the beautiful plug filament-navigation. Now, Sky already cludes a version of the plug to upgrade and add more features easily.

to upgrade:

remove FilamentNavigation::make(), from your panel plugs.

if you published the config file, add this

'models' => [
        //...
        'Navigation' => \LaraZeus\Sky\Models\Navigation::class,
    ],

v3.2.5

What's Changed

  • Add ckb translation by @RawanD201

New Contributors

  • @RawanD201 made their first contribution

v3.2.4

What's Changed

  • fix config key for search skipper

v3.2.3

What's Changed

  • allow to configure a doma
  • allow to hide tag resource
  • fix get page image and multiple panels

v3.2.2

What's Changed

  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot
  • Update composer.lock

v3.2.1

What's Changed

  • add make Editor Command

v3.2.0

What's Changed

  • separate frontend and panel configuration

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 havg multiple panels.

  1. First, publish the config file by runng 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()
->skipHighlightgTerms()
->defaultFeaturedImage()

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.