shift8
Forum Replies Created
-
Forum: Plugins
In reply to: [Shift8 CDN] Unknown Error Detected, Test URL before enabling :Closing this issue – feel free to respond if you have more info. I’m always here to help!
Forum: Plugins
In reply to: [Shift8 CDN] URL versioning doesn’t work8)
Forum: Plugins
In reply to: [Shift8 CDN] URL versioning doesn’t workHello,
An update for the plugin has just been pushed that should hopefully resolve this for you. Note that if you have a caching plugin installed, you will likely have to clear cache after updating the plugin to see the fix.
Thanks!
Forum: Plugins
In reply to: [Shift8 CDN] URL versioning doesn’t workThanks so much for the quick responses.
You are absolutely right, it is stripping the version query string. Our CDN cache can refresh naturally if the version string increments/changes so its an important tool for web developers to be able to force a refresh by making this change.
I will look into this ASAP and update this when it is confirmed working. This will require pushing a plugin update. I hope to have a fix today.
Thanks again!
Forum: Plugins
In reply to: [Shift8 CDN] URL versioning doesn’t workHello!
Sorry to hear about this problem. Are you able to provide the site URL where this is happening as well as specific URLs where the version is being stripped?
Thanks!
Forum: Plugins
In reply to: [Shift8 CDN] Unknown Error Detected, Test URL before enabling :Hello!
Looks like the site , in our dashboard , was deleted and re-created on March 10th. Can you confirm you are using the most current API key and CDN Prefix (and the exact cut/paste of site url)?
I would say try that first or at least confirm its identical with whats on our dashboard site.
Thanks
Forum: Plugins
In reply to: [Shift8 CDN] Error with recent updaetthank you so much for the kind words! it goes a long way to have appreciation like this. thank you.
Forum: Plugins
In reply to: [Shift8 CDN] Last update breaking links in CSSThis should be resolved now
Forum: Plugins
In reply to: [Shift8 CDN] Was working fine with last versionGreat – marking as resolved
Forum: Plugins
In reply to: [Shift8 CDN] Was working fine with last versionHello,
I apologize for the issues. With the help of other users here and on our discourse I have been able to push out a fix (v1.53) to this plugin. Please update and report back if the issue is now resolved for you.
For future reference, we have a github repository page that may make it easier for your to track and retrieve older versions if you ever need : https://github.com/stardothosting/shift8-cdn
I believe the wordpress plugin page for this plugin also will allow you to download older versions but I cant recall where exactly it may be (maybe in the advanced view?)
Once confirmed its fixed for you I will close this issue. If there are still problems please provide a link to a specific page where I can see and I will help as best as I can.
Thank you for your patience!
Forum: Plugins
In reply to: [Shift8 CDN] Last update breaking links in CSSA plugin update (v1.53) has been pushed. Please complete the update and confirm if the issue is now resolved for you. In the event that there are still problems, if you could provide a link to a problematic page I can try to look further.
Thank you!
Forum: Plugins
In reply to: [Shift8 CDN] Last update breaking links in CSSThank you this is very helpful.
I will push out a fix ASAP – you help has made a big difference in fixing this. It is difficult to allocate resources troubleshooting for a free plugin but this helps me narrow down the issue very quickly.
I’ll update this thread once a fix is pushed.
Forum: Reviews
In reply to: [Shift8 CDN] Dont go near it!I truly apologize about this. A plugin update pushed to WordPress’ SVN code repository neglected to include a critical file which caused this problem.
Deleting the wp-content/plugins/shift8-cdn folder and re-installing would have quickly resolved this issue.
Again I apologize for the inconvenience.
Forum: Plugins
In reply to: [Shift8 CDN] Error with recent updaetApologies for this issue but the above options to resolve should fix it for everyone. No idea why the file did not commit to WordPress SVN , we will look into that further.
Forum: Plugins
In reply to: [Shift8 CDN] Error with recent updaetHello,
There was an issue with a file not committing to wordpress’ SVN system for plugin updates.
To temporarily resolve the issue you can either do one of three things :
1. Remove the plugin folder wp-content/plugins/shift8-cdn and re-install from scratch
2. Edit the file wp-content/plugins/shift8-cdn/shift8-cdn.php and comment line 17 out.
So line 17 :
require_once(plugin_dir_path(__FILE__).'components/wp-cli.php' );Becomes :
//require_once(plugin_dir_path(__FILE__).'components/wp-cli.php' );3. Download the latest version (1.48) and overwrite the entire wp-content/plugins/shift8-cdn folder with the downloaded copy