The biggest fix has been auto-save not always picking up changed values from the Tags property. In addition we’ve added some more flexibility with GroupKeys, CultureSpecific support, allow spaces, allow duplicates and case sensitive. And a brand new admin interface for managing tags.
[CultureSpecific] [UIHint("Tags")] [GetaTags(AllowSpaces = true, AllowDuplicates = true, CaseSensitive = false)] public virtual string Tags { get; set; }
Fore more information make sure to read the documentation.
We’ve also added a simple admin interface for managing tags. You can access it in admin mode, under tools, and Geta Tags Management.
You can search by tag name, delete and edit tags. By default we display 30 tags per page.
For all the details please take a look at: closed issues.
Thanks for the contributions from Boyan Mihaylov, vansterhant and Josef Ottosson.