Changeset 2048426
- Timestamp:
- 03/11/2019 04:02:37 PM (7 years ago)
- Location:
- inline-javascript-in-head/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
inline-javascript-in-head/trunk/plugin.php
r2048422 r2048426 4 4 * Plugin Name: Inline JavaScript in Head 5 5 * Description: Boosts performance of critical short JavaScripts by placing their content directly into the HTML head. 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Author: Palasthotel <rezeption@palasthotel.de> (Kim Meyer) 8 8 * Author URI: https://palasthotel.de -
inline-javascript-in-head/trunk/readme.txt
r2048422 r2048426 5 5 Requires at least: 4.0 6 6 Tested up to: 5.1 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Requires PHP: 5.4 9 9 License: GNU General Public License v3 … … 27 27 28 28 /** 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. 30 30 */ 31 31 add_filter( 'inline_javascript_in_head_handles', 'my_inline_javascript_in_head_handles', -20 ); … … 46 46 == Changelog == 47 47 48 = 1.1.2 = 49 * readme.txt code appearance screwed up, now hopefully fixed. 50 48 51 = 1.1.1 = 49 52 * readme.txt update
Note: See TracChangeset
for help on using the changeset viewer.