Skip to content

3.5.0

Compare
Choose a tag to compare
@rootpd rootpd released this 23 Jan 13:35
· 75 commits to master since this release

Project

  • Fixed possible redirect issue after login causing HTTP 404 after successful login. remp/remp#1235

[Beam]

  • Fixed entity and segment group seeder to avoid duplicates in the database. remp/remp#1317
  • Added --force parameter to migration in update-prod make target. remp/remp#1317

[Campaign]

  • Changed campaign display rules evaluation to evaluate pageview attributes before including campaign between active campaigns. remp/remp#1302
  • Fixed bug - when copying campaign, removal of assigned segment affected existing campaign segments. remp/remp#1308
  • Fixed reporting unknown country as exception. remp/remp#1314
  • Added --force parameter to migration in update-prod make target. remp/remp#1317

[Mailer]

  • BREAKING: Updated monolog/monolog to version ^3.0. remp/remp#1315
    • If any of your extensions rely on monolog, please review your implementation.
  • BREAKING: Updated robmorgan/phinx library to the latest version. remp/remp#1315
    • If you write your own migrations, you might want to test them against an empty DB. Types are now strict and older migrations could be broken if you used incorrect type in the past.
  • BREAKING: Updated latte/latte templating system to version ^3.0. remp/remp#1315
  • BREAKING: Updated nette/mail library to version ^4.0. remp/remp#1315
  • IMPORTANT: Updated Nette's underlying libraries to version ^4.0 (nette/robot-loader, nette/utils). remp/remp#1315
  • IMPORTANT: Updated mailgun/mailgun-php to version ^4.0. remp/remp#1315
  • Fixed possible render time / memory issues on job detail belonging to newsletter list with lots of emails.
  • Changed generator rule for <em> HTML tag - removed new line. remp/crm#3012
  • Changed command order in update-dev and update-prod make targets to clear cache before running other command. remp/remp#1317

[Sso]

  • Added --force parameter to migration in update-prod make target. remp/remp#1317