Erwane Breton

Results 46 comments of Erwane Breton

can you make a PR ? with tests ? or i can do it if you prefer

I'm trying different notations for this project but i don't know how to maintain 4 versions with comprehensive tags. one way is 4 branches (cakeX-bsY) with tag attached like this...

Ok, looks better but what about bootstrap versions ? version 3.xx for bs3 and 4.xx for bs4 ? Bootstrap 5 is in beta

So here, you keep branches : `cake3-bs3`, `cake4-bs3`n `cake4-bs4`, etc etc maintain tags for cakephp3 with bootstrap 3 and 4 in `3.x.y` and `4.x.y` And push the dev in `cake4-bsX`...

Thanks, i will check that. Why `v3.0.0` ? you plan to use one branch by fix ? maybe branch `v3.x` and tags `v3.0.0` for versions ?

The cake4 support will be moved to this repository. https://github.com/Holt59/cakephp4-bootstrap-helpers And this PR should fix Helpers initialization https://github.com/Holt59/cakephp4-bootstrap-helpers/pull/3 Waiting for @Holt59

An opt-in options is like configuring the `DebugKit.safeTld` or `DebugKit.forceEnable` i think. But i'm not sure it's a risk. The Authorization plugins is only disable for the DebugKit request and...

As i said, i'm sure it's not a problem. Disabling Authorization plugin in Debugkit controllers only disable it for Debukit requests, not app requests

I'm not sure about this, but this PR fix my problem ;)