Changeset 1060849
- Timestamp:
- 01/05/2015 11:08:10 PM (11 years ago)
- File:
-
- 1 edited
-
wp-jshrink/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-jshrink/trunk/readme.txt
r1060847 r1060849 15 15 JShrink is a php class that minifies javascript so that it can be delivered to the client quicker. Check https://github.com/tedious/JShrink for more info. 16 16 17 Works for sure on: 18 Wordpress 4.0+ 19 PHP 5.4+ 17 Works for sure with: Wordpress 4.0+, PHP 5.4+. 20 18 21 19 == Installation == … … 28 26 If you have 3 js files enqueued in your footer - you definitely don't need this plugin. If you there are like 20 of them - then probably you do. 29 27 = What gets minified? = 30 Scripts from the current theme, wp-includes /js& plugins.28 Scripts from the current theme, wp-includes & plugins. 31 29 = Why only footer scripts? = 32 30 To encourage people put their javascript in the footer. … … 43 41 == Changelog == 44 42 43 = Version 1.1.2 = 44 * Stable tag 45 45 46 = Version 1.1.1 = 46 47 * Unused code like tests removed from library to reduce package size
Note: See TracChangeset
for help on using the changeset viewer.