-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0 #44
base: master
Are you sure you want to change the base?
1.0 #44
Conversation
+ Adds option to disable minification alltogether + Adds option to disable minification based on specific conditions ( islogged, is_admin, query var present ) + Adds option to exclude resources, line-delimited, based on string search not matching, means it matches any part of the url * Note: Disabling minification does not disable serving minified files, so cached pages does not break.
…es. #5 * Fix a small translation missing text domain
* Remove trailing spaces
774bdc3 Check modified files, pass select JS to jshint, run phpunit in vagrant bc955c7 Fix pre-commit detection of staged_php_files d0194bb Add PHP syntax checks for travis-ci and pre-commit hook c98d9c4 Merge branch 'master' of github.com:x-team/wp-plugin-dev-lib 2e1b928 Remove dependency on WP_CLI 0e07a75 Note how add .travis.yml and .jshintrc to host plugin via symlinks da3555c Also check for presence of phpunit.xml.dist 0ae29af Update pre-commit hook so PHPCS only looks at staged PHP files 00d36fb Merge commit '7ef48bd5aa6680d02589a9f5697b35cd9a9520ca' into develop f5f2c1c Update pre-commit hook to look for staged php files 3ddac64 Revamp pre-commit hook, adding jshint 9f7df05 Rename .jshint => .jshintrc 817f4c2 Add travis-ci with support for jshint, phpcs, phpunit a3a984d Add jshint and fix warnings 730cf4f Merge commit '32585ea10effb3de33aa7136424364359c199969' 1095520 Apply phpcs fixes git-subtree-dir: bin git-subtree-split: 774bdc3
Adds a new Tabbed Settings page
Conflicts: bin/.travis.yml bin/class-wordpress-readme-parser.php bin/pre-commit bin/readme.md dependency-minification.php
@westonruter I'm doing some CS fixes myself. Will reassign after. |
@shadyvb good idea. Yeah, evaluating our plugins against the updated sniffs in the |
Add some PHP_CodeSniffer fixes
Conflicts: dependency-minification.php
2dbb4ca Make readme section front-matter pattern not greedy 5b2b963 Move Travis build badge right after metadata block e60070a Add support for parsing readme section front-matter ca371f1 Merge pull request #36 from x-team/develop 2cfb6e9 Add support for WPCS folder re-structure e55d064 Merge branch 'master' into develop b782342 Use master branch for coveralls build status d7722bd Supply default PHPCS_IGNORE 1efac8e Add composer 13db3de Trial support for coveralls b88ad0b Merge pull request #35 from x-team/develop 2ad10ee Add sample .ci-env.sh to readme ffbe9ea Add built-in VVV support to pre-commit hook 98f6174 Fix PHPCS issues new from WordPress:core-extra 54f710a Use same WP_VERSION in .travis.yml as WP-CLI's template d8e6928 Fetch and use latest install-wp-tests.sh from wp-cli GitHub repo d6c29fc Use .ci-env.sh (nee .travis.before_script.sh) in pre-commit hook 3344571 Fix .travis.yml syntax error fb5d1cc Allow PHPCS and WPCS to pull from different locations 4529787 Improve URL regex for readme builder dab2ab1 Merge commit '025f3510009d530e4313d4c94a714e555f467288' 1139f0d Make PHPCS ruleset file naming consistent e73f2d6 Updating readme parser 02cb910 Post connector tests ce084cf Append branch param to Travis CI status image URL 91dd266 Changelog for 0.3 release git-subtree-dir: bin git-subtree-split: 2dbb4cafdb4e98d97f1ab5f13a4f73addfa9fe54
…into develop Closes #64
Hi. Is this project still alive? Kind regards |
Hibernation. |
Seems to be a great project ☺ |
Yes, it is. I'm sort of wondering what people are using as the "better" option. If this was the best thing out there, we'd have contributors from all over. But I guess people have a simple enough option at something better, maybe proxies like CloudFlare with their full-on automated magic of all sorts of stuff? |
It is sad that most go the lazy way as VPS are quite cheap these days and together with e.g. EasyEngine relatively easy to setup... I really hope all these great pull requests here may find their way into the project sind day and more people enjoy this great project 👍 |
Opening pull request to track changes for 1.0 release, as well as to facilitate applying phpcs fixes which which will now be necessary now that Travis CI has been added.