hashtags 7.x-1.5

Bug fixes
New features

1) Hashtags saving method changed. Now hashtags will be attached even after creating entity from code:
$node = node_load(12);
$node->field_body['und'][0]['value'] = 'my text #hashtag';
node_save($node);

hashtags 6.x-1.1

Bug fixes

* Block bug when you try uninstall module - call custom function which locates in disabled module

hashtags 7.x-1.4

New features
Bug fixes

* Investigate How node autocomplete save system works and rewrite it for custom field;
* Rewrite hashtag saving according term autocomplete field;
* Fix bugs after saving/updating nodes;
* Regular expression fixed according standards on hashtags.org;
* Hashtags filter added;
* Auto attaching Hashtags filter to system input formats after installing & removing after uninstalling;
* Update.php hook for attching Hashtags filter;
* code refactoring;
* Writing updates to Readme.txt;

hashtags 6.x-1.0

New features
Bug fixes

* Regular expression fixed according standards on hashtags.org; (fixed)
* Hashtags filter added; (fixed)
* Auto attaching Hashtags filter to system input formats after installing & removing after uninstalling; (fixed)
* Update.php hook for attching Hashtags filter; (fixed)
* code refactoring; (fixed)
* Writing updates to Readme.txt; (fixed)

hashtags 7.x-1.3

Huge fix - allows to pick content types for which to use hashtags - like Drupal 6 interface

Subscribe with RSS Subscribe to Releases for Hashtags