Skip to content

Commit

Permalink
Prepare 2.3 update
Browse files Browse the repository at this point in the history
- Updated version number
- Udpated Tested WP version (5.4)
- replaced documentation links
- replaced one old paypal link
- updated changelog
  • Loading branch information
krafit committed Apr 14, 2020
1 parent 0771101 commit 370c1f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##
Expand Down
6 changes: 3 additions & 3 deletions cachify.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
6 changes: 3 additions & 3 deletions inc/cachify.settings_footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
?>

<p>
<a href="<?php echo esc_url( __( 'https://wordpress.org/plugins/cachify/faq/', 'cachify' ), 'https' ); ?>" rel="noopener noreferrer"><?php esc_html_e( 'FAQ', 'cachify' ); ?></a>
&bull; <a href="https://github.com/pluginkollektiv/cachify/wiki" rel="noopener noreferrer"><?php esc_html_e( 'Manual', 'cachify' ); ?></a>
<a href="<?php echo esc_url( __( 'https://cachify.pluginkollektiv.org/documentation#faq', 'cachify' ), 'https' ); ?>" rel="noopener noreferrer"><?php esc_html_e( 'FAQ', 'cachify' ); ?></a>
&bull; <a href="https://cachify.pluginkollektiv.org/documentation/" rel="noopener noreferrer"><?php esc_html_e( 'Manual', 'cachify' ); ?></a>
&bull; <a href="https://wordpress.org/support/plugin/cachify" rel="noopener noreferrer"><?php esc_html_e( 'Support', 'cachify' ); ?></a>
&bull; <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8CH5FPR88QYML" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Donate', 'cachify' ); ?></a>
&bull; <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Donate', 'cachify' ); ?></a>
</p>
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit 370c1f7

@krafit
Copy link
Member Author

@krafit krafit commented on 370c1f7 Apr 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was supposed to close #186 😂

Please sign in to comment.