=== WP Minify === Tags: minify, js, css, javascript, cascading style sheets, optimize, performance, speed, http request, phpspeedy Contributors: madeinthayaland Donate link: http://omninoggin.com/donate/ Requires at least: 2.7 Tested up to: 2.9.2 Stable Tag: 0.9.2 This plugin uses the Minify engine to combine and compress JS and CSS files to improve page load time. == Description == This plugin integrates the [Minify engine](http://code.google.com/p/minify/) into your WordPress blog. Once enabled, this plugin will combine and compress JS and CSS files to improve page load time. = How Does it Work? = WP Minify grabs JS/CSS files in your generated WordPress page and passes that list to the Minify engine. The Minify engine then returns a consolidated, minified, and compressed script or style for WP Minify to reference in the WordPress header. = Features = * Easily integrate Minify into your WordPress blog. * Debug mode lets you combine files without Minifying them. * Ability to include extra JS and CSS files for Minifying. * Ability to exclude certain JS and CSS files for Minifying. * Minified JS and CSS files can be placed wherever you want. * Support for to minifying external files via caching. * Ability to pass extra arguments to Minify engine. * Expire headers for minified JS and CSS files. * Detection and elimination of duplicate sources. == Changelog == = 0.9.2 = * Fixed "delimiter" error. * Fixed admin sidebar. = 0.9.1 = * Automatically set far future expiration headers in Minify config (30 days). * Automatically detect subdirectory from siteurl for passing as base path for Minify engine. = 0.9.0 = * Added SSL option to force http -> https on secured pages. * Updated common.php and some other maintenance. = 0.8.1 = * Fixed WPMU subdirectory bug. = 0.8.0 = * Added ability to de-dupe sources * Added ability to manually specify location of minified JS and CSS files. * Fixed XHTML compliance bugs * Cleaned empty lines in HTML output = 0.7.4 = * Fixed detecting if script is local or not. = 0.7.3 = * Fixed corner case on expire headers implementation. = 0.7.2 = * Add expire headers to combined JS and CSS files (Thanks Jan Seidl!). = 0.7.1 = * Fixed extra arguments for Minify engine. = 0.7.0 = * Added advanced options: - Minification on external files - Place JavaScript in footer - Extra arguments for Minify engine * Removed wp_path option (Thanks Jan Seidl!) * Fixed Output Buffer conflicts with other plugins that use output buffering such as All-in-One SEO and Anarchy Media Player. = 0.6.5 = * Fixed URL building (bug introduced by last release). * Brought back WordPress path settings as some people with .htaccess issues may still need this. = 0.6.4 = * Fixed CSS regex to catch "media=''" case. (Thanks forum user bobmarkl33!) * Modified minified JavaScript injection to the end of
(Thanks forum user bobmarl33!) * Fixed WP Minify working with blogs installed in subdirectory of webroot. (Thanks forum user Luke!) * Removed WordPress path settings as this is no longer needed per Luke's fix. = 0.6.3 = * Fixed JavaScript minification failure for large number of files. = 0.6.2 = * Fixed admin array_keys() bug * Updated .pot file. = 0.6.1 = * Added .pot file. = 0.6 = * Upgraded to Minify engine 2.1.3. * Added automatic Minify engine cache configuration. * Fixed HTML5