-
Notifications
You must be signed in to change notification settings - Fork 42
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
Umbraco 14 progress #208
Comments
Hi @abjerner! I'm sorry to bother you with my tedious question, but do you have a timeframe on when you think your Plugin might be ready for a release for Umbraco 14? |
Hi @nifvi To be honest I haven't really looked at the U14 package for the last couple of months. It's not currently something I have the time to work on during business hours, and I also haven't had the time or energy to work on the package in my spare time. Besides, Umbraco 14 also still feels very unfinished, and I still see it as a pre release although Umbraco hasn't released it as such. For one, Skybrud Redirects uses Umbraco's link picker modal, but the modal is broken. I just had a check, and Umbraco made some changes to it in 14.2, which then breaks the current alpha of Skybrud Redirects, as my package relies on how the link picker modal worked in 14.0 and 14.1. But the modal is still broken in 14.3 RC. So my issue umbraco/Umbraco-CMS#16838 still hasn't been addressed. I should be able to find a bit of time to push a new alpha with a fix for Umbraco's breaking change. But I can't say when I work on the missing features listed in the beginning of this issue. |
Hi Anders,
Thank you for your honest and thorough response to my inquiry. I agree with
your assessment of umbracos 14 state and do hope that they fix things that
will make it feasible to upgrade.
My client wants to add a dashboard and functionality to the back office but
I can’t recommend this as it’s still umbraco 13 but a move to 14 wouldn’t
be a good move right now anyway.
I hope you will have the opportunity in future to work on this really great
and important project.
Thanks for sharing your status and for your time
Bedste hilsener,
Nicklas Folden Vind
Senior software udvikler, Byteable ApS
www.byteable.dev
+45 23277907 <+4523277907>
søn. 22. sep. 2024 kl. 18.18 skrev Anders Bjerner ***@***.***
…:
Hi @nifvi <https://github.com/nifvi>
To be honest I haven't really looked at the U14 package for the last
couple of months. It's not currently something I have the time to work on
during business hours, and I also haven't had the time or energy to work on
the package in my spare time.
Besides, Umbraco 14 also still feels very unfinished, and I still see it
as a pre release although Umbraco hasn't released it as such. For one,
Skybrud Redirects uses Umbraco's link picker modal, but the modal is
broken. I just had a check, and Umbraco made some changes to it in 14.2,
which then breaks the current alpha of Skybrud Redirects, as my package
relies on how the link picker modal worked in 14.0 and 14.1. But the modal
is still broken in 14.3 RC. So my issue umbraco/Umbraco-CMS#16838
<umbraco/Umbraco-CMS#16838> still hasn't been
addressed.
I should be able to find a bit of time to push a new alpha with a fix for
Umbraco's breaking change. But I can't say when I work on the missing
features listed in the beginning of this issue.
—
Reply to this email directly, view it on GitHub
<#208 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BH63Z34T4CBCGQUBSP74WOLZX3UVPAVCNFSM6AAAAABLOUE3FGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRWHA2TQNZYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@abjerner Whilst feedbacking back on the issues you raised, I wanted to take a look at how you were getting on with porting to v14. As you mentioned, there are some blockers, (in core), but I did make some small progress. I've got my changes in a forked branch: v14/main...leekelleher:umbraco-skybrud-redirects:v14/bugfix/url-picker-modal I didn't make a PR for these, as I wasn't sure what you want the minimum Umbraco dependency to be, (for my changes it'd need to be v14.2+). Plus knowing that there are further fixes (in core) coming soon, I didn't want to confuse matters. Still, I wanted to share my code changes with you. |
@leekelleher thanks for getting back to me 👍 I haven't really looked must at the package due to general busyness, but I did notice the link picker was added to the import maps in 14.2. I have worked on updating my package to reflect this, but so far, it hasn't made it anywhere beyond my disk. I should probably start with looking into how far i got, and then have a look at your other changes. |
Branch:
v14/main
Features
Known issues
The text was updated successfully, but these errors were encountered: