Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Mar 3, 2021
1 parent feb0ea6 commit 14e7871
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* text=auto

/.gitattributes export-ignore
/.gitignore export-ignore
/assets export-ignore
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# IDEs and editors
*.swp
*.swo
.idea

# system files
.DS_Store
Thumbs.db
[Dd]esktop.ini
17 changes: 13 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# WP Engine Advanced Cache
# WP Engine Advanced Cache (DevSkiller fork)

Contributors: ethankennedy, stevenkword\
Contributors: ethankennedy, stevenkword, xemlock\
Tags: wpengine, cache, headers, last-modified\
Requires at least: 3.5\
Tested up to: 5.2\
Stable tag: 1.3.3
Tested up to: 5.6\
Stable tag: 1.3.4

This plugin is a tool that leverages some specific WP Engine tools, as well as general web options for increasing the cacheability of a WordPress site.

Expand All @@ -27,6 +27,15 @@ This plugin is a tool that leverages some specific WP Engine tools, as well as g

## Changelog

1.3.4

* Cache headers are set only for GET requests
* Added option to selectively disable cache headers
* Added link to cache settings on plugins page
* REST api cache headers are disabled by default
* Permanently removed cache headers for wp/ REST namespace, as caching it may result in exposing sensitive
or private information, such as user data or unpublished posts. It also may interfere with Gutenberg editor.

1.3.3

* Added headers sent check
Expand Down
8 changes: 4 additions & 4 deletions wpe-advanced-cache.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Plugin Name: WP Engine Advanced Cache Options
* Plugin URI: https://github.com/EthanKennedy/wpe-advanced-cache
* Plugin Name: WP Engine Advanced Cache (DevSkiller fork)
* Plugin URI: https://github.com/DevskillerTech/wpe-advanced-cache
* Description: This plugin works to increase cache time across the board, and gives a smarter way to purge the cache
* Version: 1.3.3
* Author: Ethan Kennedy, Steven Word
* Version: 1.3.4
* Author: Ethan Kennedy, Steven Word, xemlock
* Author URI: http://ethankennedy.me
* License: GPL2.
*/
Expand Down

0 comments on commit 14e7871

Please sign in to comment.