Releases: kenirwin/InnReach-Tracker
Releases · kenirwin/InnReach-Tracker
Release list
Version 1.3.0 - May 2019
Final PHP5-based version - May 2019
- fixes a bug in circ_history.php
- if at all possible, you should use version 1.3.x or higher, which works on PHP7+
- this is the last version that supports PHP5, which is deprecated and should be avoided
Version 1.2.0 - July 2018
Changelog
- added matrix.php - shows pcircs by recency of publication and recency of pcirc
- began conversion to PDO, for new functions only
- added pub_date field to create_mysql_tables.php and the "add_dates.php" script
- add "LOCAL" to LOAD DATA command -- works in more secure environments
- fixed bug in submitting to innreach_titles_by_call in BulkSubmit
IMPORTANT UPGRADE NOTE
When upgrading from an earlier version of InnReachTracker, run this SQL command once:
ALTER TABLE innreach_titles_by_call ADD pub_date YEAR NULL AFTER call
then, on the command line or as a URL, run the add_dates.php script repeatedly until it returns no results.
(The add_dates.php script processes 500 titles each time it runs.)
Version 1.1.3 - May 2017
Minor UI fixes only
- add row highlighting to Add Local Holdings page
- allow selection of upload type by clicking on the label on Upload page
- added README.md for GitHub
InnReachTracker 1.1.1 - July 2014
Fixes some broken jQuery functionality
InnReachTracker 1.1.0 - June 2014
Updated to support PHP 5.4.0+