kasparsd / minit

A WordPress plugin to combine CSS and Javascript files.
GNU General Public License v2.0
286 stars 46 forks source link

Add instructions to bump version numbers to trigger cache purge #83

Closed ryanhellyer closed 5 years ago

ryanhellyer commented 8 years ago

I didn't find it obvious that you need to bump the wp_enqueue version number to trigger a cache purge. I think this should be added to the README.md documentation for dummies like myself who don't realise how the plugin works.

kasparsd commented 8 years ago

Thanks @ryanhellyer, that is a good suggestion. Would you like to send a pull request?

The alternative is to bump the global cache version in the admin or by calling Minit_Plugin::cache_bump().

szepeviktor commented 5 years ago

@kasparsd Related to #114

kasparsd commented 5 years ago

This has been added to readme now.