Skip to content

Commit 6efe702

Browse files
atmonshigithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent a67ad3b commit 6efe702

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## v3.4.6 - 2024-03-05
6+
7+
### What's Changed
8+
9+
* Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/lara-zeus/sky/pull/193
10+
* Fix page/post count bug by @mallardduck in https://github.com/lara-zeus/sky/pull/195
11+
⚠️ 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.
12+
13+
### New Contributors
14+
15+
* @mallardduck made their first contribution in https://github.com/lara-zeus/sky/pull/195
16+
17+
**Full Changelog**: https://github.com/lara-zeus/sky/compare/v3.4.5...v3.4.6
18+
519
## v3.4.5 - 2024-02-19
620

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

125139

126140

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

220235

221236

237+
222238
```
223239
#### What's Changed
224240

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

281297

282298

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

@@ -303,6 +320,7 @@ Of course, it will be visible only if you install Sky with Bolt :)
303320
304321
305322
323+
306324
```
307325
<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">
308326
### Remember to update your views.
@@ -328,7 +346,6 @@ Of course, it will be visible only if you install Sky with Bolt :)
328346
- allow to force delete and restore posts, and finally green phpstan by @atmonshi in https://github.com/lara-zeus/sky/pull/120
329347
**Full Changelog**: https://github.com/lara-zeus/sky/compare/2.4.29...2.4.30
330348
## 2.4.2 - 2023-04-24
331-
332349
### What's Changed
333350

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

0 commit comments

Comments
 (0)