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

Could you publish a new version (on packagist)? #185

Closed davalb closed 4 years ago

davalb commented 4 years ago

I would like to use your library in a cakephp 3.7 project. Unfortunately your library in version 3.1.1 is only compatible with cakephp <=3.5. This seems to have been fixed for quite some time in the master, so a new version would be great.

I know that I could ask composer to get the current master version of this library, but I don't want to do that with my app which is in production.

Holt59 commented 4 years ago

Are you using Bootstrap 3 or Bootstrap 4?

davalb commented 4 years ago

Honestly, I am not using bootstrap at all. I am just using your UrlComparerTrait in my project (couldnt find another library which does the same thing)

Holt59 commented 4 years ago

I've released a new version v3.1.4 which should work with CakePHP 3.7 and 3.8.

davalb commented 4 years ago

thank you!