Thread Starter
Ovidiu
(@ovidiu)
Anyone? I saw the plugin has just been updated, anyone willing to support it?
Hello Ovidiu, thanks for your support! I have resolved the bug, and I’m working on your suggestion (the listing “wrong” calls). I think, this listing, it is an important improvment of plugin. 🙂 <Mersi fain Ovidiu>
Version 1.3 comes with new files list 😀
Thread Starter
Ovidiu
(@ovidiu)
Seems to work fine but I’ve got some questions, please see here: http://screencast.com/t/Ay3VDxCBraSw
“Add the next files with correct method.” means exactly what you wrote in red box. The empty numbered line is a bug. Thanks for this report 🙂
Lists works as follows:
-‘Versioned CSS files’, ‘Versioned JS files’, ‘Not versioned CSS files’ and ‘Not versioned JS files’ lists are generated dynamically, this means when you open one page/post from your site, the lists are updated;
-‘Add the next files with correct method’ list is generated in relation with above lists when you push ‘Refresh’ button; This means you must push ‘Refresh’ button to see this list updated;
I will put a schedule event to update ‘Add the next files with correct method’ list every day.
Thread Starter
Ovidiu
(@ovidiu)
ok, thanks. so basically your plugin should already be versioning some of my css/js files but if I load my homepage none of the files listed as version-ed look different or have any different name. I expected your plugin to add something like: “?ver=1.2.1” to file-names or similar.
How do I verify its working?
The plugin appends to the resource URL a numeric version number generated by the filemtime() PHP function (e.g. style.css?ver=1359464809). This means the version number will be updated every time the CSS or JS file is being saved.
View the source code with CTRL+U, and see if you have CSS/JS files with
?ver=1359464809. These files are versioned by the plugin.
Thread Starter
Ovidiu
(@ovidiu)
nope, nothing, try for yourself: http://pacura.ru/ that’s my testing ground for new plugins 🙂
Seems to work fine. The plugin WP-Pagenavi includes ‘pagenavi-css.css?ver=1346068840’, and other css and js files are versioned. http://i.imgur.com/56Gbo9M.png
Thread Starter
Ovidiu
(@ovidiu)
thx. must have been some caching issues, it looks ok now.