Skip to content

Commit 0904ac2

Browse files
committed
Merge branch 'release/2.5.0'
2 parents 98fe8b8 + ea1825c commit 0904ac2

5 files changed

+3594
-3751
lines changed

.travis.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,38 @@ language: php
1010

1111
# Declare versions of PHP to use. Use one decimal max.
1212
php:
13-
- 5.2
14-
- 5.6
15-
- hhvm
13+
- 5.2
14+
- 5.6
15+
- hhvm
1616

1717
matrix:
18-
allow_failures:
19-
- php: hhvm
18+
allow_failures:
19+
- php: hhvm
2020

2121
before_script:
22-
- export PHPCS_DIR=/tmp/phpcs
23-
- export WPCS_DIR=/tmp/wpcs
24-
# Install CodeSniffer for WordPress Coding Standards checks.
25-
# 2.3.1 breaks PHP 5.2 on Travis due to use of Phar class.
26-
- git clone -b 2.3.0 --depth 1 https://github.com/squizlabs/PHP_CodeSniffer.git $PHPCS_DIR
27-
# Install WordPress Coding Standards.
28-
- git clone -b master --depth 1 https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git $WPCS_DIR
29-
# Set install path for WordPress Coding Standards.
30-
# @link https://github.com/squizlabs/PHP_CodeSniffer/blob/4237c2fc98cc838730b76ee9cee316f99286a2a7/CodeSniffer.php#L1941
31-
- $PHPCS_DIR/scripts/phpcs --config-set installed_paths $WPCS_DIR
32-
# After CodeSniffer install you should refresh your path.
33-
- phpenv rehash
22+
- export PHPCS_DIR=/tmp/phpcs
23+
- export WPCS_DIR=/tmp/wpcs
24+
# Install CodeSniffer for WordPress Coding Standards checks.
25+
# 2.3.1 breaks PHP 5.2 on Travis due to use of Phar class.
26+
- git clone -b 2.3.0 --depth 1 https://github.com/squizlabs/PHP_CodeSniffer.git $PHPCS_DIR
27+
# Install WordPress Coding Standards.
28+
- git clone -b master --depth 1 https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git $WPCS_DIR
29+
# Set install path for WordPress Coding Standards.
30+
# @link https://github.com/squizlabs/PHP_CodeSniffer/blob/4237c2fc98cc838730b76ee9cee316f99286a2a7/CodeSniffer.php#L1941
31+
- $PHPCS_DIR/scripts/phpcs --config-set installed_paths $WPCS_DIR
32+
# After CodeSniffer install you should refresh your path.
33+
- phpenv rehash
3434

3535
# Run test script commands.
3636
# All commands must exit with code 0 on success. Anything else is considered failure.
3737
script:
38-
# Search for PHP syntax errors.
39-
- find . \( -name '*.php' \) -exec php -lf {} \;
40-
# WordPress Coding Standards
41-
# @link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards
42-
# @link https://github.com/squizlabs/PHP_CodeSniffer
43-
# All of the usual config flags are held in phpcs.xml
44-
- $PHPCS_DIR/scripts/phpcs
38+
# Search for PHP syntax errors.
39+
- find . \( -name '*.php' \) -exec php -lf {} \;
40+
# WordPress Coding Standards
41+
# @link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards
42+
# @link https://github.com/squizlabs/PHP_CodeSniffer
43+
# All of the usual config flags are held in phpcs.xml
44+
- $PHPCS_DIR/scripts/phpcs
4545

4646
notifications:
4747
email: false

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for TGM Plugin Activation library
22

3-
## 2.5.0 (2015-06-12)
3+
## 2.5.0 (2015-07-03)
44

55
This is a major update which brings some interesting new features and fixes tons of bugs. This version of TGMPA is brought to you by [Thomas Griffin] with graceful thanks to [Gary Jones] and our new core-team member [Juliette Reinders Folmer] for the majority of the changes.
66

0 commit comments

Comments
 (0)