All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.2.3 - 2017-02-10
- Additional notification improvements. Props Gary Jones
0.2.2 - 2017-02-09
- Further improve notifications. Props Gary Jones
- 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 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.
- 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 the path to the data to the Composer output.
- Added
LICENSE
file.
- Changed license from GPL-v2.0+ to MIT.
0.1.6 - 2016-03-05
- Changed two constants that were now referencing the wrong class.
0.1.5 - 2016-03-04
- Split code into two different classes to avoid issues outside of Composer flow.
0.1.4 - 2016-03-04
- Corrected the
README.md
to adapt it to the recent changes and added example code.
0.1.3 - 2016-03-04
- 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
- The zipped file is now remove after it was unzipped, to recover storage space.
0.1.1 - 2016-03-04
- Added details about adding
scripts
hooks toREADME.md
.
0.1.0 - 2016-03-03
- Initial release to GitHub.