-
Notifications
You must be signed in to change notification settings - Fork 824
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
Try Catch for embeded media - Backport to 4.6 #9600
Try Catch for embeded media - Backport to 4.6 #9600
Conversation
* Try Catch for embeded media * added missing namespaces, translatable message INVALID_URL * generate tag only once * catch after closing bracket * space after comma * Update src/View/Shortcodes/EmbedShortcodeProvider.php * Linting Co-authored-by: [email protected] <[email protected]> Co-authored-by: Steve Boyd <[email protected]> Co-authored-by: Loz Calver <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this is a bug fix for a potentially site-breaking issue, no objects to backporting it from me
I've just cherried stuff like this in the past without a PR 😅 |
Thanks guys :) |
Does this mean this issue is fixed in 4.6.0 or a pending 4.6.1 release? |
@camfindlay pending 4.6.1 release You can optionally use this straight away if you pin the merge commit in your
(and remember to unpin it once 4.6.1 is released :) |
Thanks @emteknetnz eta on 4.6.1? |
@camfindlay We've had interest from a few different parties regarding this particular fix, so we've just tagged 4.6.1 now https://github.com/silverstripe/silverstripe-framework/releases/tag/4.6.1 |
Any chance of 4.6.1 recipe releases too? |
It's a bit more of an ordeal to do a full recipe release, but if you want you can "unpack"/inline a recipe into your composer.json by using |
Issue #9601
Backport of 3bf89b2