Skip to content

3.0.0

Compare
Choose a tag to compare
@rootpd rootpd released this 22 Jan 20:56
· 21 commits to master since this release
  • BREAKING: Fixed class namespaces to follow PSR4 specification. remp/crm#2228
    • Use package remp/crm-rector:^3.0 to automatically fix these renames.
  • BREAKING: Changed signature of SegmentFactoryInterface::buildSegment method.
    • If you implement your own SegmentFactory, update the signature to buildSegment(string|ActiveRow $segment): SegmentInterface and handle ActiveRow $segment scenario. remp/crm#2518
  • Fixed bugs when loading segments data with datetime parameter in segments visual editor. remp/helpdesk#2307
  • Fixed errors reported by PHPStan (level 3). remp/crm#2988