Skip to content

Commit fae8b19

Browse files
committed
readme changes, changed version scheme
1 parent 35f74a8 commit fae8b19

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@ https://github.com/parisholley/wordpress-asynchronous-javascript/
2828

2929
== Frequently Asked Questions ==
3030

31-
= How do I include a script that I do not control but has a dependency on another script? =
32-
33-
In your theme, use the static AsynchronousJS::wp_enqueue_async_script() method, which is API compatible with wp_enqueue_script($handle, $src, $deps). Using this method will cause the $src to load ONLY when scripts with the handles defined in $deps have been loaded.
34-
3531
= Is there any potential problems with other plugins? =
3632

37-
As long as those plugins are using the built-in wordpress script queuing and not attempting to output scripts manually (such as invoking wp_print_scripts()), you should have no problems.
33+
As long as those plugins are using the built-in wordpress script queuing and not attempting to output scripts manually (such as invoking wp_print_scripts()), you should have no problems. If you find plugins that don't work properly (or without modifications), let me know and I will maintain an incompatibility list.
3834

3935
== Changelog ==
4036

37+
= 1.1.1 =
38+
* Updated readme
39+
4140
= 1.1 =
4241
* Removed `wp_enqueue_async_script()`, should be able to use normal wordpress method `wp_enqueue_script()`
4342
* Updated normal enqueue processing to use dependencies, will need to improve upon this in future.

asynchronous-javascript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Asynchronous Javascript
44
Plugin URI: https://github.com/parisholley/wordpress-asynchronous-javascript
55
Description: Improve page load performance by asynchronously loading javascript using head.js
6-
Version: 1.1
6+
Version: 1.1.1
77
Author: Paris Holley
88
Author URI: http://www.linkedin.com/in/parisholley
99
Author Email: mail@parisholley.com

0 commit comments

Comments
 (0)