From 2a610df0a0fc6b5478e2fbdde3763a5ed0932af6 Mon Sep 17 00:00:00 2001 From: Seth Carstens Date: Mon, 17 Oct 2016 21:57:12 -0700 Subject: [PATCH] version bump 1.0.3 (#8) * master back to develop (#5) * Ready to come out of beta (#2) * sync clearing cache with github updater * upgrade utility * adjust rest table columns * fixes GHU issues with caching vs transients * have rest cache admin delete function use new utility * add transient disabler to ghu plugin * version bump * Update changelog.md * I think we really need that 's' (#3) * version bump * changelog * version bump * version bump fixing --- .gitignore | 2 ++ changelog.md | 3 +++ wp-rest-cache.php | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..436c7dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +.DS_STORE diff --git a/changelog.md b/changelog.md index 988fe04..a60b0d7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +#### 1.0.3 +* Version bump fixes + #### 1.0.2 * More GHU Transient Changes diff --git a/wp-rest-cache.php b/wp-rest-cache.php index ca6e2a2..33c220f 100644 --- a/wp-rest-cache.php +++ b/wp-rest-cache.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/WordPress-Phoenix/wordpress-rest-cache * Description: A solution to caching REST data calls without relying on transients or wp_options tables. Note: for multisite "Network Activate", table may need manually created before activation. * Author: scarstens - * Version: 1.0.2 + * Version: 1.0.3 * Author URI: http://github.com/scarstens * License: GPL V2 * Text Domain: rest_cache