CakePHP-Bootstrap / cakephp3-bootstrap-helpers

CakePHP 3.x Helpers for Bootstrap 3 and 4.
https://holt59.github.io/cakephp3-bootstrap-helpers/
MIT License
130 stars 79 forks source link

CakePHP 3.6 support #186

Closed SyrixJumpa closed 4 years ago

SyrixJumpa commented 4 years ago

What you did

composer update during deployment.

What happened

The current library verssion does not seem to support CakePHP 3.6.* anymore, neither does the previous version (3.1.2) nor the version 4.0.1-alpha. Is there a release version we can use?

What you expected to happen

CakePHP 3.6.* support.

k-risc commented 4 years ago

Same here, this is currently blocking prod deployments as well as rendering the development environment unusable. composer was set up to use "dev-master", and after the latest change in dev-master, with the resulting set of releases of cakephp3-bootstrap-helpers that is now available, CakePHP version 3.6.x does not seem to be supported.

Holt59 commented 4 years ago

Sorry for the inconvenience, 3.1.3 has been updated to target CakePHP 3.6.

SyrixJumpa commented 4 years ago

Tag 3.1.3 is working with CakePHP 3.6, thank you.