Version History

#v0.9.8

* Fix issue where if no results were available, the page would not render at all (throwing errors);

#v0.9.7

* Fix issue for ConcreteCMS 9.0 and upwards where excluding "Trash" items would give an error;

#v0.9.6

* Fix issue for ConcreteCMS 9.0 and upwards where dashboard page would not load;

#v0.9.5

* Added flags to drafts and stacks ("Page Path" column) if multilingual in site enabled and more than 1 language in the site activated;

#v0.9.4

* Minor fix (hack) for displaying multilingual pages (other then just the default set language) too in concrete5 version 8.x - this does not affect version 5.7.x;

#v0.9.3

* Added Dutch translation;
* Added .pot file to be able to create other translations;
* Replaced deprecated Database function "GetAll" with "fetchAll";
* Changed _("Access Denied.") into "Access Denied.";
* Removed "Loader" class usage;
* Removed unused "use" statements;
* Removed obsolete "uninstall" function;

#v0.9.2

* Changed coloring from current version color "red" and newer versions from "green" to HEX "#333" to match the concrete5 "versions" color;
* Added version background color "blue" for current (same as on the "versions" section) and grey-ish (and white) for the others;
* Date is being shown directly on the right of each version - instead of opening a version;

#v0.9.1

* Minor fixes in case when no results were found;

#v0.9.0

* Initial Release