PluginProbe
Autoptimize / 1.4
Autoptimize v1.4
2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 All 107 releases
autoptimize / readme.txt

readme.txt in Autoptimize 1.4, at readme.txt

126 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Autoptimize ===
2 Contributors: turl
3 Donate link: http://www.turleando.com.ar/autoptimize/
4 Tags: css, html, javascript, js, optimize, speed, cache
5 Requires at least: 2.7
6 Tested up to: 3.3.1
7 Stable tag: 1.4
8
9 Autoptimize is a Wordpress plugin that speeds up your website, and helps you save bandwidth.
10
11 == Description ==
12
13 Autoptimize makes optimizing your site really easy. It concatenates all scripts and styles, minifies and compresses them, adds expires headers, caches them, and moves styles to the page head, and scripts to the footer. It also minifies the HTML code itself, making your page really lightweight.
14
15 I also recommend using WP Super Cache in conjuction with Autoptimize to speed up your blog.
16
17 You can [report bugs](https://bugs.launchpad.net/autoptimize), [ask questions](https://answers.launchpad.net/autoptimize) and [help with translations](https://translations.launchpad.net/autoptimize) in our [Launchpad page](https://launchpad.net/autoptimize).
18
19 == Installation ==
20
21 1. Upload the `autoptimize` folder to to the `/wp-content/plugins/` directory
22 1. Activate the plugin through the 'Plugins' menu in WordPress
23 1. Go to `Settings -> Autoptimize` and enable the options you want. Generally this means "Optimize HTML/CSS/JavaScript", but if you experience problems you might want to disable some.
24
25 == Frequently Asked Questions ==
26
27 = What does the plugin do to help speed up my site? =
28
29 It concatenates all scripts and styles, minifies and compresses them, adds expires headers, caches them, and moves styles to the page head, and scripts to the footer. It also minifies the HTML code itself, making your page really lightweight.
30
31 = Where can I report an error? =
32
33 You can fill in a bug in our [bug tracker](https://bugs.launchpad.net/autoptimize), or contact the author through Twitter (@turl) or email (turl at tuxfamily dot org).
34
35 = Can I help translating the plugin? =
36
37 Sure, you can help with translations in the [Launchpad translation page](https://translations.launchpad.net/autoptimize)
38
39 == Changelog ==
40
41 = 1.4 =
42 * Add support for inline style tags with CSS media
43 * Fix Wordpress top bar
44
45 = 1.3 =
46 * Add workaround for TinyMCEComments
47 * Add workaround for asynchronous Google Analytics
48
49 = 1.2 =
50 * Add workaround for Chitika ads.
51 * Add workaround for LinkWithin widget.
52 * Belorussian translation
53
54 = 1.1 =
55 * Add workarounds for amazon and fastclick
56 * Add workaround for Comment Form Quicktags
57 * Fix issue with Vipers Video Quicktags
58 * Fix a bug in where some scripts that shouldn't be moved were moved
59 * Fix a bug in where the config page wouldn't appear
60 * Fix @import handling
61 * Implement an option to disable js/css gzipping
62 * Implement CDN functionality
63 * Implement data: URI generation for images
64 * Support YUI CSS/JS Compressor
65 * Performance increases
66 * Handle WP Super Cache's cache files better
67 * Update translations
68
69 = 1.0 =
70 * Add workaround for whos.among.us
71 * Support preserving HTML Comments.
72 * Implement "delayed cache compression"
73 * French translation
74 * Update Spanish translation
75
76 = 0.9 =
77 * Add workaround for networkedblogs.
78 * Add workarounds for histats and statscounter
79 * Add workaround for smowtion and infolinks.
80 * Add workaround for Featured Content Gallery
81 * Simplified Chinese translation
82 * Update Spanish Translation
83 * Modify the cache system so it uses wp-content/cache/
84 * Add a clear cache button
85
86 = 0.8 =
87 * Add workaround for Vipers Video Quicktags
88 * Support <link> tags without media.
89 * Take even more precautions so we don't break urls in CSS
90 * Support adding try-catch wrappings to JavaScript code
91 * Add workaround for Wordpress.com Stats
92 * Fix a bug in where the tags wouldn't move
93 * Update translation template
94 * Update Spanish translation
95
96 = 0.7 =
97 * Add fix for DISQUS Comment System.
98
99 = 0.6 =
100 * Add workaround for mybloglog, blogcatalog, tweetmeme and Google CSE
101
102 = 0.5 =
103 * Support localization
104 * Fix the move and don't move system (again)
105 * Improve url detection in CSS
106 * Support looking for scripts and styles on just the header
107 * Fix an issue with data: uris getting modified
108 * Spanish translation
109
110 = 0.4 =
111 * Write plugin description in English
112 * Set default config to everything off
113 * Add link from plugins page to options page
114 * Fix problems with scripts that shouldn't be moved and were moved all the same
115
116 = 0.3 =
117 * Disable CSS media on @imports - caused an infinite loop
118
119 = 0.2 =
120 * Support CSS media
121 * Fix an issue in the IE Hacks preservation mechanism
122 * Fix an issue with some urls getting broken in CSS
123
124 = 0.1 =
125 * First released version.
126