Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
[!] langvars were fixed (most of them are using drupal standard strings now)
[!] $user->uid == 1 checks were replaced by $is_admin checked
[!] rss icons fixed
[*] search box is now using "native" phptemplate variable, not block region (so obsolete block region for search was removed)
Fixed bug with allowed formats per node type javascript helper
Fixed bug of long tips link showing up double sometimes
Long tips link is now also hidden if the guidelines array is empty
Added ability to change the long tips link text in settings
Added help text to the top of the global defaults page
More fixes and enhancements to the JS helper for the content type form
Enhanced format order for existing entries when available formats are changed
Separated option to show long tips link from the show format tips permission to its own permission
a) Made it optional if a kudo appears on a node. This allows you to target different kudos to nodes, then comments.
b) Added an option under comments, whereby a kudo can be classified as only grantable by the content owner. This means that only the original creator of a particular node, may grant that kudo to a comment on that node. See #349303: Allow only Node Author to give kudos..