Version History
0.9.3.0
#v0.9.3
- Removed "fieldset" (<fieldset>) for dashboard page, to remove the extra padding at the bottom of the form/page;
- Minor ConcreteCMS 9.x fixes;
#v0.9.2
- Added Dutch translation;
- Added .pot file to be able to create other translations;
- Added ability to delete all instances of the searched Block Type for a page/stack (with an option to include inactive blocks from previous versions);
- Updated file indenting/formatting, cleaned up code and such;
- Replaced deprecated "Loader::helper" with "Core::make";
- Replaced deprecated "$this->isPost()" (inside controller) into "Request::isPost()";
- Replaced deprecated Database function "get" with "connection";
- Replaced deprecated Database function "GetAll" with "fetchAll";
- Replaced deprecated PageList function "displayUnapprovedPages" with "setPageVersionToRetrieve";
- Replaced deprecated PageList function "get" with "getResults";
- Removed deprecated PageList function "ignoreAliases" (aliases won't be included by default);
- Changed _("Access Denied.") into "Access Denied.";
#v0.9.1
- Removed grabbing the icon of a block type, as this isn't available in the current design (it may be in a future release);
- For developers: Rewritten all $_POST and $_GET to Concrete5's $this->post() and $this->get() functions;
- For developers: Made classes/controllers a bit more PSR compliant;
- For developers: variables that were being used only once and could be on a single readable line, rewritten to not being a variable anymore;
#v0.9.0
- Initial Release