Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

52 lines (41 loc) · 3.59 KB

The upgrade instructions are available at Oro documentation website.

The current file describes significant changes in the code that may affect the upgrade of your customizations.

Changes in the Mailchimp package versions

3.1.5

Added

  • STATUS_SYNC_FAILED status was added to Oro\Bundle\MailChimpBundle\Entity\StaticSegment which indicates that static segment sync was finished with errors.

3.1.4

Changed

  • In Oro\Bundle\MailChimpBundle\Controller\MailChimpController::toggleUpdateStateAction (oro_mailchimp_email_campaign_activity_update_toggle route) action the request method was changed to POST.

3.1.0 (2019-01-30)

3.0.0 (2018-07-27)

2.3.0 (2017-07-28)

Show detailed list of changes

2.2.0 (2017-05-31)

Show detailed list of changes

2.1.0 (2017-03-30)

Changed

  • Class StaticSegmentRepository[?]
    • changed the return type of getStaticSegments method from BufferedQueryResultIterator to BufferedQueryResultIteratorInterface
  • Class AbstractExtendedMergeVarExportReader[?]
    • changed the return type of getSegmentsIterator method from BufferedQueryResultIterator to BufferedQueryResultIteratorInterface
  • Class MemberExportReader[?]
    • changed the return type of getSubscribersListIterator method from BufferedQueryResultIterator to \Iterator
  • Class StaticSegmentReader[?]
    • changed the return type of getStaticSegmentIterator method from BufferedQueryResultIterator to \Iterator
  • Class StaticSegmentExportWriter[?]
    • changed the return type of getSegmentMembersEmailsIterator method from BufferedQueryResultIterator to BufferedQueryResultIteratorInterface
  • Class AbstractMarketingListEntitiesAction[?]
    • changed the return type of getMarketingListEntitiesByEmail method from BufferedQueryResultIterator to \Iterator
  • Class MarketingListStateItemAction[?]
    • changed the return type of getMarketingListIterator method from BufferedQueryResultIterator to \Iterator