Skip to content

Commit 408f438

Browse files
committed
Replace X-Team (WP) with XWP.
1 parent 558c2c7 commit 408f438

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "dev-lib"]
22
path = dev-lib
3-
url = ../wp-plugin-dev-lib
3+
url = https://github.com/xwp/wp-plugin-dev-lib.git
44
branch = vip-themes

dependency-minification.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* Plugin Name: Dependency Minification
44
* Description: Concatenates and minifies scripts and stylesheets. Please install and activate <a href="http://scribu.net" target="_blank">scribu</a>'s <a href="http://wordpress.org/plugins/proper-network-activation/" target="_blank">Proper Network Activation</a> plugin <em>before</em> activating this plugin <em>network-wide</em>.
55
* Version: 0.9.8
6-
* Author: X-Team
7-
* Author URI: http://x-team.com/wordpress/
6+
* Author: XWP
7+
* Author URI: https://xwp.co/
88
* Text Domain: dependency-minification
99
* License: GPLv2+
1010
* Domain Path: /languages
1111
*/
1212

1313
/**
14-
* Copyright (c) 2013 X-Team (http://x-team.com/)
14+
* Copyright (c) 2013 XWP (https://xwp.co/)
1515
*
1616
* This program is free software; you can redistribute it and/or modify
1717
* it under the terms of the GNU General Public License, version 2 or, at

readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33

44
Automatically concatenates and minifies any scripts and stylesheets enqueued using the standard dependency system.
55

6-
**Contributors:** [x-team](http://profiles.wordpress.org/x-team), [westonruter](http://profiles.wordpress.org/westonruter), [fjarrett](http://profiles.wordpress.org/fjarrett), [kucrut](http://profiles.wordpress.org/kucrut), [shadyvb](http://profiles.wordpress.org/shadyvb), [alex-ye](http://profiles.wordpress.org/alex-ye), [c3mdigital](http://profiles.wordpress.org/c3mdigital), [lkraav](http://profiles.wordpress.org/lkraav)
6+
**Contributors:** [xwp](http://profiles.wordpress.org/xwp), [westonruter](http://profiles.wordpress.org/westonruter), [fjarrett](http://profiles.wordpress.org/fjarrett), [kucrut](http://profiles.wordpress.org/kucrut), [shadyvb](http://profiles.wordpress.org/shadyvb), [alex-ye](http://profiles.wordpress.org/alex-ye), [c3mdigital](http://profiles.wordpress.org/c3mdigital), [lkraav](http://profiles.wordpress.org/lkraav)
77
**Tags:** [performance](http://wordpress.org/plugins/tags/performance), [dependencies](http://wordpress.org/plugins/tags/dependencies), [minify](http://wordpress.org/plugins/tags/minify), [concatenate](http://wordpress.org/plugins/tags/concatenate), [compress](http://wordpress.org/plugins/tags/compress), [js](http://wordpress.org/plugins/tags/js), [javascript](http://wordpress.org/plugins/tags/javascript), [scripts](http://wordpress.org/plugins/tags/scripts), [css](http://wordpress.org/plugins/tags/css), [styles](http://wordpress.org/plugins/tags/styles), [stylesheets](http://wordpress.org/plugins/tags/stylesheets), [gzip](http://wordpress.org/plugins/tags/gzip), [yslow](http://wordpress.org/plugins/tags/yslow), [pagespeed](http://wordpress.org/plugins/tags/pagespeed), [caching](http://wordpress.org/plugins/tags/caching)
88
**Requires at least:** 3.5
99
**Tested up to:** 3.8
1010
**Stable tag:** trunk (master)
1111
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1212

13+
[![Build Status](https://travis-ci.org/xwp/wp-dependency-minification.png?branch=master)](https://travis-ci.org/xwp/wp-dependency-minification)
14+
1315
## Description ##
1416

1517
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.
3941
* Can serve compressed responses with `gzip` or `deflate`.
4042
* Transforms relatives paths in stylesheets (e.g. background-images) to absolute ones, so that they don't 404.
4143

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.**
4345

4446
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):
4547

@@ -50,36 +52,34 @@ If you are using Nginx with the default Varying Vagrant Vagrants config, you'll
5052
log_not_found off;
5153
}
5254

53-
[![Build Status](https://travis-ci.org/x-team/wp-dependency-minification.png?branch=master)](https://travis-ci.org/x-team/wp-dependency-minification)
54-
5555
## Changelog ##
5656

5757
### 0.9.8 ###
58-
* Fix rewrite rule broken by filtering home_url ([#49](https://github.com/x-team/wp-dependency-minification/pull/49)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
58+
* Fix rewrite rule broken by filtering home_url ([#49](https://github.com/xwp/wp-dependency-minification/pull/49)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
5959
* Switch from JSMin to JSMinPlus due to repeated issues with JSMin causing execution timeouts.
6060
* Update plugin to indicate WordPress 3.8 compatibility.
6161
* Fix expire and purge links.
6262

6363
### 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/).
6565

6666
### 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/).
6868

6969
### 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/).
7171

7272
### 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/).
7474

7575
### 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/).
7777

7878
### 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/).
8080

8181
### 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/).
8383

8484
### 0.9 beta ###
8585
First Release

readme.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== Dependency Minification ===
2-
Contributors: X-team, westonruter, fjarrett, kucrut, shadyvb, alex-ye, c3mdigital, lkraav
2+
Contributors: xwp, westonruter, fjarrett, kucrut, shadyvb, alex-ye, c3mdigital, lkraav
33
Tags: performance, dependencies, minify, concatenate, compress, js, javascript, scripts, css, styles, stylesheets, gzip, yslow, pagespeed, caching
44
Tested up to: 3.8
55
Requires at least: 3.5
@@ -38,7 +38,7 @@ which this plugin now supersedes.
3838
* Can serve compressed responses with `gzip` or `deflate`.
3939
* Transforms relatives paths in stylesheets (e.g. background-images) to absolute ones, so that they don't 404.
4040

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.**
4242

4343
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):
4444

@@ -53,31 +53,31 @@ If you are using Nginx with the default Varying Vagrant Vagrants config, you'll
5353
== Changelog ==
5454

5555
= 0.9.8 =
56-
* Fix rewrite rule broken by filtering home_url ([#49](https://github.com/x-team/wp-dependency-minification/pull/49)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
56+
* Fix rewrite rule broken by filtering home_url ([#49](https://github.com/xwp/wp-dependency-minification/pull/49)). Props [c3mdigital](http://profiles.wordpress.org/c3mdigital/).
5757
* Switch from JSMin to JSMinPlus due to repeated issues with JSMin causing execution timeouts.
5858
* Update plugin to indicate WordPress 3.8 compatibility.
5959
* Fix expire and purge links.
6060

6161
= 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/).
6363

6464
= 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/).
6666

6767
= 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/).
6969

7070
= 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/).
7272

7373
= 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/).
7575

7676
= 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/).
7878

7979
= 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/).
8181

8282
= 0.9 beta =
8383
First Release

0 commit comments

Comments
 (0)