Skip to content

09.06.00

Choose a tag to compare

@johnhenley johnhenley released this 18 Feb 01:15
· 80 commits to master since this release
e54e594

The Official Community Forums Module for DNN CMS

Important Upgrade Notes

Minimum DNN Platform Version

VERY IMPORTANT: The MINIMUM DNN Platform version for this release is now DNN 9.11.


DNN Community Forums Release Notes

09.06.00

New Features & Enhancements

  • NEW: New template section tokens [DCF:USERISAUTHENTICATED]...[/DCF:USERISAUTHENTICATED] [DCF:USERISNOTAUTHENTICATED]...[/DCF:USERISNOTAUTHENTICATED] to show/hide content based on user being authenticated (#1750)
  • NEW: Web API endpoints for forums search functionality #1758)
  • NEW: Require URL prefix for forum/forum groups in Control Panel when friendly URLs are enabled (#1765)
  • NEW: During upgrade, ensure friendly URL/vanity names are properly populated when friendly URLs are enabled (#1767)
  • NEW: In forums list in Control Panel, show labels for forums/forum groups that are hidden and/or not active (#1754)
  • UPDATE: [FORUMAUTHOR:FIRSTNAME] and [FORUMAUTHOR:LASTNAME] tokens now honor DNN profile visibility settings (#1740)
  • UPDATE: Change icon in search popup from gray to blue to match toolbar icon (#1751)

Bug Fixes

  • FIX: Error when "liking" posts (#1759)
  • FIX: Friendly URLs not working when forums module installed on a sub page (e.g. /support/forums/) rather than top-level page (#1590)
  • FIX: Search results not showing when using Forum Viewer module (#1762)
  • FIX: Extra comma in list of tags in topics view (#1771)
  • FIX: VirtualPath exceptions in Admin Log (#1768)
  • FIX: Annoying exception when editing a post and your authentication has expired (#1744)
  • FIX: Exception in search crawler if no primary portal alias defined (#1756)
  • FIX: Friendly URL for just a single forum group shows multiple forum groups (#1775)
  • FIX: URLs for last reply are inconsistent between topic and reply (#1776)
  • FIX: Last post should consider a more recent reply to an earlier topic to be later than a newer topic (#1774)
  • FIX: Friendly URL doesn't show topics page if forum's vanity name is all numeric (#1780)

Tasks / Development Updates (and Technical Debt)

  • Remove SQL Server full-text search from activeforums_Content table and remove activeforums_Catalog (#1712)
  • Remove now-unused legacy date picker control (#1723)
  • 09.06.00 Release Prep (#1766)