Skip to content

Releases: WebsiteBaker-modules/hints

0.6.2

02 Dec 21:22
Compare
Choose a tag to compare

remove MYSQL_ASSOC (thanks to Frank)

0.6.1

25 May 20:34
Compare
Choose a tag to compare
  • fix deprecated warning for php 7.4 thanks to Bernd

0.6.0

01 Mar 19:58
Compare
Choose a tag to compare

0.6.0 2019-03-01
- add backend.js to change font color (Ruud)
- add a display mode to allow hints to float up to the top (Ruud)
- remove section headers when hints are shown readonly (Ruud)
- fix background colors (Ruud)
- add Dutch language file (Ruud)
- add two more display modes: popup and bottom

0.5.1

11 Jan 20:22
Compare
Choose a tag to compare

0.5.1 2019-01-10
- fix typo in language file
- move preview below the buttons

0.5.0

09 Jan 23:02
Compare
Choose a tag to compare
  • 0.5.0 2019-01-09

    • support sharing and visibility to groups
    • fix role of section default for owner
  • 0.4.1 2019-01-05

    • attempt to fix show_wysiwyg_editor already declared error

0.4.0

04 Jan 22:03
Compare
Choose a tag to compare
  • 0.4.0 2019-01-04

    • add settings to adjust different views
    • provide a wysiwyg editor
    • provide a preview mode and an edit button
  • 0.3.4 2018-12-30

    • add a preview to assist editing of html
  • 0.3.3 2018-12-28

    • more meaningful labels at the checkboxes
    • correct htt template delimiters
  • 0.3.2 2018-12-23

    • do not throw users out of backend when attempt to delete is denied (thanks to florian)
  • 0.3.1 2018-12-22
    - next attempt to fix IDKEY error (thanks to jacobi22)
    - do not expose usernames (use display names only)

0.3.0

21 Dec 22:03
Compare
Choose a tag to compare
  • 0.3.0 2018-12-21
    - offer a color selection palette
    - localization for the color picker
    - keep previously selected colors in palette
    - resize textarea to small heights
    - rework update of end_time in add.php

  • 0.2.1 2018-12-19
    - display a hint about hidden sections

  • 0.2.0 2018-12-18
    - added color selector and auto-resize textbox
    - disable deletion of section if not owner
    - suppress section anchors in frontend
    - allow html input
    - bug fix checkIDKEY error (hopefully)
    - allow hiding hints for others

  • 0.1.1 2018-12-12
    - allow superadmin as owner
    - use div instead of textbox if not shared
    - add a padding inside the hint's div
    - use an additional pre tag inside div
    - use separeate stylings for div and textarea

  • 0.1.0 2018-12-11
    - initial version