Skip to content

Commit fce6463

Browse files
committed
1.0.4 Incorporate #4, move up to 6.1
1 parent c6c448e commit fce6463

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

index-wp-users-for-speed.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* @license GPL-2.0-or-later
88
* @wordpress-plugin0
99
* Plugin Name: Index WP Users For Speed
10-
* Version: 1.0.3
11-
* Stable tag: 1.0.3
10+
* Version: 1.0.4
11+
* Stable tag: 1.0.4
1212
* Plugin URI: https://plumislandmedia.org/index-wp-users-for-speed/
1313
* Description: Speed up your WordPress site with many users.
1414
* Requires at least: 5.2
@@ -34,7 +34,7 @@
3434

3535
const INDEX_WP_USERS_FOR_SPEED_NAME = 'index-wp-users-for-speed';
3636
define( 'INDEX_WP_USERS_FOR_SPEED_FILENAME', plugin_basename( __FILE__ ) );
37-
const INDEX_WP_USERS_FOR_SPEED_VERSION = '1.0.3';
37+
const INDEX_WP_USERS_FOR_SPEED_VERSION = '1.0.4';
3838
const INDEX_WP_USERS_FOR_SPEED_PREFIX = 'index-wp-users-for-speed-';
3939
const INDEX_WP_USERS_FOR_SPEED_HOOKNAME = 'index_wp_users_for_speed_task';
4040
const INDEX_WP_USERS_FOR_SPEED_KEY_PREFIX = 'iufs';

languages/index-wp-users-for-speed.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL v2 or later.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Index WP Users For Speed 1.0.3\n"
5+
"Project-Id-Version: Index WP Users For Speed 1.0.4\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/index-wp-users-for-speed\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2022-09-19T14:25:50-04:00\n"
12+
"POT-Creation-Date: 2022-10-05T08:24:13-04:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.6.0\n"
1515
"X-Domain: index-wp-users-for-speed\n"

readme.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: OllieJones
33
Tags: users, database, index, performance, largesite
44
Requires at least: 5.2
5-
Tested up to: 6.0.2
5+
Tested up to: 6.1
66
Requires PHP: 5.6
7-
Stable tag: 1.0.3
7+
Stable tag: 1.0.4
88
Network: true
99
License: GPL v2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -95,6 +95,10 @@ Configure it via the Index for Speed menu item under Users.
9595

9696
== Changelog ==
9797

98+
= 1.0.4 =
99+
100+
* Fix bug preventing wp-cli deactivation. Props to [João Faria](https://github.com/jffaria).
101+
98102
= 1.0.3 =
99103

100104
* Fix bug deleting users.

0 commit comments

Comments
 (0)