[ ] Deprecate the Minify path option, people who wish to use a custom version of the Minify library should define the path in wp-config.php, or make this a site option
[ ] Make it possible to have wp-content/cache/minify as the default cache directory
[ ] Change Friendly minify url to Static url feature (mostly a renaming thing)
[ ] Semi-static Minify url, i.e. http://example.com/min/static-file-name.js. This is semi-static because it will still be served by PHP and not the server. This is an alternative to the static url feature, for people who's having trouble with server config.
This should:
wp-config.php
, or make this a site optionwp-content/cache/minify
as the default cache directoryhttp://example.com/min/static-file-name.js
. This is semi-static because it will still be served by PHP and not the server. This is an alternative to the static url feature, for people who's having trouble with server config.