Downloads
Download tar.gz
54.08 KB
MD5: fe2a67c94c2c5b9c2ad7f785b7d1c6c5
SHA-1: 7d665f5c391455ddb0955472680352143e049e08
SHA-256: 0c27030a607ab57f98eda4856282eccf1a400d534b5ae20ea36db3f7347b9275
Download zip
78.56 KB
MD5: 7f7be0a01da88016e951472c36e94a7f
SHA-1: d2b17107bb1b9f713867918c82c9950b7bf8abd7
SHA-256: 0765b220ae38e82b1e3a21b4dacfa47a289852ba9b1aa89115172f98caee1713
Release notes
Changes since DRUPAL-6--1-3-ALPHA1:
- By KiamLaLuno: Corrected the update SQL query to avoid it returns multiple rows.
- By KiamLaLuno: Corrected the form identifier passed to the function handling the meta tags.
- By KiamLaLuno: Changed "meta tag Description" with "meta tag DESCRIPTION".
- By KiamLaLuno: Changed a function name from _nodewords_description_match_callback to _nodewords_teaser_match_callback.
- By KiamLaLuno: Removed the code added as per #601264.
- By KiamLaLuno: Changed the update function to do nothing if the database table doesn't contain rows.
- By KiamLaLuno: Changed nodewords_update_6102() to use update_sql().
- By KiamLaLuno: Changed nodewords_update_6113() to use update_sql().
- By KiamLaLuno: Corrected the insert queries in the update functions, and added two more table indexes.
- By KiamLaLuno: Corrected the SQL query executed in nodewords_update_6106().