Skip to content

4.1.0

Choose a tag to compare

@rootpd rootpd released this 23 May 08:04
· 38 commits to master since this release
  • Fixed a memory issue when generating a large number of subscriptions. remp/crm#3443
  • Added event AfterLastSubscriptionEndedEvent which is triggered by scenarios' before event generator AfterLastSubscriptionEndedEventGenerator. remp/respekt#390
  • Optimized SubscriptionsPresenter::renderMy() remp/novydenik#1356
    • Subscriptions are now eager-loaded with fetchAll() and passed to the Latte view as a plain array.
    • The template was updated to use count($subscriptions) / count($subscriptions) === 0.