Skip to content

Commit cd1287a

Browse files
authored
Update CHANGELOG.md
1 parent 3393921 commit cd1287a

File tree

1 file changed

+33
-27
lines changed

1 file changed

+33
-27
lines changed

CHANGELOG.md

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11

2-
CHANGELOG for version <= 2.1.x
3-
==============================
2+
# CHANGELOG
43

5-
This changelog references the relevant changes (bug and security fixes) done in <= 2.1 minor versions.
4+
This changelog references the relevant changes (bug and security fixes).
65

76
To get the diff for a specific change, go to https://github.com/superdesk/web-publisher/commit/XXX where XXX is the change hash
87

9-
### 2.1
8+
## 2.2
9+
10+
* migration to Symfony 5
11+
* various migration fixes
12+
* fix for Publisher not being available for new users
13+
* fix for article corrections not being published
14+
15+
## 2.1
1016
* fix [#1183] for timestampable update error
1117
* fix [#1186] get client original extension from file as a fallback
1218
* fix [#1184] ES- Added asciifolding analyzer to package fields
@@ -76,7 +82,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
7682
* fix [#1064] set validator for headline min length
7783
* fix [#1063] fixed date times when null and export only published articles
7884

79-
### 2.1.0-RC
85+
## 2.1.0-RC
8086

8187
* improvement [#1062] Add "default language" to tenant configuration
8288
* improvement [#0161] Allow filtering packages by language
@@ -96,7 +102,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
96102
* improvement [#985] @kottkrig Add lazy load attribute to embedded images.
97103
* improvement [#982] Add feature media to package endpoint response
98104

99-
### 2.0.4
105+
## 2.0.4
100106

101107
* fix [#1039] handle items with slugline property set to empty string
102108
* improvement [#1038] search articles by exact author name
@@ -112,7 +118,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
112118
* improvement [#1010] improve metadata matching in content lists filters
113119
* fix [#1005] fix article publishing with multiple tenant rules]
114120

115-
### 2.0.3
121+
## 2.0.3
116122

117123
* fix [#997] fix duplicated authors in package handling
118124
* feature [#996] handle new superdesk ways for unpublishing content
@@ -121,21 +127,21 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
121127
* improvement [#989] add images length to the Image model
122128
* improvement [#984] expose route parent for templators
123129

124-
### 2.0.2
130+
## 2.0.2
125131

126132
* improvement [#981] clean up old slideshows on article update
127133
* fix [#980] Fix tags generation for cache invalidation requests
128134
* improvement [#979] set generated classes target dir to var/cache in PackageHydrator
129135

130-
### 2.0.1
136+
## 2.0.1
131137

132138
* improvement [#970, #973] Use varnish xtags instead cachetags
133139
* fix [#969] Properly save slideshows when package is updated
134140
* fix [#964] Fix slow content list items loading (internal api)
135141
* fix [#963] Display slideshow's items in a proper order by default
136142
* fix [#958] Log this same (and more) data to filesystem and graylog
137143

138-
### 2.0.0
144+
## 2.0.0
139145
* feature [#942] Redirect not found article request to route page - controlled by ENV variable, disabled by default
140146
* feature [#925] oAuth client implementation
141147
* BC BREAK [#834] Changed query params publishedBefore and publishedAfter to published_before and published_after in ES bundle
@@ -151,7 +157,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
151157
* feature [#732] Set image byline/credit metadata field in the HTML output
152158
* improvement [#730] Allow to filter articles by data stored in extra
153159

154-
### 1.5.0
160+
## 1.5.0
155161
* improvement [#727] Turn off loggable extensions on tables
156162
* feature [#724] Schedule article adding to manual content lists
157163
* fix [#722] Fix data send via webhook
@@ -184,7 +190,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
184190
* bug [#639] Error in generating url to avatar image
185191
* improvement [#630] Add otpion to exclude articles fron content list items
186192

187-
### 1.4.0
193+
## 1.4.0
188194
* feature [#626] Allow to store files on AWS
189195
* feature [#621] Added support for audio/video files
190196
* feature [#620, #625] Add support for auth JWT tokens (used by Coral Talk)
@@ -225,7 +231,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
225231
* improvement [#465] allow filtering by route name in content lists
226232
* feature [#459] Added an option to preview an article before even publishing it
227233

228-
### 1.3.0
234+
## 1.3.0
229235
* feature [#462] Added template widget
230236
* bug [#460] Install assets when theme is installed
231237
* feature [#458] Added redirect and notFound functions for twig templates
@@ -254,7 +260,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
254260
* feature [#420] Add statistics to articles. Collect page views and make them visible in template and api
255261
* feature [#416] Add Webhooks system (with API) to publisher
256262

257-
### 1.2.0
263+
## 1.2.0
258264
* feature [#394] Add "template_name" parameter to html widget
259265
* feature [#393] Introduce "without" keyword for gimmelist and add refactor article sources to allow better filtering
260266
* [BC Break] feature [#371] Handle article sources (Article source is now an array of sources instead of a string.)
@@ -264,18 +270,18 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
264270
* feature [#372] Add Liveblog widget, add external ESI renderer
265271
* feature [#368] Add Content List Loader
266272

267-
### 1.1.0
273+
## 1.1.0
268274
* feature [#364] Add two new user settings
269275
* improvement [#360] Allow multiple routes filtering in articles loader
270276
* improvement [#359] Allow removing about field content in user profile
271277
* fix [#353] Fix content list issue when publishing item
272278
* improvement [#352] Add caching to static theme assets
273279
* fix [#350] Add genre property to NINJS schema validator
274280

275-
### 1.0.1
281+
## 1.0.1
276282
* feature [RuleBundle] Implemented name and description fields in Rules API
277283

278-
### 1.0.0
284+
## 1.0.0
279285
* fix Adding article to content lists on publish (#349)
280286
* fix Set default value for urgency, handle genre as array in package item
281287
* feature ElasticSearch integration & bugfixes (#336)
@@ -288,7 +294,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
288294

289295
Full list of commits: https://github.com/superdesk/web-publisher/compare/cd75f77...046da8f
290296

291-
### 0.6.0
297+
## 0.6.0
292298
* feature [#324] Added an option to sort collections
293299
* feature [#316] Add possibility to set custom headers and clear cookies with ResponseContext class.
294300
* feature [#314] Add more options to articles filtering api
@@ -299,7 +305,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
299305
* feature [#297] Add API to delete article
300306
* feature [#294] Add support for Manual Content List in API
301307

302-
### 0.5.0
308+
## 0.5.0
303309
* feature [#281] Allow to filter articles by route id in API
304310
* feature [#280] Add correct Content-Type header to routes with extensions
305311
* feature [#279] Allow to filter articles by status in API
@@ -308,7 +314,7 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
308314
* feature [#212] Implement revisions system for containers
309315
* feature [#265] Add command to list tenants
310316

311-
### 0.2.0
317+
## 0.2.0
312318
* feature [#235] Add API endpoint for rendering single container (and its content)
313319
* feature [#219] Automatically create menu widget when root menu/navigation is created
314320
* feature [#218] Assign article to route of type content automatically when article is published
@@ -320,37 +326,37 @@ To get the diff for a specific change, go to https://github.com/superdesk/web-pu
320326
* feature [#203] Added option to access theme assets with simple /public/{fileName} links
321327
* change [#207] Changed serialized properties naming strategy from underscore to camelCase
322328

323-
### 0.1.0-11
329+
## 0.1.0-11
324330
* feature [#184] Added Google AMP HTML integration
325331

326-
### 0.1.0-10
332+
## 0.1.0-10
327333
* feature [#182] [CoreBundle] Implement API token authentication
328334
* feature [#181] [MenuBundle] Implement possibility to move menu items
329335
* feature [#176] Added a new way to dynamically handle "resolve target entities"
330336
* feature [#176] Introduced better inheritance mapping
331337

332-
### 0.1.0-9
338+
## 0.1.0-9
333339
* feature [#168] Added automatic content lists
334340
* feature [#173] Add user registration and login features
335341

336-
### 0.1.0-8
342+
## 0.1.0-8
337343
* bug/feature/maintenance [#165] Switch to ORM as main storage backend
338344

339-
### 0.1.0-7
345+
## 0.1.0-7
340346
* maintenance [#156] added memcached to project requirements and configured it as default sessions handler
341347
* maintenance [#156] Specified project requirements
342348
* feature [#155] Upgrade Symfony version to 3.1
343349
* feature [#153] Bump lowest PHP version to ^7.0
344350
* bug [#152] [ContentBundle] If I correct a headline, it and its article are published in addition to the original (takeit)
345351

346-
### 0.1.0-6
352+
## 0.1.0-6
347353
* feature [#138] [RuleBundle][Rule][ContentBundle] Added content to route mapping with simple rules managed by API (takeit)
348354
* feature [#139] Add default templates for error pages.
349355
* feature [#128] [ContentBundle] Add route type constraint validator (takeit)
350356
* bug [#128] [ContentBundle] Improve possibility to un-assign/assign parent routes (takeit)
351357
* feature [#132] [Template System][TemplateEngine Bundle] implement pagination in gimmelist
352358

353-
### 0.1.0-5
359+
## 0.1.0-5
354360
* bug [#128] [ContentBundle] Un-assigning content from route doesn't work (takeit)
355361
* feature [#128] [ContentBundle] Allow to assign/un-assign route to article (takeit)
356362
* bug [#129] [CoreBundle][ContentBundle] Change template name discovery, add articles_template_name to route (see updated documentation)

0 commit comments

Comments
 (0)