Skip to content

Releases: remp2020/remp

4.2.5

28 Oct 11:46

Choose a tag to compare

  • Fixed possible routing conflict between web and API routes. remp/remp#1447

4.2.4

23 Oct 10:25

Choose a tag to compare

[Mailer]

  • Added index to mail_types.deleted_at to speed up dashboard realtime calculations.

4.2.3

21 Oct 12:34

Choose a tag to compare

[Campaign]

  • Fixed broken use of snippets within snippets.

4.2.2

13 Oct 08:45

Choose a tag to compare

[Campaign]

  • Fixed broken use of snippets within snippets.

4.2.1

08 Oct 08:08

Choose a tag to compare

[Campaign]

  • Fixed broken use of snippets within snippets, introduced in 4.2.0. remp/remp#1441

4.2.0

22 Sep 07:23

Choose a tag to compare

[Beam]

  • DEPRECATED: Commands for rollovers and data retention are being sunset in favor of Elasticsearch's ILM. remp/remp#1419
    • Configure your indices to use ILM policies, see base init script for Docker image here.
  • Updated init script for Elasticsearch Docker image to use Index Lifecycle Management (ILM). remp/remp#1419
  • 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
  • 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
  • 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
  • Added parameters published_from and published_to into API call /api/articles to filter articles by published_at property. remp/respekt#442
  • Added option to ignore content types and authors from Beam's newsletters (either via command options or env). remp/respekt#378
  • Added parameter content_type to /api/articles and article_content_type to /api/conversions (filters response by articles.content_type). remp/respekt#441
  • Fixed /api/v2/articles/top to return correct pageviews count if datetime parameter to is used. remp/respekt#441

[Campaign]

  • Optimized size of showtime.php response by trimming unused snippets where possible. remp/remp#1428
  • Fixed HTML overlay banner not hiding overlay when the banner is closed. remp/remp#1424
  • Fixed call on undefined object index during banner's closing remp/helpdesk#3773

[Mailer]

  • Fixed mail resend when Mailgun throws RuntimeException. remp/remp#1427
  • Added option to use external metadata processors for external domains to ArticleUrlParserGenerator. remp/novydenik#1457
  • Changed wordpress article link design in newsletters TemplatesTrait::getArticleLinkTemplateFunction. remp/remp#1433

4.1.1

07 Jul 08:37
d60b9fe

Choose a tag to compare

[Campaign]

  • Fixed condition in NewsletterRectangleTemplate#getConfig() that checks if banner_config is set. Property is initialized as empty array so isset() is not enough. remp/remp#1423

4.1.0

27 Jun 12:04

Choose a tag to compare

[Beam]

  • Fixed sorting issues in datatables. remp/remp#1409
  • Added impression tracking feature. remp/remp#1228

[Campaign]

  • Fixed cast string to boolean in form inputs before validation in CampaignRequest::prepareForValidation. remp/crm#3472
  • Added data-href attribute with target URL of banner to banners which lost this attribute during accessibility-related changes.
  • Changed HTML banner rendering for JS-based banners; the HTML is not being rendered anymore to avoid accessibility warnings.
  • Added information about which campaigns (including variants and banners) were displayed to the Campaign Debugger. remp/helpdesk#3591
  • Added referal property check into Showtime. remp/remp#1290
  • Updated chart library to the latest version. remp/remp#1287
  • Fixed snippet editor removing HTML content of JS strings. remp/remp#1405

[Mailer]

  • Added generator template validation. remp/remp#1398
  • Added support for the processing of additional elements in RespektContent. remp/respekt#388
  • Added HTML WYSIWYG editor for URL Parser email generator intro and footer inputs. remp/remp#1416
  • Added extra index to improve performance of dashboard loading. remp/remp#1418
  • Added setup method for EmbedParser to preprocessing of thumbnail image. remp/remp#1411
  • Fixed memory limit issue when editing newsletter list with many emails. remp/remp#1420

4.0.4

23 Jun 07:55

Choose a tag to compare

[Campaign]

  • Fixed snippet editor removing HTML content of JS strings. remp/remp#1405

4.0.3

13 Jun 07:42

Choose a tag to compare

  • Fixed commerce explicit mapping causing type-related issue (temporarily disabling). remp/remp#1419