Skip to content

Commit 2a610df

Browse files
authored
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
1 parent 370f05d commit 2a610df

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/
2+
.DS_STORE

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 1.0.3
2+
* Version bump fixes
3+
14
#### 1.0.2
25
* More GHU Transient Changes
36

wp-rest-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://github.com/WordPress-Phoenix/wordpress-rest-cache
55
* 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.
66
* Author: scarstens
7-
* Version: 1.0.2
7+
* Version: 1.0.3
88
* Author URI: http://github.com/scarstens
99
* License: GPL V2
1010
* Text Domain: rest_cache

0 commit comments

Comments
 (0)