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.23
What's Changed
Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot
Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot
fix: use heroicons stead of tabler by @aymanalhattami
New Contributors
@aymanalhattami made their first contribution
v4.0.0
What's Changed
Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot
Updates and fixes for filament v4
v3.4.22
What's Changed
fix unique slug validation
v3.4.21
What's Changed
remove blade iconpark
v3.4.20
What's Changed
update sky models
if you're customizg the models usg: ->skyModels([...]) please change the method to ->models([...])
v3.4.19
What's Changed
remove doctre/dbal
refactor plug configuration and use filament tools package
v3.4.18
What's Changed
Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot
Bump aglipanci/laravel-pt-action from 2.4 to 2.5 by @dependabot
add support for laravel 12
v3.4.17
What's Changed
update doctre/dbal
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