Version History

#v0.9.6

* Replaced deprecated "Loader::element" with "View::element";
* Replaced '_("Access Denied.")' with '"Access Denied."';
* When block used in composer, the block type's name label behind the description will only appear if different from the label (to avoid double naming display);

#v0.9.5

* Added option to add "Bootstrap Transition" (under Dashboard -> Pages & Themes -> Bootstrap Blocks), to be used with Bootstrap Carousel in combination with transition "fade";

#v0.9.4

* Image error (upon adding) fixed - missing (deleted) function;

#v0.9.3

* No div around iframe if no extra classes are added/needed ("Responsive Embed" Block Type) - renders cleaner HTML;
* Developers: Removed view function within "Heading" and "Responsive Embed";
* Developers: Setting $btCacheBlockOutput to "false" (boolean) for all Block Types, which have the "view" function in it;

#v0.9.2

* Changed "get" database function to "connection" (get is a deprecated function);
* Added translation function to variation options, within the "Alert" Block Type;
* Renamed Block Type names (from "Bootstrap Alert" to "Alert - Bootstrap Blocks"), to read directly what a block is about with all possible concrete5 settings;
* Removed duplicate LICENSE.txt file;

#v0.9.1

* Added extra CSS file, to text-align reversed block quotes (can be configured within "Pages & Themes" - "Bootstrap Blocks");
* Added missing translate function to carousel controller;
* Tidy up database: Remove config values upon uninstall;
* Tidy up files: Remove unused "use" statements (for all controller files);
* Changed "GetAll" database function to "fetchAll" (GetAll is a deprecated function);

#v0.9.0

* Initial Release