Plugin Directory

Changeset 2048426


Ignore:
Timestamp:
03/11/2019 04:02:37 PM (7 years ago)
Author:
palasthotel
Message:

readme.txt update, second try

Location:
inline-javascript-in-head/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inline-javascript-in-head/trunk/plugin.php

    r2048422 r2048426  
    44 * Plugin Name: Inline JavaScript in Head
    55 * Description: Boosts performance of critical short JavaScripts by placing their content directly into the HTML head.
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Author: Palasthotel <rezeption@palasthotel.de> (Kim Meyer)
    88 * Author URI: https://palasthotel.de
  • inline-javascript-in-head/trunk/readme.txt

    r2048422 r2048426  
    55Requires at least: 4.0
    66Tested up to: 5.1
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88Requires PHP: 5.4
    99License: GNU General Public License v3
     
    2727
    2828/**
    29  * Define JavaScript handles to be echoed inline in the html head section via `Inline JavaScript in Head` plugin.
     29 * Define JavaScript handles to be echoed inline in the html head section.
    3030 */
    3131add_filter( 'inline_javascript_in_head_handles', 'my_inline_javascript_in_head_handles', -20 );
     
    4646== Changelog ==
    4747
     48= 1.1.2 =
     49* readme.txt code appearance screwed up, now hopefully fixed.
     50
    4851= 1.1.1 =
    4952* readme.txt update
Note: See TracChangeset for help on using the changeset viewer.