This release addresses an issue where the module was conflicting with some elements of the user module. I had, without thinking, named the user-facing functions *_user. This usage will actually open hooks to the user module, and doing this resulted in the user module making calls to these functions. This resulted in errors in a couple of situations.
These modules were renamed to *_main in order to fix this issue.
PLEASE NOTE: If upgrading, you may need to disable and re-enable this module, in admin/build/modules in order for the user pages to come back up promptly.
New features:
- French and Hungarian translations (thanks rondev and hinger)
- It is now possible to access the printer-friendly page through print/url_alias, in addition to the standard node/nid
- Added $node->printing flag to alert other modules.
Smoothing out the past few releases, this version fixes several bugs with the .install file and finally gets the file-based templates working for new users.