You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
All notable changes to `sky` will be documented in this file
4
4
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
0 commit comments