Version History

#v0.9.7

* New theme(s) added: "Angle", "Material";
* Breadcrumbs are now configurable (in the Awesome Dashboard page), to enable/disable;
* Language selector available (next to breadcrumbs when enabled), to change your current logged in user language;
* Upon install, "Material" theme will be enabled;
* Upon install, the language selector and breadcrumbs will be enabled to give you the best experience possible;
* Upon uninstall, clear the caches in case of theme caching;
* Developers: Using FQN instead of aliases/providers;
* Developers: Changed deprecated $this->redirect() (in single page controller) to Redirect::to();

#v0.9.6

* Fixed "Show package updates count", which wouldn't show in some environments;
* CSS fixes for concrete5 version 8.2.x (since a few CSS changes have been made inside the core, which have to be overruled);

#v0.9.5

* Google Chrome fix for aligning blocks side-by-side in the "Blocks" panel;
* Fixed when "Enable Toolbar Titles" is checked, text will fit in properly (configured here: Dashboard | System & Settings | Basics | Accessibility);

#v0.9.4

* Fixed: themes partially working when concrete5 was placed in a sub-directory;

#v0.9.3

* Changed error message when 'application/themes' isn't writable (or is non-existent);
* Fixed: themes not working when concrete5 was placed in a sub-directory;

#v0.9.2

* Added Dutch translation;
* File selector and "nav-pills" still had some round corners (border-radius);
* Fixed: menu triangle sometimes showed up a bit too low (CSS issue);

#v0.9.1

* If the "Customize Editing Interface" Add-On is installed and "Custom Settings" are enabled, do not expand the "Add Block" items;

* Replaced "include" PHP function in header.php file with "$this->inc()" (default theme function), pointing towards the relative path of the to be included (header) file;

#v0.9.0

* Initial Release