-
Notifications
You must be signed in to change notification settings - Fork 101
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
Switch to cakephp/twig-view 1.0 #653
Conversation
After switch to the new twigview plugin do we release a new minor for bake or new major? |
A minor should be fine, as it will auto pull the needed dependency. |
The only problem with a minor now is we won't be 100% backwards compatible with cakephp/twig-view. The namespaces will change. I don't think there's anything else we're going to change that will affect end users. |
For a require dev dependency thats probably okish. |
Can we marked this as replacing wyrihaximus/twig-view in packagist? Will that throw an error for projects that don't update their own require dependency if they use TwigView outside of bake? |
If you use |
I think we should use |
Now that we have a TwigView beta, we should switch to the cake one
|
The conflict should not go here, though. Right? |
Yes, it has been added to |
If we switch to the beta, it requires everyone to move their minimum stability again. Not sure we want to do that. |
Then release a stable plugin version now. Without having a stable release this is blocking now other plugins to stabilize anyway. |
Can no one try it in a project somewhere once? |
I already did as part of Dto plugin (see link), and the sandbox using it from project level. |
I reverted back to use |
As I had suspected there were issues which I have fixed. |
There are missing variable exceptions in the unit tests with |
prefix + traitName |
I could not fix this error:
The test is faking data that always loads the $modelObject. However, setting |
30c08fb
to
1efdc00
Compare
File |
1efdc00
to
e7cc135
Compare
Updated to official 1.0 release. |
e7cc135
to
1749ee5
Compare
|
No description provided.