Skip to content

Release v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 14:27
v3.3.0

3.3.0 - 2022-10-17

Added

  • Config flag to set the Laravel app time zone.
  • Publication dates in the Question's table.
  • New panel showing scheduled questions in the Admin dashboard.
  • The title and other SEO fields should be driven by the configuration instead of language files. (#364)
  • Add notifications when a badge is unlocked enhancement. (#359)

Changed

  • Shuffle pending questions before listing them. (#354)
  • Reduce the number of questions in the homepage to 5.
  • Small changes related the look&feel of the application.
  • Reduce number of queries in order to increase performance. (#369)
  • Responsiveness improvements. (#361)
  • Refactor to always use lowercase tags.
  • Use Summernote as WYSIWYG editor

Fixed

  • Scheduled questions are not published on time bug. (#348)
  • Admin dashboard look&feel on mobile devices.

Removed

  • Remove unused code in app.js.
  • Remove unused action resources.
  • Hide Home link for guests.

Review CHANGELOG to see changes.