![]() |
audible.pl Script : Revisions History |
|
|
Home > audible.pl > Documentation > Revisions History |
||
|
Download the latest version via the demo page.
FIX: Windows directory names supported. Windows directory names supported, such as setting: write.dir to c:\www\audible. Previously, the c: would cause the directory name to be considered invalid.
FIX: Works with latest datafeed. Audible.com changed the format of their datafeed. The script now works with the latest datafeed. Older versions of the script will report a fatal error and stop.
FIX: Version check now works properly. When audible.pl is run, it now correctly reports if a new version is available. For some YYMMDD combinations, an incorrect version status was reported.
FIX: UTF-8 characters handled. UTF-8 characters are now handled.
IMPROVEMENT: Datafeed download size reported. The total size of the datafeed file is reported as it is being download.
IMPROVEMENT: Key file can be named audible-key.txt The key file can now be named
audible-key.txt (the script still recognizes audible.key so you do not have to rename your current .key file). Some email programs/ISP's filter out .key attachments.
FIX: Thumbnail grid works. The substitution variable page.kids.grid is meant to be used in the cats.html template file to display a grid of product thumbnails. In the previous version, memory was not being cleared and the grid would keep growing and show products from all previous pages created up to the current page. This has been fixed.
FIX: Auto-download of datafeed works in demo mode. In the previous version, auto-download of the Audible.com datafeed file did not work in demo mode (worked only in full mode) thus you would have to manually download the Audible.com datafeed file. In this new version, auto-download now also works in demo mode.
Initial release.