Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Mar 5, 2024
1 parent a67ad3b commit 6efe702
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to `sky` will be documented in this file

## v3.4.6 - 2024-03-05

### What's Changed

* Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/lara-zeus/sky/pull/193
* Fix page/post count bug by @mallardduck in https://github.com/lara-zeus/sky/pull/195
⚠️ This PR also removes the `published_at` from `posts` and `page` scope, if your are using these scopes, please add `->whereDate('published_at', '<=', now())` where needed.

### New Contributors

* @mallardduck made their first contribution in https://github.com/lara-zeus/sky/pull/195

**Full Changelog**: https://github.com/lara-zeus/sky/compare/v3.4.5...v3.4.6

## v3.4.5 - 2024-02-19

### What's Changed
Expand Down Expand Up @@ -124,6 +138,7 @@ in your panel provider you can hide any resource from the side nav




```
for more check out the docs:
https://larazeus.com/docs/sky/v3/getting-started/configuration
Expand Down Expand Up @@ -219,6 +234,7 @@ Since [tiptap editor](https://github.com/awcodes/filament-tiptap-editor) still i




```
#### What's Changed

Expand Down Expand Up @@ -280,6 +296,7 @@ Make sure to add this to your config:




```
You can copy that class and create your own parser, too, then add it to the array, and Sky will loop them all.

Expand All @@ -303,6 +320,7 @@ Of course, it will be visible only if you install Sky with Bolt :)
```
<img width="1165" alt="Screenshot 2023-07-14 at 6 26 23 PM" src="https://github.com/lara-zeus/sky/assets/1952412/5b62af0f-ac6b-46c7-ae29-af01975a9976">
### Remember to update your views.
Expand All @@ -328,7 +346,6 @@ Of course, it will be visible only if you install Sky with Bolt :)
- allow to force delete and restore posts, and finally green phpstan by @atmonshi in https://github.com/lara-zeus/sky/pull/120
**Full Changelog**: https://github.com/lara-zeus/sky/compare/2.4.29...2.4.30
## 2.4.2 - 2023-04-24

### What's Changed

- add featured image by URL by @atmonshi in https://github.com/lara-zeus/sky/pull/72
Expand Down

0 comments on commit 6efe702

Please sign in to comment.