We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3fbba commit 7ee8fcfCopy full SHA for 7ee8fcf
composer.json
@@ -2,7 +2,7 @@
2
"name": "dwnload/wp-rest-api-object-cache",
3
"description": "Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.",
4
"type": "wordpress-plugin",
5
- "version": "1.0.2",
+ "version": "1.0.3",
6
"license": "MIT",
7
"authors": [
8
{
@@ -14,7 +14,7 @@
14
],
15
"require": {
16
"composer/installers": "~1.0",
17
- "thefrosty/wp-utilities": "^1.1.2",
+ "thefrosty/wp-utilities": "^1.1.3",
18
"php": ">=7.0.4"
19
},
20
"require-dev": {
0 commit comments