From 3628d2d7244ff7681bb532657bf6d706e127627f Mon Sep 17 00:00:00 2001 From: Jakob Bouchard Date: Sat, 16 Jul 2022 23:20:17 -0400 Subject: [PATCH] Bump version --- hestia-nginx-cache.php | 2 +- readme.txt | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hestia-nginx-cache.php b/hestia-nginx-cache.php index 38ef0f1..cbe00ca 100644 --- a/hestia-nginx-cache.php +++ b/hestia-nginx-cache.php @@ -11,7 +11,7 @@ * Plugin Name: Hestia Nginx Cache * Description: Hestia Nginx Cache Integration for WordPress. Auto-purges the Nginx cache when needed. * Plugin URI: https://github.com/jakobbouchard/hestia-nginx-cache - * Version: 2.1.3 + * Version: 2.1.4 * Requires at least: 4.8 * Requires PHP: 5.4 * Author: Jakob Bouchard diff --git a/readme.txt b/readme.txt index 5edd524..c7c3f83 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: cache, caching, wp-cache, flush, purge, hestia, hestiacp, nginx Requires at least: 4.8 Tested up to: 6.0 Requires PHP: 5.4 -Stable tag: 2.1.3 +Stable tag: 2.1.4 License: GPL v3 License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -67,6 +67,11 @@ If your issues persist, do not hesitate to contact me via email! == Changelog == += 2.1.4 = +* Fix domain field in admin +* Increase response timeout, in case the server is slow +* Remove SSL verification, in case your HestiaCP serves a self-signed certificate + = 2.1.3 = * Fixed PHP 8.1 compatibility