Skip to content

Releases: CakePHP-Bootstrap/cakephp3-bootstrap-helpers

Ready for the launch...

09 Feb 14:32
Compare
Choose a tag to compare

This release will be the latest before major changes are included into the project, the next release will start at v3.1.0, and contains some changes:

  • Deprecation of some method (splicedRows, dropdown in the HTML helper, ...);
  • Suppression of some options (tag for most methods);
  • Suppression of some methods (glIcon, faIcon, ...);
  • Move to more "templated" helpers;
  • Other changes...

A full list of changes and some tip to migrate will be available when the v3.1.0 release is out.

CakePHP 3 Bootstrap Helpers 3.0.6 released

31 Jan 17:22
Compare
Choose a tag to compare

This new release mainly contains bug fixes and code cleaning. Some minor features have been added and will be documented when I have the time.

License

Starting with this release, the helpers are now available under the MIT license to match CakePHP license.

CakePHP 3 Bootstrap Helpers 3.0.5 released

29 Feb 10:30
Compare
Choose a tag to compare

This version introduces the new BootstrapPanelHelper which make the creation of bootstrap (collapsible) panels really simple!

In addition to this new helpers, some major fixes:

  • BootstrapPaginatorHelper::numbers now correctly deal with first and last options.
  • BootstrapFlashHelper as been updated to match CakePHP changes.
  • BootstrapFormHelper::input will now correctly add templateVars to the container.

This release is the last one that require CakePHP 3+. From 642656a, this plugin will require cakephp >= 3.2.3.

CakePHP 3 Bootstrap Helpers 3.0.4 released

11 Sep 08:09
Compare
Choose a tag to compare

This release includes minor fixes, mainly for the BootstrapNavbarHelper.

See a1bae25.