Skip to content

Releases: eventum/eventum

3.10.6

03 Aug 14:48
v3.10.6
Compare
Choose a tag to compare

See Upgrading for details on how to upgrade.

  • Resolve Doctrine ORM 3.0 EntityManager::detach deprecation, #1035
  • Add optional Secure attribute for Eventum cookies, #1139

3.10.5

27 Apr 08:12
v3.10.5
Compare
Choose a tag to compare

See Upgrading for details on how to upgrade.

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

3.10.4

21 Apr 20:33
v3.10.4
Compare
Choose a tag to compare

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

3.10.3

19 Apr 08:05
v3.10.3
Compare
Choose a tag to compare

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

3.10.2

01 Apr 16:36
v3.10.2
Compare
Choose a tag to compare

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

3.10.1

24 Mar 17:00
v3.10.1
Compare
Choose a tag to compare

See Upgrading for details on how to upgrade.

3.10.0

21 Mar 11:50
v3.10.0
Compare
Choose a tag to compare

See Upgrading for details on how to upgrade.

  • Update PHP requirement to 7.3, #1012

3.9.12

10 Mar 18:57
v3.9.12
Compare
Choose a tag to compare

See Upgrading for details on how to upgrade.

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

3.9.11

07 Mar 11:43
v3.9.11
Compare
Choose a tag to compare

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

3.9.10

25 Jan 19:14
v3.9.10
Compare
Choose a tag to compare

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