Skip to content

Releases: mautic/mautic

Mautic Community 4.4.10

05 Sep 10:50
34a7de0
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

  • AJAX requests use the site_url instead of the current domain [backport] by @nick-vanpraet in #12042
  • ensure the elfinder paths are within the default firewall, so rememberme functionality works (backport) by @mollux in #12433
  • ensure dependencies use a compatible version of psr/simple-cache - 4.4 by @mollux in #12453
  • Fixing point translation (M4) by @escopecz in #12499
  • ensure only leads from a company are shown on a the company detail overview - 4.4 by @mollux in #12466
  • re-add missing commit to fix incorrect reporting dates by @mollux in #12541
  • Update analytics.js to gtag to support ga4 by @martoboto in #12525
  • Switching contact import to finish in background causes 500 by @nick-vanpraet in #12538
  • Fixes #11888 for mailjet puts only : in lead_donotcontact.comment by @beetofly in #11912
  • Fix: Integration Campaign Members List issue by @irfanhanfi in #12058
  • add codecov token to reduce the number of failed tests due to report upload failures - 4.4 by @mollux in #12610
  • Fix Dynamic content block in email behaving differently in first save and edit [4.4] by @danadelion in #12634

Full Changelog: 4.4.9...4.4.10

SHA1(4.4.10.zip)= 8da80700b742d67dc7d952196adf0506b2ba0535
SHA1(4.4.10-update.zip)= 1666330e723e8516e1980631f8f51ded9af4b383

Mautic Community 5.0.0-alpha1

26 Jun 10:33
Compare
Choose a tag to compare
Pre-release

Welcome to Mautic 5.0-alpha1!

We're excited to announce this release, which includes several new features, enhancements, and bug fixes.

⚠️ This is an alpha pre-release and should only be used for testing purposes. There will be no migration path from 4.x or upgrade path to future releases in the 5.x series. DO NOT use this in a production environment.

Developer Notes

If you're a developer, please note that Mautic 5.0-alpha1 includes several changes that may affect your custom code. Please review the UPGRADE-5.0.md file for more information on these changes.

We hope you enjoy using Mautic 5.0-alpha1 and look forward to your feedback! Please use #mautic-5 on Slack if you wish to discuss the release.

Documentation

Please refer to the WIP new documentation for the latest docs:

End-user: https://mautic-documentation.readthedocs.io/en/5.x/
Developer: https://mautic-developer.readthedocs.io/en/5.x/

Help in completing the Developer Docs would be much appreciated!

Requirements

Mautic now requires PHP 8.0 or 8.1. Support for 7.4 is removed.

Known issues and to-do tasks

  • Mautic instances that are installed via Composer can use all these transports from Symfony: https://symfony.com/doc/5.4/mailer.html#using-a-3rd-party-transport but these do not support callbacks (feedback loops)
  • Currently we have support out of the box for email sending via SMTP
  • Work is just being finalized on mautic-specific transports for Amazon SES and Sparkpost which will support callback loops
  • If you would like to write an email transport for another provider, check the Symfony Docs. To implement batching, your transport needs to implement the \Mautic\EmailBundle\Mailer\Transport\TokenTransportInterface

Plugin removal

The following have been removed:

What's Changed

⚠️ Breaking Changes

🔧 Refactoring

Read more

Mautic Community 4.4.9

31 May 07:08
aa4f8b6
Compare
Choose a tag to compare

What's Changed

⬇️ Deprecations

Two plugins will be removed from Mautic Core in the 5.0 release. Here we are adding warnings in the user interface (the notifications bell) and in the code, advising users of this fact and informing them of their options going forward.

🐛 Bugs

New Contributors

Full Changelog: 4.4.8...4.4.9

SHA1(4.4.9.zip)= 1f7d5461f40e7e023b022d31be73fbd11804b09b
SHA1(4.4.9-update.zip)= 098f0cb872741c60396b2fb7d166733835b66e4f

Mautic Community 4.4.8

28 Apr 14:38
d4f1d2b
Compare
Choose a tag to compare

What's Changed

✨ Features and enhancements

  • Improve test speed of campaign count tests (backport 4.4) by @mollux in #12158

🐛 Bugs

💖 New Contributors

Full Changelog: 4.4.7...4.4.8

SHA1(4.4.8.zip)= e25d0e55b7cde420e1aa7391513b3ae3cd7ad6fa
SHA1(4.4.8-update.zip)= 2dad0d66cf20d5edefb80b721a454e6d614f8521

Mautic Community 4.4.7

10 Mar 11:11
4a897bf
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

New Contributors

Full Changelog: 4.4.6...4.4.7

SHA1(4.4.7.zip)= a40e96e487d01c46d5711d4e4e31a217b4fae193
SHA1(4.4.7-update.zip)= 388c9e3b2f2c4608610bfc8d1d085321d6605cf8

Mautic Community 4.4.6

31 Jan 14:31
73ac295
Compare
Choose a tag to compare

What's Changed

✨ Features and enhancements

🐛 Bugs

💖 New Contributors

Full Changelog: 4.4.5...4.4.6

SHA1(4.4.6.zip)= 4bbfd6e7f73aedfb298b58c31f4d8ff011052d7f
SHA1(4.4.6-update.zip)= a7838ab509cda17829ccc547885298fd7f7f78ba

Mautic Community 4.4.5

30 Nov 16:24
7368d5e
Compare
Choose a tag to compare

What's Changed

🚨 Important notice

Hubspot is sunsetting their API keys in favour of Private Apps - this PR introduces the ability to use Private Apps. You will need to create a Private App and update Mautic with the appropriate credentials to continue synchronising with Hubspot.

🐛 Bugs

Full Changelog: 4.4.4...4.4.5

SHA1(4.4.5.zip)= f24077142f8936380e7e001ee7bc027b06df3783
SHA1(4.4.5-update.zip)= 51dc7d7bf42a02392cd50053e99958a260a54a36

Mautic Community 4.4.4

25 Oct 14:13
20c8e6e
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

  • Hubspot - Fix errors when the API returns a 401 code by @Cr7t3K in #11416
  • Fix created by and modified date for clone entity by @kuzmany in #11528
  • Fix import Company error message without unique fields by @kuzmany in #11512
  • Change clean conditional values with InputHelper::clean by @kuzmany in #11513
  • Add test for UI installer to ensure basic config works (4.4) by @mollux in #11559
  • Segment - Fix filter URL Visited with regex and more by @Cr7t3K in #11541
  • Update SpoolTransport.php to set new MessageID for each email by @pwned555 in #11400
  • Fix incorrect --quiet flag in ProcessEmailQueueCommand (4.4) by @mollux in #11571
  • Fix Campaign events reschedules due to DST by @rohitpavaskar in #11602
  • Dynamic Content filters fixed by @annamunk in #11425
  • Fix day graph range by @kuzmany in #11544

💖 New Contributors

Full Changelog: 4.4.3...4.4.4

SHA1(4.4.4.zip)= b5bb014299756a0406f7d304bc3df5fc365adb15
SHA1(4.4.4-update.zip)= 8a2b549489e66fac6aefacf82f64057cd6a6a20f

Mautic Community 4.4.3

27 Sep 13:11
d17ff5c
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

💖 New Contributors

Full Changelog: 4.4.2...4.4.3

SHA1(4.4.3.zip)= 9179fb7a55fbcc135c840e3946df6adb7f4a20e4
SHA1(4.4.3-update.zip)= c399caaf1e443faed92355c115cdacb1712ed24c

Mautic Community 4.4.2

05 Sep 14:07
ba7541f
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

New Contributors

Full Changelog: 4.4.1...4.4.2

SHA1(4.4.2.zip)= 1e8ffd74ecf0fc5412dacf8f67856d089ce09e9d
SHA1(4.4.2-update.zip)= 7262ccc9e499298e45b511266f58b3f576dee28e