Skip to content

Commit

Permalink
version bump 1.0.3 (#8)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
scarstens authored Oct 18, 2016
1 parent 370f05d commit 2a610df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
.DS_STORE
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 1.0.3
* Version bump fixes

#### 1.0.2
* More GHU Transient Changes

Expand Down
2 changes: 1 addition & 1 deletion wp-rest-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a610df

Please sign in to comment.