Skip to content

Latest commit

 

History

History
executable file
·
154 lines (107 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

executable file
·
154 lines (107 loc) · 5.13 KB

v1.4.0

  • Added two DB fields for status of message (whether it sent or not) and the ids of those it failed to send to
  • Added alternative name fields for moodle 2.6 compatibility issues, and changed get_context_instance methods to context::instance_by_id

v1.3.2

  • adds German translation contributed by jlackner

v1.3.1

  • adds form element setType statements missed in the previous release

v1.3.0

  • updates for 2.4 and 2.5 Moodle API changes
  • Swedish translation
  • Hebrew translation
  • configurable FERPA settings
  • Securing email attachments
  • Fixup local css for fixed width themes

v1.2.9

  • Fixes attachment path on Windows servers #49

v1.2.8

  • Upgrade from 1.9 a70a5d (meyersh)
  • Russian translation 7a5ccc (Sergey Zolotykhin)
  • Backing up and restoring of quickmail hostory #39
  • Safe email log restoration: #45
  • Fixes broken delete link for admins 4166c8
  • Improved attachment filearea #40
  • Type needs to be included in pagination 3333e6
  • Fix upgrade failure point #41 (mackensen)
  • Use correct user time in history and drafts #42

v1.2.7

  • Removed dprecated code #35 (mackensen)
  • Install fields were causing problems on install #34 (mackensen)
  • Javascript was blocking Cancel #33
  • Block now uses icons correctly 213ed0
  • Uses the correct zip in attachments 200fb2

v1.2.6

v1.2.5

  • Receive copy default setting #31
  • Empty Signature defaults #30
  • Increase Subject line 45a80cf

v1.2.4

v1.2.3

  • Install script differed from upgrade script

v1.2.2

  • Emergency Fix for alternate emails #25
  • Embed image permission too strong for thick app clients #26
  • Delete signatures, optional signature content #27

v1.2.1

  • Added French translation (Luiggi Sansonetti)

v1.2.0

  • Fixed student permissions #19
  • Horizontal scrollbars for email table #17
  • Ability to configure alternate email address #16
  • Embed images and other content in email and signature #21
  • Option to prepend shortname or idnumber in email subject #22

v1.1.2

  • Fixed problematic anonymous function between PHP versions #7, #8 (eSrem and Icheb)
  • Abiding by Moodle config directory permission #9 (abias)

v1.1.0 and v1.1.1

v1.0.1

  • Styles and decoration (rrusso)

v1.0.0

  • Initial release