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
Added caching of colors order in dashboard (order is first assigned according to predefined order and number of traffic per each referer medium). remp/remp#719
Added missing IE11 polyfill to support Promise in IE11. remp/remp#795
Added support to track IDs of user's subscriptions granting access to content. remp/analytika#11
Added optional env variable COMMANDS_OVERLAPPING_EXPIRES_AT which controls overlaping expiration and changed default commands without overlaping expiration to 15 minutes instead of 24 hours. remp/remp#768
[Campaign]
Added Newsletter rectangle banner type to allow subscription to newsletter directly from within the banner. Further configuration and backend proxy is necessary to use the feature. Refer to README and .env.example for additional info. remp/remp#618
Added missing IE11 polyfill to support Promise in IE11. remp/remp#795
Added optional env variable COMMANDS_OVERLAPPING_EXPIRES_AT which controls overlaping expiration and changed default commands without overlaping expiration to 15 minutes instead of 24 hours. remp/remp#768
Moved caching of SegmentAggregator (required in showtime.php) to HTTP middleware and CampaignsRefreshCache command. Done to avoid caching when running composer install and its hooks (such as artisan package:discover). remp/remp#798
[Sso]
Added optional env variable COMMANDS_OVERLAPPING_EXPIRES_AT which controls overlaping expiration and changed default commands without overlaping expiration to 15 minutes instead of 24 hours. remp/remp#768
[Mailer]
Fixed issue with Twitter embeds caused by the external library. remp/remp#796
[Mailer]
Added option to show mail template by code in TemplatePresenter->showByCode method. remp/crm#1626