fix : There was a case where the cache was not updated due to a problem in the cache expiration date judgment process.
fix : Use wp_timezone_string () function to get timezone data.
2.4.1
2019-11-29
fix : Bug fix that the definition using “not” in css selector was deleted in css tree shaking.
2.4.0
2019-10-9
Add Rewrite protection for WordPress address (siteurl) / Site address (home) / other options.
2.3.1
2019-7-26
Add callback function information to wp-cron execution log
Add REST API Requests and Results to log
2.3.0
2019-7-11
Added CSS Tree Shaking feature
2.2.5
2019-5-8
fix : Exclusion process when css preload is specified.
fix : Add ‘rest_route’ as well as ‘wp-json’ to identify access log of REST API request.
2.2.4
2019-4-4
fix : php error in add_autoblocklist function
2.2.3
2019-4-1
fix : log filter
fix : php error due to static declaration missing
2.2.2
2019-3-28
Refactored the code and Add gravatar cache(beta).
2.0.5
2019-3-8
wp5.1 tested and Add post id item to log etc.
2.0.4
2018-10-11
Add option to exclude JavaScript from asynchronous load defer.
2.0.2
2018-8-14
changed : Since the gutenberg editor accesses ‘wp-includes/js/tinymce/wp-tinymce.php’, Exclude this as not to be treated as a zero day attack.
fix : log type mode select bug
2.0.1
2018-8-1
Changed : cache to gzip format to reduce cache data capacity and speed up.
Changed : asynchronous loading of CSS, JS files.
Changed : ob_start processing when saving cache data. (Measures against error of global variable in template file)
Changed : setting page user interface (added maintenance function)
Abolished : APCu mode
1.4.5
2018-5-7
Added small CSS, JS inline embedding and HTML Minify function for page speed improvement.
fix : cache clear function.
fix : Measures against invalid request URL.
1.3.2
2018-4-11
fix : As posting edit screen display was sometimes slowed down, cache status display is limited when post status is “publish”.
1.3.1
2018-3-30
Added cache clear button for each post.
Change fixed the priority of the filter hook of caching processing to 99999 because the short code might not be executed.
1.2.1
2018-2-16
fix PHP error occurred in log mode
1.2.0
2017-12-28
Added Log display filter. And added a record of events such as wp-redirect and Server Side HTTP_Request.
1.1.2
2017-11-29
Added super fast expert mode using auto_prepend_file (Only when php.ini can be edited)
Added zero-day attack blocking function (Only when php.ini can be edited)
Added automatic cache clear processing for bbPress forum, topic, reply.
1.0.0
2017-08-02
Add Cache HTTP headers with page content.
Add Auto block IP mode (simple & fast wordpress security : NULL byte / Directory traversal / Command injection / Brute Force … )
Save POST data to log.
Change Fixed to easy-to-see log display.
0.9.8
2017-06-20
WordPress 4.8 support
Add simple access statistics mode.
Change log display to main site only. Fixed to easy-to-see log display.
0.9.6
2017-3-27
Change Configuration change of setting table.
Change Configuration change of log table.
Addition of bot block function as optional utility function.
Added URL replacement function of images and links in content that can be used when migrating site URL as optional utility function.
0.9.1
2016-09-12
fix PHP Error
0.9.0
2016-09-09
APC/APCu support(Beta test). You can specify the “SQLite + APC/APCu” as cache storage in case “APC/APCu” is enabled.