Eventum Versions Save

Eventum Issue Tracking System

v3.10.5

3 years ago

See Upgrading for details on how to upgrade.

  • Fix filename upload with unicode names, #1078, #1080

v3.10.4

3 years ago

See Upgrading for details on how to upgrade.

  • Fix JavaScript error on Add time tracking page, #1064
  • Add HelperTrait to register all lazy properties, #1062, #1069, #1070
  • Add ISSUE_CREATE_PARAMS event when creating new issue, #1063, #1072
  • Validate from/to/cc headers before submiting email from web, #1075
  • Fix attachments corruption when attached to emails from web, #1068, #1076

v3.10.3

3 years ago

See Upgrading for details on how to upgrade.

  • Fix DynamicCustomFieldController accessing repository too soon, #1041, #1061
  • Refactor: Add LazyProperties to AbstractMigration, #1042
  • Remove leftovers from mnapoli/silly from commands, #1040

v3.10.2

3 years ago

See Upgrading for details on how to upgrade.

  • Add prosemirror rendered markdown for textareas (disabled), #991
  • Use logger from Symfony Framework, #898
  • Add extension support to be able to configure container, #1025, #1026
  • Add Extension to report errors to Slack channel, #1024
  • Avoid using deprecated Setup::get(), #1030
  • Move SCM setup to Extension, #890
  • Deprecate bin scripts over excuting via bin/console.php, #1031
  • Deprecate EventManager class, #1033
  • Fix catching Defuse CryptoException, #1034
  • Use logger via Symfony container, #1029
  • Fix twig deprecation, #1038
  • Fix markdown heading_permalink deprecation, #1037
  • Use random_bytes() rather RandomLib library, #1036

v3.10.1

3 years ago

See Upgrading for details on how to upgrade.

  • Update laminas/laminas-mail (2.12.5 => 2.14.0), #1016
  • Remove deprecated features for 3.10, #974
  • Update dependencies, #1022, #1021, #1020, #1019, #1018

v3.10.0

3 years ago

See Upgrading for details on how to upgrade.

  • Update PHP requirement to 7.3, #1012

v3.9.12

3 years ago

See Upgrading for details on how to upgrade.

  • Fix: Remove post note debug, #1009
  • Add emoji parsing to markdown areas, #1008

v3.9.11

3 years ago

See Upgrading for details on how to upgrade.

  • Add md_textarea.tpl.html include to handle markdown enabled text areas, #989
  • Move "bordered" and "grid" css to separate file, #990
  • With this release, we reached 1000th Pull Request! 💯
  • Fix setup for initial install, #1007
  • Instantiate PdoAdapter directly without layers of wrappers, #1006

v3.9.10

3 years ago

See Upgrading for details on how to upgrade.

  • Fix Time tracking: date validation gives error "Please select a valid date of work", #984, #963
  • Fix decoding of non-plaintext parts in multipart mails, #986

v3.9.9

3 years ago

See Upgrading for details on how to upgrade.

  • Use underscore_number_aware naming_strategy for Doctrine, #965
  • Remove internal uses of deprecated Doctrine::getEntityManager method, #975
  • Update laminas-mail dependency: Fix Invalid header line for Content-Disposition string, #980