Skip to content

09.06.00-RC1

Pre-release
Pre-release

Choose a tag to compare

@johnhenley johnhenley released this 05 Feb 21:44
· 169 commits to dev since this release
cff431f

The Official Community Forums Module for DNN CMS

IMPORTANT!!! This is a release candidate (RC). Please do not use this installation/upgrade package for any production websites of any kind. This release is not supported and is only provided for test purposes, to allow others to test their websites first.


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)

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)