Skip to content

Commit

Permalink
Version 1.7 (#77)
Browse files Browse the repository at this point in the history
* Updated coding standards
* Updated how throttling works and where it is triggered.
* Added unit test for the should_throttle() method.
* Ensure that throttling is specific to the method doing the throttling.
* cache purge with buffer
* add gpl license
* license and platform restriction check
  • Loading branch information
0aveRyan authored Dec 4, 2019
1 parent eab411c commit d180aec
Show file tree
Hide file tree
Showing 5 changed files with 817 additions and 238 deletions.
14 changes: 3 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,16 @@
"url": "https://satis.wpteamhub.com"
}
],
"require": {},
"require-dev": {
"johnpbloch/wordpress": "^5.0",
"bluehost/wp-php-standards": "^1.0",
"phpunit/phpunit": "^6.5.14",
"wp-phpunit/wp-phpunit": "^5.0"
"wp-phpunit/wp-phpunit": "^5.0",
"bluehost/wp-php-standards": "@stable"
},
"scripts": {
"lint": [
"vendor/bin/phpcs --ignore=*/vendor/* ."
"vendor/bin/phpcs endurance-page-cache.php --standard=Bluehost"
],
"phpunit": "./vendor/bin/phpunit -c phpunit.xml"
},
"extra": {
"phpcs-config": {
"colors": true,
"default_standard": "Bluehost",
"testVersion": "5.2-"
}
}
}
Loading

0 comments on commit d180aec

Please sign in to comment.