1.0.0
Bugfix for broken link generated when TYPO3 is configured with config.absRefPrefix = /. Now uses proper API method so it works in all cases out of the box. Thanks for Francois Suter for the patch.
Bugfix, now pi2 can also have LOCAL_LANG settings overwritten by TypoScript, this has not been the case before. Thanks to Daniel Chabrol
Added danish translations. Thanks to Thomas Clausen.
Added french translation to pi2, Thanks to Dominik Wezel
Fixed documentation bug: Thanks to Jonathan Starck
Rised version number to 1.0.0 as this has proven to be stable already. :)
0.4.0
New feature: Footer URLs.
0.2.4
Accessibility: if using JavaScript, keep the original URL in href. New setting “popupHref” is available for those who for some reason need the old behaviour (popupHref = # for having href=”#”). Thanks for Tobias Pinnekamp for the idea.
Bugfix: TypoScript setting _LOCAL_LANG was not being using in pi1. Fixed. Thanks for Tobias Pinnekamp for the report.
0.2.3
Called htmlspecialurl around the URI so that the generated A-HREF attribute is XHTML compliant even if it contains characters like '&'. Thanks to Marco Seiler for reporting.
0.2.2
Bugfix: it is now possible to create a “printlink” back to normal view (type=0). Thanks to Alistair MacDonald for reporting
Added documentation for some pi2 TS-settings that were always available, but never documented.
0.2.1:
Bugfix for missing “&” in front of “print=1” parameter (e.g with TemplaVoila using printParam): Thanks to Francois Suter for reporting
0.2.0:
Added ignore_post_vars option: thanks to Jan-Philipp Halle for the idea and the code
0.1.2:
Documentation fix
0.1.1:
Added printParam option, so it can also be used with TemplaVoila (print=1 instead of type=98)
0.1.0:
Based on make_printlink version 1.5.2, but added a lot of functionality