-
Notifications
You must be signed in to change notification settings - Fork 61
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
Version 14 #142
Version 14 #142
Conversation
Pinging project users for early feedback:
I have reviewed the project with a fresh perspective to improve the developer experience. Instead of using the ACF naming convention, I have tried to create more readable names that don't require you to refer to the documentation. If any of you have a minute to spare, please share your thoughts on this update. Please review the upgrade guide for the next version and the ideas mentioned in the description above. |
Hi ! Great :) Laravel spirit inside ! |
looks good, no concerns/feedback from me :) |
I plan to release the new version next week. Please test it as soon as possible! "require": {
- "vinkla/extended-acf": "^13.0",
+ "vinkla/extended-acf": "^14.0",
},
-"minimum-stability": "stable",
+"minimum-stability": "dev", |
This version introduces new method and trait names to improve the developer experience. Please refer to the upgrade guide for a complete list of changes.
We welcome any suggestions for improvements in the next major version!