Plugin Directory

Changeset 1060849


Ignore:
Timestamp:
01/05/2015 11:08:10 PM (11 years ago)
Author:
vic-trigger
Message:

Stable tag 1.1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-jshrink/trunk/readme.txt

    r1060847 r1060849  
    1515JShrink 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.
    1616
    17 Works for sure on:
    18 Wordpress 4.0+
    19 PHP 5.4+
     17Works for sure with: Wordpress 4.0+, PHP 5.4+.
    2018
    2119== Installation ==
     
    2826If 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.
    2927= What gets minified? =
    30 Scripts from the current theme, wp-includes/js & plugins.
     28Scripts from the current theme, wp-includes & plugins.
    3129= Why only footer scripts? =
    3230To encourage people put their javascript in the footer.
     
    4341== Changelog ==
    4442
     43= Version 1.1.2 =
     44* Stable tag
     45
    4546= Version 1.1.1 =
    4647* Unused code like tests removed from library to reduce package size
Note: See TracChangeset for help on using the changeset viewer.