You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-25Lines changed: 2 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,33 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
-
### [Beam]
10
-
11
-
-**DEPRECATED**: Commands for rollovers and data retention are being sunset in favor of Elasticsearch's ILM. remp/remp#1419
12
-
- Configure your indices to use ILM policies, see base init script for Docker image [here](https://github.com/remp2020/remp/blob/master/Docker/elasticsearch/create-indexes.sh).
13
-
- Updated init script for Elasticsearch Docker image to use Index Lifecycle Management (ILM). remp/remp#1419
14
-
- Added parameters `published_from` and `published_to` into API call `/api/v2/articles/top` to filter returned articles by `published_at` datetime. remp/respekt#441
15
-
- Added parameters `article_published_from` and `article_published_to` into API call `/api/conversions` to filter returned conversions by article's `published_at` datetime. remp/respekt#441
16
-
- Fixed conversion filtering in the Articles - Conversions section; the sum and average fields always worked with all article conversions and ignored the time-based filter. remp/remp#1431
17
-
- Added parameters `published_from` and `published_to` into API call `/api/articles` to filter articles by `published_at` property. remp/respekt#442
18
-
- Added option to ignore content types and authors from Beam's newsletters (either via command options or env). remp/respekt#378
19
-
- Added parameter `content_type` to `/api/articles` and `article_content_type` to `/api/conversions` (filters response by `articles.content_type`). remp/respekt#441
20
-
- Fixed `/api/v2/articles/top` to return correct pageviews count if datetime parameter `to` is used. remp/respekt#441
21
-
22
-
### [Campaign]
23
-
24
-
- Optimized size of `showtime.php` response by trimming unused snippets where possible. remp/remp#1428
25
-
- Fixed HTML overlay banner not hiding overlay when the banner is closed. remp/remp#1424
26
-
- Fixed call on undefined object index during banner's closing remp/helpdesk#3773
27
-
28
-
### [Mailer]
29
-
30
-
- Fixed mail resend when Mailgun throws RuntimeException. remp/remp#1427
31
-
- Added option to use external metadata processors for external domains to `ArticleUrlParserGenerator`. remp/novydenik#1457
32
-
- Changed wordpress article link design in newsletters `TemplatesTrait::getArticleLinkTemplateFunction`. remp/remp#1433
33
9
34
10
## Archive
35
11
12
+
-[v4.2](./changelogs/CHANGELOG-v4.2.md)
36
13
-[v4.1](./changelogs/CHANGELOG-v4.1.md)
37
14
-[v4.0](./changelogs/CHANGELOG-v4.0.md)
38
15
-[v3.11](./changelogs/CHANGELOG-v3.11.md)
@@ -64,4 +41,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
-**DEPRECATED**: Commands for rollovers and data retention are being sunset in favor of Elasticsearch's ILM. remp/remp#1419
6
+
- Configure your indices to use ILM policies, see base init script for Docker image [here](https://github.com/remp2020/remp/blob/master/Docker/elasticsearch/create-indexes.sh).
7
+
- Updated init script for Elasticsearch Docker image to use Index Lifecycle Management (ILM). remp/remp#1419
8
+
- Added parameters `published_from` and `published_to` into API call `/api/v2/articles/top` to filter returned articles by `published_at` datetime. remp/respekt#441
9
+
- Added parameters `article_published_from` and `article_published_to` into API call `/api/conversions` to filter returned conversions by article's `published_at` datetime. remp/respekt#441
10
+
- Fixed conversion filtering in the Articles - Conversions section; the sum and average fields always worked with all article conversions and ignored the time-based filter. remp/remp#1431
11
+
- Added parameters `published_from` and `published_to` into API call `/api/articles` to filter articles by `published_at` property. remp/respekt#442
12
+
- Added option to ignore content types and authors from Beam's newsletters (either via command options or env). remp/respekt#378
13
+
- Added parameter `content_type` to `/api/articles` and `article_content_type` to `/api/conversions` (filters response by `articles.content_type`). remp/respekt#441
14
+
- Fixed `/api/v2/articles/top` to return correct pageviews count if datetime parameter `to` is used. remp/respekt#441
15
+
16
+
### [Campaign]
17
+
18
+
- Optimized size of `showtime.php` response by trimming unused snippets where possible. remp/remp#1428
19
+
- Fixed HTML overlay banner not hiding overlay when the banner is closed. remp/remp#1424
20
+
- Fixed call on undefined object index during banner's closing remp/helpdesk#3773
21
+
22
+
### [Mailer]
23
+
24
+
- Fixed mail resend when Mailgun throws RuntimeException. remp/remp#1427
25
+
- Added option to use external metadata processors for external domains to `ArticleUrlParserGenerator`. remp/novydenik#1457
26
+
- Changed wordpress article link design in newsletters `TemplatesTrait::getArticleLinkTemplateFunction`. remp/remp#1433
0 commit comments