File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 10.0.3 / 2025-03-28
4+
5+ * Limit accepted parameters for Sidebar update in Admin ([ #159 ] by [ mvz] )
6+ * Use known set of allowed attributes when autosaving an Article ([ #160 ] by [ mvz] )
7+ * Permit only valid settings keys when updating blog settings ([ #161 ] by [ mvz] )
8+ * Limit assigned attributes when creating and updating Notes ([ #162 ] by [ mvz] )
9+ * Limit allowed SEO settings params ([ #163 ] by [ mvz] )
10+
11+ [ #159 ] : https://github.com/publify/publify_core/pull/159
12+ [ #160 ] : https://github.com/publify/publify_core/pull/160
13+ [ #161 ] : https://github.com/publify/publify_core/pull/161
14+ [ #162 ] : https://github.com/publify/publify_core/pull/162
15+ [ #163 ] : https://github.com/publify/publify_core/pull/163
16+
317## 10.0.2 / 2024-06-28
418
519### Security updates
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PublifyCore
4- VERSION = "10.0.2 "
4+ VERSION = "10.0.3 "
55end
You can’t perform that action at this time.
0 commit comments