Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

76 lines (44 loc) · 2.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

0.6.0 - 2023-07-10

Changed

  • #376 - Always return an int from Symfony Command execute method #376

0.5.4 - 2021-06-30

Fixed

  • Provide get/list api link resource as absolute url - #342

0.5.3 - 2021-06-21

Added

  • Add command to repair notifications and properly handle mail sending … - #333
  • Add Mail sender name - #338

0.5.2 - 2020-07-15

Fixed

  • Use language code to correctly translate mail body of notifications - #322

Added

  • Add Hello as translatable string to the mail templates - #320

Changed

  • Bump libraries

0.5.0 - 2019-04-25

Added

  • Added bell icon in black - #185

Changed

  • Drop php 5.6 - #267

Fixes

  • Only set icon in case an icon is available - #275

Added

  • Notifications can now have an icon - #104
  • Added occ command to send notification to a user or a group - #104

Fixed

  • Make sure buttons stays in place even with long messages - #114
  • Don't escape link text title - #111
  • Fix actions and escaping - #109
  • Move OCS calls to app framework - consumes less resources - #98
  • Don't use escaped message for browser notification - #100