Version History

#v0.9.2

* Added Dutch translation;
* Added .pot file to be able to create other translations;
* Shortened code (removing variables if not needed to be declared);
* Developers: Removed deprecated "Replace" function on Database class;
* Developers: Replaced deprecated "get" with "getResults" on PageList class;
* Developers: Replaced deprecated "get" with "connection" on Database class;
* Developers: Replaced deprecated "GetRow" with "fetchAssoc" on Database class;
* Developers: Replaced deprecated "Loader::helper()" with "Core::make()";
* Developers: Moved HTML to output from controller.php file to view file (/attributes/page_child_redirect_selector/form.php);

#v0.9.1

* Usage of the function "getCollectionLink" on a page object instead of using the navigation helper and it's "getLinkToCollection" function;
* Usage of "\Database::get()" instead of "Loader::db()";
* Upon install, check if the attribute already exists or not. Install will only continue if this attribute does not exist and will throw an exception message if it DOES exist;

#v0.9.0

* Initial Release