Skip to content

Releases: UCF/UCF-Announcements-Django

v1.0.4

25 May 15:21
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed issue with announcement descriptions in cards being truncated without accounting for inner HTML.

v1.0.3

25 May 13:11
Compare
Choose a tag to compare

Bug Fixes:

  • Updated default main site header/footer URLs
  • Suppressed exception when data['items'] is not set when fetching/assigning menu data
  • Fixed incorrect item values for menu link URLs; header/footer links should now link to their correct locations
  • Added explicit mimetype declaration to robots.txt view to prevent it from being served as text/html

v1.0.2

22 Mar 19:22
9a59ff4
Compare
Choose a tag to compare

Bug Fixes:

  • Updated keywords field not required.

v1.0.1

03 Oct 18:32
Compare
Choose a tag to compare

Bug Fixes:

  • Fixes #10 by implementing Main-Site-Theme v3.0.0 styles for navigation.
  • Fixes #11 by updating col widths at various breakpoints and adding the h-100 class to the columns.

Enhancements:

  • Readded datetime pickers fixing #12
  • Added a slug and permalink field to the Announcements api
  • Added basic filtering to the announcements endpoint.
  • Added favicon
  • Added support for a sitemap
  • Added robots.txt
  • Added snippets necessary for adding Google Tag Manager
  • Updated automatic titles and meta descriptions
  • Added delete view
  • Added delete buttons to manager list

v1.0.0

27 Sep 13:33
Compare
Choose a tag to compare
  • Initial Release