Changeset 684496
- Timestamp:
- 03/19/2013 11:28:48 PM (13 years ago)
- Location:
- wp-html-compression
- Files:
-
- 9 added
- 4 edited
-
tags/0.5.5.1 (added)
-
tags/0.5.5.1/libs (added)
-
tags/0.5.5.1/libs/absolute-to-relative-urls.php (added)
-
tags/0.5.5.1/libs/html-minify.php (added)
-
tags/0.5.5.1/readme.txt (added)
-
tags/0.5.5.1/screenshot-1.png (added)
-
tags/0.5.5.1/screenshot-2.png (added)
-
tags/0.5.5.1/screenshot-3.png (added)
-
tags/0.5.5.1/wp-html-compression.php (added)
-
tags/0.5.5/libs/html-minify.php (modified) (1 diff)
-
trunk/libs/html-minify.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-html-compression.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-html-compression/tags/0.5.5/libs/html-minify.php
r684443 r684496 231 231 232 232 233 ob_start('html_minify_buffer');233 //ob_start('html_minify_buffer'); 234 234 235 235 -
wp-html-compression/trunk/libs/html-minify.php
r684443 r684496 231 231 232 232 233 ob_start('html_minify_buffer');233 //ob_start('html_minify_buffer'); 234 234 235 235 -
wp-html-compression/trunk/readme.txt
r684492 r684496 81 81 == Changelog == 82 82 83 = 0.5.5.1 = 84 * Oops, minor slip-up 85 83 86 = 0.5.5 = 84 87 * Upgraded to **[Absolute-to-Relative URLs](http://wordpress.org/extend/plugins/absolute-to-relative-urls/)** v0.3.2 -
wp-html-compression/trunk/wp-html-compression.php
r684443 r684496 4 4 Plugin URI: http://www.svachon.com/blog/html-minify/ 5 5 Description: Reduce file size by shortening URLs and safely removing all standard comments and unnecessary whitespace from an HTML document. 6 Version: 0.5.5 6 Version: 0.5.5.1 7 7 Author: Steven Vachon 8 8 Author URI: http://www.svachon.com/
Note: See TracChangeset
for help on using the changeset viewer.