Skip to content

Latest commit

 

History

History
73 lines (57 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

73 lines (57 loc) · 2.71 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.2.3 - 2017-02-10

Changed

  • Additional notification improvements. Props Gary Jones

0.2.2 - 2017-02-09

Changed

Fixed

  • Let user know when the database is already up to date. Props Gary Jones
  • Fix typo. Props Gary Jones

0.2.1 - 2017-02-09

Added

  • Added integrity check to make sure the downloaded database file matches the expected MD5 hash.
  • Added a mechanism to retry failed downloads three times before aborting.

Changed

  • All update operations work on temporary files until the download is confirmed to be good, to avoid breaking already working code on updates.

0.2.0 - 2016-08-01

Added

  • Added the path to the data to the Composer output.
  • Added LICENSE file.

Changed

  • Changed license from GPL-v2.0+ to MIT.

0.1.6 - 2016-03-05

Fixed

  • Changed two constants that were now referencing the wrong class.

0.1.5 - 2016-03-04

Fixed

  • Split code into two different classes to avoid issues outside of Composer flow.

0.1.4 - 2016-03-04

Fixed

  • Corrected the README.md to adapt it to the recent changes and added example code.

0.1.3 - 2016-03-04

Added

  • Changed class into a Composer plugin to work around the fact that Composer does not call dependency scripts automatically.

0.1.2 - 2016-03-04

Added

  • The zipped file is now remove after it was unzipped, to recover storage space.

0.1.1 - 2016-03-04

Added

  • Added details about adding scripts hooks to README.md.

0.1.0 - 2016-03-03

Added

  • Initial release to GitHub.