Skip to content

Releases: eventum/eventum

3.8.7 - 2019-12-04

04 Dec 13:23
v3.8.7
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Update bundled composer dependencies for Symfony security fixes

3.8.6 - 2019-11-22

22 Nov 23:33
v3.8.6
Compare
Choose a tag to compare

Upgrading to 3.9.x versions requires that you upgrade to latest 3.5.x version first.

  • Catch LdapException in Manage interface, #765

3.8.5 - 2019-10-26

26 Oct 01:04
v3.8.5
Compare
Choose a tag to compare

Upgrading to 3.9.x versions requires that you upgrade to latest 3.5.x version first.

  • Add support for converting html to markdown, #701
  • Migrate SPHINX_ constants to setup.php, #705

3.8.4 - 2019-10-21

21 Oct 17:10
v3.8.4
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Fix Custom Field Options order not being respected, #702, #703
  • Add option to show all projects checkbox in issues list, #681

3.8.3 - 2019-09-29

29 Sep 21:13
v3.8.3
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Invalidate opcache when changing crypto state, #674
  • Fix permanently remove deleted emails admin action, #677, #676
  • Set max-width to inline markdown images, #679
  • Fix saving custom field attached to multiple projects, #683, #682
  • Use EventManager::dispatch() to get consistent API from Eventum itself, #678
  • Drop support for storing ldap config in separate config, #686
  • SMTP: Allow TLS/SSL even if authentication is not enabled #684, #403
  • MailMessage: add setMessageId method, #685, #415
  • Fix DatabaseSetup when using separate user, #688, #690

3.8.2 - 2019-09-04

04 Sep 22:20
v3.8.2
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Add example Gitlab remote links Subscriber, #661
  • Match also title from GitLab SCM pings, #673

3.8.1 - 2019-09-01

01 Sep 00:47
v3.8.1
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Add support for Extensions to add Symfony routes, #655
  • Drop AbstractExtension, use Providers, #654
  • Extensions: Add Proxy to Composer Autoloader, #657
  • Move Symfony project provided configs to res, #658
  • Load optional config/routes.yml if present, #659
  • Expose project/issue id to window globals, #656
  • Fix PHP 7.2 count() warnings, #651
  • Catch Uncaught exception on IMAP download errors, #649

3.8.0

22 Aug 07:22
v3.8.0
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.
Eventum 3.8.x requires MySQL server 5.5.3, see #433

  • Add index: support_email.sup_message_id (@glensc, #632)
  • Always enable Markdown rendering (@glensc, #633)
  • Change charset to utf8mb4 of support_email and issue tables (@glensc, #433)
  • Replace Misc::getFileList with Symfony Finder (@glensc, #643)
  • Update for new EventDispatcherInterface::dispatch() signature (@glensc, #640)
  • Get rid of global constants (moved to setup.php) (@glensc, #629, #642)
  • Import docs/wiki submodule (@glensc, #644, #645)
  • Fix scm_ping route (@glensc, #646)
  • Drop native PHP gettext wrapper (@glensc, #637)
  • Date Helper: Fix date creation from timestamp with microseconds (@glensc, #647)

3.7.4

04 Aug 12:01
v3.7.4
Compare
Choose a tag to compare

Upgrading to 3.7.x versions requires that you upgrade to latest 3.5.x version first.

3.7.3

02 Aug 10:14
Compare
Choose a tag to compare
3.7.3 Pre-release
Pre-release

Upgrading to 3.7.x versions requires that you upgrade to latest 3.5.x version first.

  • Login using Symfony GuardAuthenticator (@glensc, #550)
  • Update to league/commonmark 1.0.0 (@glensc, #527)
  • Update to league/commonmark-ext-table 2.0.0 (@glensc, #611)
  • With this release, we reached 10000th commit! 💯