All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add 'Import zone' feature which allows to import BIND (RFC 1033) zone files to ProBIND.
- Add support for Reverse zones. What is a Reverse zone?
- Add user management and authentication. Now only authenticates with local database.
- Important: This application has upgraded to Laravel 5.3 with a new requirement for PHP 7.0+. No support will be available for PHP prior 7.0 version.
- Add unit and integration tests for complete application.
- Add Activity Logging for Server and Zone models.
- Create a Latest activity widget on Dashboard.
- Add Search functionality to search for records by several criteria. Added with tests.
- Reformat code to PSR-2.
- Fix typo on Releases badge in README.
- Fix a bug on setTypeAttribute().
- Fix some missing translations strings.
- Fix internal broken links.
- Fix a bug in
bumpversion.sh
with major and minor versions number calculation.
- Add validation on Server model, for non-HTTP requests.
- Add unit and integration tests for Server model and controller.
- Add Travis CI configuration in order to execute tests.
- Add Code Coverage badge on README.
- Change Scrutinizer CI configuration in order to use Travis CI results.
- Fix missing App\Server use on ServerUpdateRequest request.
- Fix
bumpversion.sh
. It did not calculate new version number for major and minor bumps.
- Remove Ajax Filtering on /{servers,zones,records}/data calls.
- Remove laravel-ide-helper on non-local environments.
- New script to help with releases. 'bumpversion.sh' will update version number and help developers to deal with new version.
- Fix #14: Avatar isn't shown on some routes.
- Fix typo on CHANGELOG, were first released version was 0.0.1 instead of 0.1.0.
- Remove 'bumpversion' configuration tool (https://github.com/peritus/bumpversion).
First released version.
- It's almost complete.
- You can deal with database, and you can generate push to servers, but somethings need to be revised.
- There are some TODO items to be completed.
A good release to start playing with ProBIND and send me your feedback.