-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
269 lines (210 loc) · 7.16 KB
/
changelog.txt
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
= 2.9.0
- Fix caching issue with filters and pagination.
= 2.8.0
- Fix for filter buttons.
= 2.7.2
- Improve status page.
- Add post type for templates.
- Throw valid exception in RemoteRequest.
- Log error when failing to fetch feed.
- Check if notification should be dismissible or not.
= 2.7.1
- Add PHP 8.0 support.
= 2.7.0
- Add missing global in article template.
- Add option to toggle attachment in article.
= 2.6.0
- Fixes a bug where the widget caused a crash when using elementor.
= 2.5.0
- Do not use constant for text domain.
- Use disabled to set input attribute.
- Set headers for remote request.
- Bump composer installers.
- Use PHP and Wordpress version from settings.
- Remove unused override in settings.
- Add settings to toggle excerpts.
= 2.4.3.1
- Fix bug where notifications could not be closed.
= 2.4.3
- Minor update on how notifications are managed.
- Change from *none* to <none> to disable buttons and text.
- Add PRO version notice.
= 2.4.2
- Support to use either name or filename of page template.
= 2.4.1
- Add Http classes.
- Handle remote request exceptions.
- Prevent un-serialization of singleton.
- Add support to set template for feed.
= 2.4.0
- Use plugin package.
- Remove settings textarea from configuration page.
- Refactor save settings method.
- Add language dropdown.
- Add possibility to exclude stylesheet.
- Add version to script and stylesheet.
- Add status page.
- Add admin header.
- Add admin notifications.
= 2.3.3
- Fix a bug which triggered PHP warnings caused by undefined constants.
- Fix a bug where cached could not be cleared since widget_id was not set.
= 2.3.2
- Add mark release and filter settings to widget.
- Check PHP and Wordpress version on activation.
= 2.3.1
- Fix bug with select inputs.
= 2.3.0
- Add filters.
- Add support to mark releases as regulatory and non-regulatory in the feed.
- Add autoloader
- Update minimum supported PHP version to 5.6.
= 2.2.2 =
- Improve singleton class.
= 2.2.1 =
- Do not render anything if the feed is empty.
- Add title attribute to img tag.
- Change name of experimental template.
= 2.2.0 =
- Use Regulatory argument when fetching feeds.
- Add SearchTerm setting and argument.
- Use select correctly in any controls.
- Move defines to class constants.
- Clean and sort invalid settings before saving.
- Make sure the json extension is installed and enabled.
= 2.1.0 =
- Fixes a bug where the plugin could not be deleted.
= 2.0.0 =
- Add support to fetch and display press releases in Wordpress.
- Add block_id to all filters.
- Add tabs.
- Remove unused methods.
- Use shorter names in form inputs.
- Fixed name of cache key in shortcode.
= 1.5.4 =
- Remove is_regulatory settings and instead add view_mode that supports three states.
= 1.5.3 =
- Clear cache when post is updated.
- Use block_id in cache name.
- Check for update when plugin is initialized.
= 1.5.2 =
- Check so yaml extension is enabled.
- Add templates folder.
- Check so items is set or not when mapping sources.
= 1.5.1 =
- Add support to filter feed based on categories.
- Fix deprecation warnings.
- Fix php5.3 error message.
- Add composer integration.
= 1.5.0 =
- Major update of code base.
- Use safe version of wp_remote_request().
- Add correct filter when sanitizing settings.
- Add link to settings page under plugin page.
- Add textarea holding settings in json format.
= 1.4.9.1 =
- Fixed a bug where source id from widget was never used.
= 1.4.9 =
- Removed duplicate language field from widget.
- Removed classes from select elements in widget form.
- Add date_format to shortcode arguments.
- Add date_format to widget settings.
= 1.4.8 =
- Fixed a bug where pagination was not working in preview.
- Add User-Agent request header.
= 1.4.7 =
- Improve filtering of variables and post data.
- Add separate cache key for widget.
- Add support to change text or remove the 'Read more' button.
- Corrected call to register_activation_hook().
= 1.4.6 =
- Add separate method for clearing transient cache.
- Remove unused namespace.
- Add source_uid to shortcode attributes.
- Add language form field to widget.
= 1.4.5 =
- Fixed a bugg where settings gets overwritten by the use of a widget or another block.
- Add code to remove any cision_block_widgets from the sidebars during removal.
- Change member visibility.
- Add constants for cision specific query arguments.
- Change description for start and end date as suggested in https://wordpress.org/support/topic/suggestion-regarding-date-format/.
- Major update of readme.
- Added image style to widget settings.
- Added image style to shortcode attributes.
- Added filters to set attributes of wrappers in template.
- Added id shortcode parameter used to name a specific block.
- Added filters for suffix and prefix.
- Added filters to set attributes and active class for pager.
- Added support to filter items based on language.
= 1.4.4 =
- Fixed a bugg triggered when no shortcort argument was set.
= 1.4.3 =
- Allow people to change what capability is required to use this plugin.
- Improve filter validation.
- Refactor code to conform with PSR2 standard.
- Add support to disable images.
= 1.4.2 =
- Add date format option.
= 1.4.1 =
- All images can now be handled over https.
- Add support to select size of image.
= 1.4.0 =
- Add start and end date to widget.
- Add separate class for backend specific code.
= 1.3.2 =
- Add support to choose start and end date for collected feed items.
= 1.3.1 =
- Add support to override settings from widget.
= 1.3.0 =
- Add settings field for cache lifetime.
- Remove transient cache when settings are saved.
= 1.2.9 =
- Add support to filter feed based on IsRegulatory field.
= 1.2.8 =
- Add tags setting that can be used to filter a feed on keywords.
- Improved error checking for remote request.
= 1.2.7 =
- Place settings page under general options.
= 1.2.6 =
- Add swedish translation.
= 1.2.5 =
- Add support to sort feed through the cision_block_sort filter.
- Return template output in order to get correct placement of the shortcode in post content.
= 1.2.4 =
- Add separate cache key for each post containing a cision block shortcode.
= 1.2.3 =
- Add support to override which type of pressreleases to display in shortcode arguments.
= 1.2.2 =
- Add shortcode arguments that can be used to override block settings.
- Switched to using wp_remote_request() instead of file_get_contents().
= 1.2.1 =
- Updated readme with widget tag.
- Added new icons.
= 1.2.0 =
- Added a cision block widget.
= 1.1.6 =
- Rename template to match module name.
- Add variable section in template.
- Use version_compare() to check version.
- Corrected call to load_plugin_textdomain().
= 1.1.5 =
- Fixed invalid pagination.
- Added support to select which feed types to display.
= 1.1.4 =
- Added correct order for filter parameters.
- Check so feed items are set before pagination.
- Added types setting variable.
= 1.1.3 =
- Verify version in settings on load.
- Added missing delete() function.
= 1.1.2 =
- Added active class for pager.
- Store version string in settings.
- Added separate Settings class.
- Added activation hook.
= 1.1.1 =
- Added pager.
= 1.1 =
- Added a filter, cision_map_source_item, that can be used to extract more data for each feed item.
= 1.0 =
- Initial commit.