Skip to content

Releases: kenirwin/InnReach-Tracker

Version 1.3.0 - May 2019

Choose a tag to compare

@kenirwin kenirwin released this 10 May 12:55
  • compliant with php7
  • switched from mysql library to PDO for database interactions
  • updated innreach_titles_by_call.sql
  • otherwise as similar as possible to previous versions

Final PHP5-based version - May 2019

Choose a tag to compare

@kenirwin kenirwin released this 10 May 12:52
  • 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

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

Version 1.1.3 - May 2017

Choose a tag to compare

@kenirwin kenirwin released this 15 May 20:18

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

Choose a tag to compare

@kenirwin kenirwin released this 01 Jul 20:20

Fixes some broken jQuery functionality

InnReachTracker 1.1.0 - June 2014

Choose a tag to compare

@kenirwin kenirwin released this 03 Jun 14:38

Updated to support PHP 5.4.0+