-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: stevegrunwell/wp-cache-remember
base: v1.0.0
head repository: stevegrunwell/wp-cache-remember
compare: develop
Commits on Feb 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6cb5ef6 - Browse repository at this point
Copy the full SHA 6cb5ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb2c8d - Browse repository at this point
Copy the full SHA 2fb2c8dView commit details
Commits on Apr 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 40dc228 - Browse repository at this point
Copy the full SHA 40dc228View commit details -
If a callback throws an Exception or returns a WP_Error object, the v…
…alue should not be cached.
Configuration menu - View commit details
-
Copy full SHA for 2ce88d3 - Browse repository at this point
Copy the full SHA 2ce88d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d0b46 - Browse repository at this point
Copy the full SHA 58d0b46View commit details -
Merge pull request #1 from stevegrunwell/fix/no-caching-on-error
Don't cache exceptions nor WP_Error objects
Configuration menu - View commit details
-
Copy full SHA for 1492646 - Browse repository at this point
Copy the full SHA 1492646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34920f1 - Browse repository at this point
Copy the full SHA 34920f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d3f623 - Browse repository at this point
Copy the full SHA 1d3f623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37cf22c - Browse repository at this point
Copy the full SHA 37cf22cView commit details
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 18fcf75 - Browse repository at this point
Copy the full SHA 18fcf75View commit details
Commits on Jun 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0f0e8a5 - Browse repository at this point
Copy the full SHA 0f0e8a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e206144 - Browse repository at this point
Copy the full SHA e206144View commit details -
Instead of accepting any Composer arguments, explicitly run composer …
…update --prefer-lowest if the COMPOSER_LOWEST env variable is set
Configuration menu - View commit details
-
Copy full SHA for f4ec33b - Browse repository at this point
Copy the full SHA f4ec33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e116e - Browse repository at this point
Copy the full SHA a4e116eView commit details -
Merge pull request #4 from stevegrunwell/feature/loosen-composer-requ…
…irements Loosen Composer requirements
Configuration menu - View commit details
-
Copy full SHA for d762c23 - Browse repository at this point
Copy the full SHA d762c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f7574 - Browse repository at this point
Copy the full SHA c5f7574View commit details -
Merge pull request #3 from aaemnnosttv/pr/composer-installers-version
Loosen version constraint for composer/installers
Configuration menu - View commit details
-
Copy full SHA for b678557 - Browse repository at this point
Copy the full SHA b678557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 837c48e - Browse repository at this point
Copy the full SHA 837c48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d3826 - Browse repository at this point
Copy the full SHA a7d3826View commit details -
Configuration menu - View commit details
-
Copy full SHA for f37b8e7 - Browse repository at this point
Copy the full SHA f37b8e7View commit details
Commits on Dec 5, 2019
-
PHPCS/Composer: update PHPCS related dependencies
* Switches the repo over to use `PHPCompatibilityWP` rather than `PHPCompatibility`. As this repo and ruleset is for a WordPress project, using the `PHPCompatibilityWP` ruleset is the better choice to prevent false positives for PHP functions and constants which are back-filled by WP. * Switches the dependency over to use the repo in the `PHPCompatibility` organisation rather than the one in `wimg`'s personal account. * Use the latest version of PHPCompatibility. You were missing out on a lot of new checks, including the checks to make sure your code is compatible with PHP 7.4. * Minor ruleset tweaks to allow the tests to also be checked for PHPCompatibility. * Use the latest version of the DealerDirect Composer PHPCS plugin. Composer treats minors < 1.0 as majors, so you need to explicitly update. * Use the latest version of WPCS. Includes a few minor function call layout updates in the tests to comply. Ref: * https://github.com/PHPCompatibility/PHPCompatibilityWP * PHPCompatibility/PHPCompatibility#688 * https://github.com/WordPress/WordPress-Coding-Standards/releases/
Configuration menu - View commit details
-
Copy full SHA for b2387f2 - Browse repository at this point
Copy the full SHA b2387f2View commit details -
Travis: add builds to test against PHP 7.3-7.4
Includes: * Removing `sudo: false`. Sudo hasn't been supported on Travis for quite a while now. * Making the _remove Xdebug_ command more stable when using recent PHP versions for which Xdebug may not be available yet. Note: for now running code coverage on PHP 7.3 rather than PHP 7.4 as Xdebug has not been installed on the PHP 7.4 Travis image yet.
Configuration menu - View commit details
-
Copy full SHA for bb748cb - Browse repository at this point
Copy the full SHA bb748cbView commit details -
Merge pull request #5 from jrfnl/feature/update-phpcs-dependencies
PHPCS/Composer: update PHPCS related dependencies
Configuration menu - View commit details
-
Copy full SHA for 72150a7 - Browse repository at this point
Copy the full SHA 72150a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0be5d - Browse repository at this point
Copy the full SHA 1e0be5dView commit details -
Merge pull request #6 from jrfnl/feature/test-against-recent-php-vers…
…ions Travis: add builds to test against PHP 7.3-7.4
Configuration menu - View commit details
-
Copy full SHA for d0cde9d - Browse repository at this point
Copy the full SHA d0cde9dView commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 36c698c - Browse repository at this point
Copy the full SHA 36c698cView commit details -
Merge pull request #7 from macbookandrew/develop
update dependency version constraints
Configuration menu - View commit details
-
Copy full SHA for cde9a1b - Browse repository at this point
Copy the full SHA cde9a1bView commit details
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bcce326 - Browse repository at this point
Copy the full SHA bcce326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4904f - Browse repository at this point
Copy the full SHA 9d4904fView commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7ad1da1 - Browse repository at this point
Copy the full SHA 7ad1da1View commit details
There are no files selected for viewing