This release updates to the latest version (1.0) of the betterawstats engine. Thanks to feedback, it also fixes a number of bugs, usability and documentation issues. Main changes:
All BAWstats reports are now located under the reports section of admin (i.e. /admin/reports/bawstats)
There is now more sharing of code between BAWstats and betterawstats reducing the code base size.
More error checking on the configuration locations.
New features:
- Added an upgrade path for users of the 4.7.x and early 5.x versions.
Bugs fixed:
- #194862: Fixed hook_nodeapi(). See http://drupal.org/node/194862#comment-774337 for details.
- Added some short circuit logic to hook_form_alter().
- #236344: Fixed comparing filtered teaser with unfiltered body (and vice versa).