-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closes #40 Update CDN cname #42
Conversation
Updated the code to take care of fresh install and prevent the notice from displaying. |
@remyperona, retested on this site where we have rocketcdn staging linked to it, so we can actually see the CNAME updated. There are a few points that still need to be addressed:
![]() @wp-media/product, I have a question regarding the following scenario:
|
That's kind of edgy. What's the current state? |
@piotrbak the notification will *NOT be there. |
@hanna-meda Do you have a screenshot of notification from this scenario? Since the API is not there, we'll not display the URLs? |
@piotrbak, Correction: the notification will not be there in this case. But it will be there after validating key, in which case we will have empty for |
@hanna-meda That sounds good if the issue 3 is fixed. |
All reported issues should be fixed now. I tested directly the notification dismiss issue on the test site, found the issue and now it's all good. |
Thank you, @remyperona.
![]() |
Ok I finally found the issue for this point, it should be good now! I tested on the newer site, and got the notification with both old and new CDN URL filled (since it's using production API, it ends up being the same value for now). |
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.
Related Test Results Report:
testrail-report-662.pdf
* Add GH Action PR Template checker * Closes #40 Update CDN cname (#42) * Update readme file --------- Co-authored-by: Mathieu Lamiot <[email protected]> Co-authored-by: Rémy Perona <[email protected]> Co-authored-by: Rémy Perona <[email protected]>
* Add GH Action PR Template checker * Closes #40 Update CDN cname (#42) * Update readme file * Update stable version tag in readme.txt file --------- Co-authored-by: Mathieu Lamiot <[email protected]> Co-authored-by: Rémy Perona <[email protected]> Co-authored-by: Rémy Perona <[email protected]>
Description
Fixes #40
Automatically updates the current CDN cname on update of the plugin and display an info notice to inform the user
Type of change
Detailed scenario
Update the plugin
Technical description
Documentation
Explain how this code works. Diagrams & drawings are welcome.
Mandatory Checklist
Code validation
Code style
Additional Checks