From b042e17f6a558d667288071f2af81f848738bd39 Mon Sep 17 00:00:00 2001 From: EdwardBock Date: Fri, 10 Jan 2020 10:46:40 +0100 Subject: [PATCH] first release to wordpress.org version --- plugin.php | 4 ++-- readme.txt | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/plugin.php b/plugin.php index 7bf3301..2eaf181 100644 --- a/plugin.php +++ b/plugin.php @@ -4,13 +4,13 @@ * Plugin Name: Use Memcached * Plugin URI: https://github.com/palasthotel/use-memcached * Description: Adds memcached support for WP_Object_Cache. - * Version: 1.0.0 + * Version: 1.0.1 * Text Domain: use-memcached * Domain Path: /languages * Author: Palasthotel (in person: Edward Bock) * Author URI: http://www.palasthotel.de * Requires at least: 5.0 - * Tested up to: 5.3.1 + * Tested up to: 5.3.2 * License: http://www.gnu.org/licenses/gpl-2.0.html GPLv2 * * @copyright Copyright (c) 2019, Palasthotel diff --git a/readme.txt b/readme.txt index d85f7aa..32a3bee 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: edwardbock Donate link: http://palasthotel.de/ Tags: cache, performance Requires at least: 5.0 -Tested up to: 5.3.1 -Stable tag: 1.0.0 +Tested up to: 5.3.2 +Stable tag: 1.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl @@ -37,9 +37,12 @@ With other hosters or service settings you need to configure some php variables == Changelog == -= 1.0.0 = += 1.0.1 = * First release += 1.0.0 = +* Submitted to wordpress.org plugin repo version + == Upgrade Notice ==