-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
119 lines (76 loc) · 2.29 KB
/
CHANGELOG
File metadata and controls
119 lines (76 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
CHANGELOG
=========
All notable changes to the Semantic Structured Discussions project will be documented in this file.
The format is based on Keep a Changelog [0], and this project adheres to
Semantic Versioning [1].
UNRELEASED
----------
1.9.0 - 08-05-2024
------------------
Added:
- Hook SemanticStructuredDiscussionsShouldSaveReply
1.8.1 - 15-01-2024
------------------
Fixed:
- Prevent type error when calling Hooks::onAfterDataUpdateComplete
1.8.0 - 05-01-2024
------------------
Changed:
- No annotations on pages with nonexistent owners
- Rebuild topic pages on SMW::Store::AfterDataUpdateComplete of owner/parent
Added:
- Two new hooks: SemanticStructuredDiscussionsGetReplyAnnotatorList and SemanticStructuredDiscussionsGetTopicAnnotatorList
- SemanticStructuredDiscussions\SemanticMediaWiki\Hooks\HookRunner class
- Added TopicRepository::getByOwner method
1.7.1 - 09-06-2023
------------------
Added:
- System user is reserved user name now
- Use system user to call the API, to prevent permission errors
- If data set for reply subobjects, do not overwrite it.
1.7.0 - 20-02-2023
------------------
Added:
- Add Owner information of topics also to replies
1.6.0 - 27-01-2023
------------------
Changed:
- Change datatype of OwnerNamespaceAnnotation to _keyw from _num
1.5.0 - 03-01-2023
------------------
Added:
- Owner namespace property
Fixed:
- Call the correct class in LockStatusAnnotator (SMWDIBoolean)
Changed:
- Make properties annotable
1.4.0 - 09-12-2022
------------------
Added:
- Add "Topic is locked" annotation (#1).
1.3.0 - 03-05-2022
------------------
Changed:
- Use vtformat='html' instead of the Parser object for parsing reply and topic content.
1.2.1 - 14-04-2022
------------------
Fixed:
- Use the API to parse articles instead of the Parser object, since the Parser is not always fully initialised.
1.2.0 - 04-04-2022
------------------
Changed:
- Reply content is now parsed before it gets stored.
1.1.0 - 18-03-2022
------------------
Changed:
- The corresponding non-talkpage is now the owner of a topic.
1.0.1 - 04-03-2022
------------------
Fixed:
- The NS_TOPIC namespace constant has been replaced by a number.
1.0.0 - 20-02-2022
------------------
Added:
- Initial release.
[0]: https://keepachangelog.com/en/1.0.0/
[1]: https://semver.org/spec/v2.0.0.html