Skip to content

Commit 93f65b8

Browse files
authored
Merge pull request #194 from publify/pull-in-10-0-stable
Pull in changelog for version 10.0.3
2 parents 809af55 + 19a052a commit 93f65b8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

lib/publify_core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PublifyCore
4-
VERSION = "10.0.2"
4+
VERSION = "10.0.3"
55
end

0 commit comments

Comments
 (0)