Version History

#v1.1.5

* Make sure dashboard icons render in ConcreteCMS version 9.x (pencil and arrows not showing in the "Toolbar Designer" page);

#v1.1.4

* Move "Items" page to top level "Toolbar Designer" page, since there are no other dashboard pages within this Add-On;

#v1.1.3

* Fix error when clicking on "Toolbar Designer" in the dashboard menu of concrete5 version 8.5.4 (non-functioning redirect by core CMS);

#v1.1.2

* Exclude dashboard pages, created by this Add-On, from the search index (to avoid issues with the Automated Job "Index Search Egnine");

#v1.1.1

* Setting "Use page name as label" would hide some other inputs, that shouldn't be hidden;
* Fixed issue which could prevent "Page selector" from working (displaying "SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data" error);
* Using core "Page Selector" helper to select a page (instead of inline JavaScript);

#v1.1.0

* Added option to always display label of an item, to be used when "Enable Toolbar Titles" is not enabled;
* Minor bugfix for the "Location" field, where installs inside a subdirectory wouldn't have proper URL's;
* Presets come with a "default" icon, for when the "Icon" field is left blank by the user;

#v1.0.0

* Added "Data Objects (Express)" as Preset, available for concrete5 version 8.x installs;
* Added "Name & Attributes" as Preset, available for every concrete5 version installs;
* Fixed issue with relative URL's, where URL's would have "BASE_URL" added as plain text;
* Fixed issue for concrete5 version 8 and higher, where "getToolbarDesignerPresets" wouldn't be called for Packages, and therefore wouldn't load Presets of other packages;
* Renamed used PHP function ucFirst to ucfirst;

#v0.9.1

* Updated Dutch translation;
* Updated messages.pot translation file;
* Replaced deprecated Database function "GetRow" with "fetchAssoc";
* Replaced deprecated Database function "GetAll" with "fetchAll";
* Replaced deprecated Database function "GetOne" with "fetchColumn";
* Replaced deprecated Database function "Insert_ID" with "lastInsertId";
* Replaced deprecated Loader function "packageElement" with "element" (View class);
* Replaced _("Access Denied.") with "Access Denied.";

#v0.9.0

* Initial Release