Skip to content

Version 1.2.0 - July 2018

Choose a tag to compare

@kenirwin kenirwin released this 10 Jul 13:16

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.)