-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combatible with cake php v4.1 #194
Comments
did you try this branch ? |
No I haven't. I use bootstrap 3 for now |
can you make a PR ? with tests ? |
Sorry I have not made any test, I just added the appropriate return types in functions. Feel free of course to merge them if you think the commits are correct |
I've created https://github.com/Holt59/cakephp3-bootstrap-helpers/tree/cake4-bs3-1.0.0 with your two commits. This is 100% untested, I've only cherry-picked your two commits. You can require it using |
I'm trying different notations for this project but i don't know how to maintain 4 versions with comprehensive tags. one way is One alternative is tag |
I've been thinking about it, and there are multiple issues... I think the best option would be to fork this to a We could keep all development here, in custom branch names such as the ones we are using, and only push tags to the |
Ok, looks better but what about bootstrap versions ? |
Yes, 3.x.x for bs3, 4.x.x for bs4, etc. It's what's already done. |
So here, you keep branches : No PR in the |
Well, I'd say its a preference choice, I don't really mind:
We could completely separate development and only cherry-pick when needed. I've created the Cake 4 repository and registered it on packagist: https://github.com/Holt59/cakephp4-bootstrap-helpers (the v3.0.0 and v4.0.0 corresponds to the cake4-bs3 and cake4-bs4 branches here). I've also added you as collaborator to both repository so you should receive an invite. |
Thanks, i will check that. |
Because that's what it was called here :) But it should be v3.0.x and we should have a v3.x branch:
I'll remove master and set the v4.x as |
I also added this commit hkosmidi@8b0d5db in order for DateTimeWidget to play along. Hope this helps |
The cake4 support will be moved to this repository. https://github.com/Holt59/cakephp4-bootstrap-helpers Waiting for @Holt59 |
This is a (multiple allowed):
bug
enhancement
question
CakePHP Version: 4.6.1
What you did
I used your plugin with cake php v4.1 but got several errors
What happened
Some functions didn't have proper return type in deceleration and yield errors
What you expected to happen
I have updated the function calls in 2 commits. Could you please check if they are ok. Is there way to merge in your codebase so to use your plugin through composer?
hkosmidi@9c48d65
hkosmidi@3ba820d
The text was updated successfully, but these errors were encountered: