From 370c1f707b841e6608cf918e63c3ba2917f16d18 Mon Sep 17 00:00:00 2001 From: Simon Kraft Date: Tue, 14 Apr 2020 18:54:00 +0200 Subject: [PATCH] Prepare 2.3 update - Updated version number - Udpated Tested WP version (5.4) - replaced documentation links - replaced one old paypal link - updated changelog --- CHANGELOG.md | 3 +-- README.md | 4 ++-- cachify.php | 6 +++--- inc/cachify.settings_footer.php | 6 +++--- readme.txt | 4 ++-- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebceac0..15cf712a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/pluginkollektiv/cachify/compare/2.2.4...HEAD) +## [2.3.0] * New: WP-CLI integration, see #165, props derweili * New: `cachify_flush_cache_hooks` filter added to modify all hooks that flush the cache * New: Flush cache when a user is created / updated / deleted @@ -13,7 +13,6 @@ All notable changes to this project will be documented in this file. This projec * Enhance: FAQ and Support links, see #55, props timse201 * Enhance: Add text caption to "flush cache" button * Security: Tabnabbing prevention, see #55, props timse201 -* Code-Refactoring ## 2.2.4 * Fixes caching for mixed HTTPS and HTTP setups diff --git a/README.md b/README.md index bfe53eeb..1c1d953c 100755 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ Smart, efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for ## Frequently Asked Questions ## -Please have a look [in the FAQ pages](https://github.com/pluginkollektiv/cachify/wiki/en-FAQ). +Please have a look [in the FAQ pages](https://cachify.pluginkollektiv.org/documentation#faq). -A complete documentation is available in the [GitHub repository Wiki](https://github.com/pluginkollektiv/cachify/wiki). +A complete documentation is available in the [online handbook](https://cachify.pluginkollektiv.org/documentation/). ## Changelog ## diff --git a/cachify.php b/cachify.php index 4e6c79b7..4aaeadc7 100644 --- a/cachify.php +++ b/cachify.php @@ -3,11 +3,11 @@ Plugin Name: Cachify Description: Easy to use WordPress caching plugin. Serving static blog pages from database, disk, Memcached or APC. Author: pluginkollektiv -Author URI: http://pluginkollektiv.org -Plugin URI: https://wordpress.org/plugins/cachify/ +Author URI: https://pluginkollektiv.org +Plugin URI: https://cachify.pluginkollektiv.org/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Version: 2.3.0-beta.1 +Version: 2.3.0 Text Domain: cachify Domain Path: /lang */ diff --git a/inc/cachify.settings_footer.php b/inc/cachify.settings_footer.php index f2ba8092..ac832138 100644 --- a/inc/cachify.settings_footer.php +++ b/inc/cachify.settings_footer.php @@ -4,8 +4,8 @@ ?>

- - • + + • - • + •

diff --git a/readme.txt b/readme.txt index e432e662..7b1ba720 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ * Contributors: pluginkollektiv * Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW * Tags: acceleration, apc, cache, caching, compress, database cache, db-cache, disk cache, disk caching, google, hdd, html compression, memcached, minify, minimize, optimize, page cache, performance, quick cache, speed -* Stable tag: 2.3.0-beta.1 +* Stable tag: 2.3.0 * Requires at least: 4.4 -* Tested up to: 5.1 +* Tested up to: 5.4 * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html