-
Notifications
You must be signed in to change notification settings - Fork 40
Fix - Not url encoding the version string used for navigation #32
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
Fix - Not url encoding the version string used for navigation #32
Conversation
now Github is complaining my email is undeliverable 😭 i cannot win |
Do you mean In the emails emails list? |
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.
💯
Codecov Report
@@ Coverage Diff @@
## main #32 +/- ##
=========================================
Coverage 56.34% 56.34%
Complexity 1159 1159
=========================================
Files 51 51
Lines 3012 3012
=========================================
Hits 1697 1697
Misses 1315 1315 Continue to review full report at Codecov.
|
Now worries nothing wrong :) You signed with GPG, I LOVE it! |
I've fixed it so it doesn't show up in the pr anymore, but the email address i originally used was bouncing github emails for some reason, so i changed to a different one and resigned the commit The GPG signing is a nice touch that i hadn't seen before, will have to investigate with other providers i use. Thanks for your time on this issue mate |
Thank you too! |
Do you need this to be released soon ? I updated the 5.4.2-dev phar |
I can use the 5.4.2-dev phar in our ci setup for now, i'll keep an eye out for when a release is made, thanks! |
By the way if you use GitHub actions I published an action for Doctum Will try to keep in mind to post a message here Thank you for contributing! You can use the subscribe custom to releases only on GitHub |
unfortunately we use bitbucket + pipelines so i've written something custom, but thanks for the heads up and good idea on subscribing to releases! |
Hi @mad-briller I am pushing more changes into 5.x before making a release, could you please try the latest dev phar ? See: https://github.com/code-lts/doctum#installation
|
hey @williamdes sorry for the delay, only just seen this, just tested the new prerelease and it works great, thank you! |
Hi @mad-briller |
Me again!
I've resolved the issues outlined in the prior PR #31;
url_encode
twig filter rather than creating a property on the Version classThanks for your input on the changes, and again for the great utility.
Hope my Github naivety wasn't too frustrating 👼