Tags module changelog

Version 2.3.1:
 - Bug Fix: Clicked tags could go to "Page Not found"

Version 2.3.0:
 - New: "Disabled Modules" global config setting to exclude modules from site listing and Tag Clouds

Version 2.2.0:
 - Change: Updated to support new view layout in Jamroom Core
 - Bug Fix: Tags were not being created/updated when used as a custom form designer field

Version 2.1.3:
 - Change: Removed some hard coded CSS parameters in the tag_form.tpl file
 - Bug Fix: Tags starting with a pound (#) sign were not being removed from the DS item when deleted

Version 2.1.2:
 - New: jrTags_get_all_tags_with_count() function added that returns the tags with the count of how many there are.

Version 2.1.1:
 - Bug Fix: An invalid URL to an item could be created for items in a profile tag cloud

Version 2.1.0:
 - Change: user_id is now logged in the tags database table to allow users to delete their own tags
 - Change: existing_tags.tpl updated to handle new user_id setup
 - Change: tag_form.tpl updated to use new jrCore_get_activity_indicator() function from Core 6.5.0+

Version 2.0.4:
 - Bug Fix: Items could be listed in tag searches, even though the tag had been deleted

Version 2.0.3:
 - Bug Fix: Some tags may not actually delete when deleted from item detail page

Version 2.0.2:
 - Change: "tagit" Javascript is only included on page if Tag Form field is used
 - Bug Fix: Some single Tag searches in jrCore_list may not include tagged items

Version 2.0.1:
 - Bug Fix: Link to view all tags could be incorrect when linked to from Item Detail page

Version 2.0.0:
 - Change: Tags database structure has changed to make searching faster and more flexible

Version 1.4.10:
 - Change: Admin users can always create tags regardless of Quota settings for active profile

Version 1.4.9:
 - Change: Pressing return after typing a new tag now creates the tag without having to press "save"

Version 1.4.8:
 - Bug Fix: Lastpass icon may appear in the tabs custom form field

Version 1.4.7:
 - Bug Fix: Power Users may not be able to delete tags from a profile that is not their home profile

Version 1.4.6:
 - New: Per Page pagination setting in the Global Config options.
 - New: Form field option to display tags

Version 1.4.5:
 - Bug Fix: Caching could cause tags not to be added to an item

Version 1.4.4:
 - Change: Adding or removing tags from an item no longer changes the item's "updated" time

Version 1.4.3:
 - Bug Fix: Forum tags not showing up when the forum is on a profile that is different from the tag creator

Version 1.4.2:
 - Change: item_list.tpl from version 1.4.1 and older renamed to "tag_list.tpl"
 - Change: new template item_list.tpl for use as default template in Site Builder added

Version 1.4.1:
 - New: Non-admin users who create tags can now delete tags for up to 60 minutes after tag creation

Version 1.4.0:
 - Change: Tag tabs now use CSS style of profile tabs instead of ACP tabs to fit skin better
 - Change: item_list.tpl file added as a wrapper on tag listings to better fit skin style
 - Bug Fix: Cache was not being reset properly and prevented newly added tags from appearing
 - Bug Fix: Tags with spaces or accented characters may not display correctly in Tag Cloud
 - Bug Fix: Some UTF-8 language tags may not show properly
 - Bug Fix: If the Quota Config "own items only" option is set existing tags are not being shown

Version 1.3.8:
 - Bug Fix: Tags with accented characters may not save with accented characters

Version 1.3.7:
 - Bug Fix: /tags URL returning partially empty page when Tag Cloud disabled in Global Config

Version 1.3.6:
 - Bug Fix: Tags added to forum posts may not show due to incorrect cache reset call

Version 1.3.5:
 - Change: ACP name changed from "Tags" to "Item Tags"

Version 1.3.4:
 - Bug Fix: Profile tab not showing any label

Version 1.3.3:
 - Bug Fix: HTML Entities not being handled correctly in Tag Text in Tag Cloud

Version 1.3.2:
 - New: Quota option to limit users to tagging only their own profile items

Version 1.3.1:
 - Bug Fix: pagination not showing on tag listings

Version 1.3.0:
 - New: Tag Cloud tabs to see tag cloud for individual modules
 - Change: Tag listings updated to use list_pager.tpl
 - Bug Fix: "height" param to {jrTags_cloud} was not working

Version 1.2.8:
 - Bug Fix: Tag search no longer includes modules that are no longer active

Version 1.2.7:
 - Bug Fix: Admin users can now always add tags regardless of Quota Setting
 - Bug Fix: Tags index was not functioning correctly

Version 1.2.6:
 - New: added a xxxxx_tag_count variable to the item being tagged.

Version 1.2.5:
 - New: Made it possible to add more than one tag cloud per page

Version 1.2.4:
 - New: "Show on Detail Pages" quota config option for enabling/disabling tags showing per quota

Version 1.2.3:
 - New: Search Support added for searching tags

Version 1.2.2:
  - Bug Fix: tags with html entities could break the tag cloud

Version 1.2.1:
 - Change: expanding tags now has a default if assign is not used

Version 1.2.0:
 - New "Tag Wait Timer" Global Config setting to enforce a wait timer between creating tags
 - New "Max Tag Length" Global Config setting to enforce a maximum tag length (in characters)
 - New "Enable Mobile Tag Cloud" Global Config setting to allow enabling/disabling of the Tag Cloud on mobile and tablet devices
 - Javascript performance improvements to make it render the Tag Cloud much faster

Version 1.1.0:
 - Ability to turn Tag Cloud on/off from Global Settings
 - tag searches now work with != (not equal)

Version 1.0.0:
 - Initial Release