You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin takes all scripts and stylesheets that have been added via `wp_enqueue_script` and `wp_enqueue_style`
@@ -39,7 +41,7 @@ which this plugin now supersedes.
39
41
* Can serve compressed responses with `gzip` or `deflate`.
40
42
* Transforms relatives paths in stylesheets (e.g. background-images) to absolute ones, so that they don't 404.
41
43
42
-
**Development of this plugin is done [on GitHub](https://github.com/x-team/wp-dependency-minification). Pull requests welcome. Please see [issues](https://github.com/x-team/wp-dependency-minification/issues) reported there before going to the plugin forum.**
44
+
**Development of this plugin is done [on GitHub](https://github.com/xwp/wp-dependency-minification). Pull requests welcome. Please see [issues](https://github.com/xwp/wp-dependency-minification/issues) reported there before going to the plugin forum.**
43
45
44
46
If you are using Nginx with the default Varying Vagrant Vagrants config, you'll want to remove `css|js` from this rule in `nginx-wp-common.conf` (or remove the rule altogether):
45
47
@@ -50,36 +52,34 @@ If you are using Nginx with the default Varying Vagrant Vagrants config, you'll
* Switch from JSMin to JSMinPlus due to repeated issues with JSMin causing execution timeouts.
60
60
* Update plugin to indicate WordPress 3.8 compatibility.
61
61
* Fix expire and purge links.
62
62
63
63
### 0.9.7 ###
64
-
Improve how the plugin guesses the sources' absolute paths ([#34](https://github.com/x-team/wp-dependency-minification/pull/34)). Props [alex-ye](http://profiles.wordpress.org/alex-ye/).
64
+
Improve how the plugin guesses the sources' absolute paths ([#34](https://github.com/xwp/wp-dependency-minification/pull/34)). Props [alex-ye](http://profiles.wordpress.org/alex-ye/).
65
65
66
66
### 0.9.6 ###
67
-
Improve network activation and deactivation ([#37](https://github.com/x-team/wp-dependency-minification/pull/37)). Props [kucrut](http://profiles.wordpress.org/kucrut/).
67
+
Improve network activation and deactivation ([#37](https://github.com/xwp/wp-dependency-minification/pull/37)). Props [kucrut](http://profiles.wordpress.org/kucrut/).
68
68
69
69
### 0.9.5 ###
70
-
Fix wp_localize_script data lost in minification ([#28](https://github.com/x-team/wp-dependency-minification/issues/28)). Props [lkraav](http://profiles.wordpress.org/lkraav/).
70
+
Fix wp_localize_script data lost in minification ([#28](https://github.com/xwp/wp-dependency-minification/issues/28)). Props [lkraav](http://profiles.wordpress.org/lkraav/).
71
71
72
72
### 0.9.4 ###
73
-
Issue warning if pretty permalinks are not enabled ([#16](https://github.com/x-team/wp-dependency-minification/issues/16)). Props [shadyvb](http://profiles.wordpress.org/shadyvb/).
73
+
Issue warning if pretty permalinks are not enabled ([#16](https://github.com/xwp/wp-dependency-minification/issues/16)). Props [shadyvb](http://profiles.wordpress.org/shadyvb/).
74
74
75
75
### 0.9.3 ###
76
-
Prevent default built-in scripts from breaking minification groups ([#9](https://github.com/x-team/wp-dependency-minification/issues/9)). Props [shadyvb](http://profiles.wordpress.org/shadyvb/).
76
+
Prevent default built-in scripts from breaking minification groups ([#9](https://github.com/xwp/wp-dependency-minification/issues/9)). Props [shadyvb](http://profiles.wordpress.org/shadyvb/).
77
77
78
78
### 0.9.2 ###
79
-
Show alert if WP_DEBUG is disabling dependency minification ([#12](https://github.com/x-team/wp-dependency-minification/issues/12)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
79
+
Show alert if WP_DEBUG is disabling dependency minification ([#12](https://github.com/xwp/wp-dependency-minification/issues/12)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
80
80
81
81
### 0.9.1 ###
82
-
Add a settings link to the list of plugin action links ([#13](https://github.com/x-team/wp-dependency-minification/issues/13)). Props [fjarrett](http://profiles.wordpress.org/fjarrett/).
82
+
Add a settings link to the list of plugin action links ([#13](https://github.com/xwp/wp-dependency-minification/issues/13)). Props [fjarrett](http://profiles.wordpress.org/fjarrett/).
@@ -38,7 +38,7 @@ which this plugin now supersedes.
38
38
* Can serve compressed responses with `gzip` or `deflate`.
39
39
* Transforms relatives paths in stylesheets (e.g. background-images) to absolute ones, so that they don't 404.
40
40
41
-
**Development of this plugin is done [on GitHub](https://github.com/x-team/wp-dependency-minification). Pull requests welcome. Please see [issues](https://github.com/x-team/wp-dependency-minification/issues) reported there before going to the plugin forum.**
41
+
**Development of this plugin is done [on GitHub](https://github.com/xwp/wp-dependency-minification). Pull requests welcome. Please see [issues](https://github.com/xwp/wp-dependency-minification/issues) reported there before going to the plugin forum.**
42
42
43
43
If you are using Nginx with the default Varying Vagrant Vagrants config, you'll want to remove `css|js` from this rule in `nginx-wp-common.conf` (or remove the rule altogether):
44
44
@@ -53,31 +53,31 @@ If you are using Nginx with the default Varying Vagrant Vagrants config, you'll
* Switch from JSMin to JSMinPlus due to repeated issues with JSMin causing execution timeouts.
58
58
* Update plugin to indicate WordPress 3.8 compatibility.
59
59
* Fix expire and purge links.
60
60
61
61
= 0.9.7 =
62
-
Improve how the plugin guesses the sources' absolute paths ([#34](https://github.com/x-team/wp-dependency-minification/pull/34)). Props [alex-ye](http://profiles.wordpress.org/alex-ye/).
62
+
Improve how the plugin guesses the sources' absolute paths ([#34](https://github.com/xwp/wp-dependency-minification/pull/34)). Props [alex-ye](http://profiles.wordpress.org/alex-ye/).
63
63
64
64
= 0.9.6 =
65
-
Improve network activation and deactivation ([#37](https://github.com/x-team/wp-dependency-minification/pull/37)). Props [kucrut](http://profiles.wordpress.org/kucrut/).
65
+
Improve network activation and deactivation ([#37](https://github.com/xwp/wp-dependency-minification/pull/37)). Props [kucrut](http://profiles.wordpress.org/kucrut/).
66
66
67
67
= 0.9.5 =
68
-
Fix wp_localize_script data lost in minification ([#28](https://github.com/x-team/wp-dependency-minification/issues/28)). Props [lkraav](http://profiles.wordpress.org/lkraav/).
68
+
Fix wp_localize_script data lost in minification ([#28](https://github.com/xwp/wp-dependency-minification/issues/28)). Props [lkraav](http://profiles.wordpress.org/lkraav/).
69
69
70
70
= 0.9.4 =
71
-
Issue warning if pretty permalinks are not enabled ([#16](https://github.com/x-team/wp-dependency-minification/issues/16)). Props [shadyvb](http://profiles.wordpress.org/shadyvb/).
71
+
Issue warning if pretty permalinks are not enabled ([#16](https://github.com/xwp/wp-dependency-minification/issues/16)). Props [shadyvb](http://profiles.wordpress.org/shadyvb/).
72
72
73
73
= 0.9.3 =
74
-
Prevent default built-in scripts from breaking minification groups ([#9](https://github.com/x-team/wp-dependency-minification/issues/9)). Props [shadyvb](http://profiles.wordpress.org/shadyvb/).
74
+
Prevent default built-in scripts from breaking minification groups ([#9](https://github.com/xwp/wp-dependency-minification/issues/9)). Props [shadyvb](http://profiles.wordpress.org/shadyvb/).
75
75
76
76
= 0.9.2 =
77
-
Show alert if WP_DEBUG is disabling dependency minification ([#12](https://github.com/x-team/wp-dependency-minification/issues/12)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
77
+
Show alert if WP_DEBUG is disabling dependency minification ([#12](https://github.com/xwp/wp-dependency-minification/issues/12)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
78
78
79
79
= 0.9.1 =
80
-
Add a settings link to the list of plugin action links ([#13](https://github.com/x-team/wp-dependency-minification/issues/13)). Props [fjarrett](http://profiles.wordpress.org/fjarrett/).
80
+
Add a settings link to the list of plugin action links ([#13](https://github.com/xwp/wp-dependency-minification/issues/13)). Props [fjarrett](http://profiles.wordpress.org/fjarrett/).
0 commit comments