Downloads
Download tar.gz
24.46 KB
MD5: e6c47fd3bac7ffac041d85f1a4981616
SHA-1: b8c3d619533e3055e420486fdc91b258ffbe173c
SHA-256: aaa6d84a2a57d99266202a49d90bd50bf5377d58feb775394a968739cce98d61
Download zip
38.17 KB
MD5: fa954978a3064c2a07167b5b2a3e8984
SHA-1: 063f15ed22a1f9ef41cc7360675fcc07a5b5c97e
SHA-256: 012cc263af81d33f215c3d4e430118a0fe65cd374b45b3c6ec677709ffa6609e
Release notes
Bug fixes:
* fixed issue #731430: Invalid link curly brackets allowed in anchors
* fixed issue #877626: IFRAME invalid url - double quotet url in iframe-alternate html text
* fixed issue #936220: Fatal error: Call to undefined function content_notify() in iframe.install on 15 checks for existence of function content_notify from the content module, for uninstall and disable its not further required.
Code improvement:
* enforced more drupal coding standards
* replaced normal string functions with their drupal equivalent
* strlen 0 check now as empty is faster
* more cleanup with help of scripts/code-style.pl and modul coder