Changeset 3152946
- Timestamp:
- 09/16/2024 07:56:17 PM (18 months ago)
- Location:
- wordfence-assistant
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.10 (copied) (copied from wordfence-assistant/trunk)
-
tags/1.0.10/readme.txt (modified) (2 diffs)
-
tags/1.0.10/wordfence-assistant.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wordfence-assistant.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordfence-assistant/tags/1.0.10/readme.txt
r3116668 r3152946 4 4 Requires at least: 3.9 5 5 Tested up to: 6.6 6 Stable tag: 1.0. 96 Stable tag: 1.0.10 7 7 8 8 Wordfence Assistant provides data management utilities for Wordfence users. … … 25 25 26 26 == Changelog == 27 28 = 1.0.10 = 29 * Incremented version number to update "Tested up to" 30 * NOTE: To allow us to provide better support, Wordfence Assistant will be removed from the wordpress.org plugin repository soon and instead be made available via our support channels 27 31 28 32 = 1.0.9 = -
wordfence-assistant/tags/1.0.10/wordfence-assistant.php
r2534865 r3152946 5 5 Description: Wordfence Assistant - Helps Wordfence users with miscellaneous Wordfence data management tasks. 6 6 Author: Wordfence 7 Version: 1.0. 97 Version: 1.0.10 8 8 Author URI: http://www.wordfence.com/ 9 9 Text Domain: wordfence-assistant … … 12 12 define('WORDFENCE_ASSISTANT_FCPATH', __FILE__); 13 13 14 define('WORDFENCE_ASSISTANT_VERSION', '1.0. 9');14 define('WORDFENCE_ASSISTANT_VERSION', '1.0.10'); 15 15 16 16 require_once('lib/wordfenceAssistantClass.php'); -
wordfence-assistant/trunk/readme.txt
r3116668 r3152946 25 25 26 26 == Changelog == 27 28 = 1.0.10 = 29 * Incremented version number to update "Tested up to" 30 * NOTE: To allow us to provide better support, Wordfence Assistant will be removed from the wordpress.org plugin repository soon and instead be made available via our support channels 27 31 28 32 = 1.0.9 = -
wordfence-assistant/trunk/wordfence-assistant.php
r2534865 r3152946 5 5 Description: Wordfence Assistant - Helps Wordfence users with miscellaneous Wordfence data management tasks. 6 6 Author: Wordfence 7 Version: 1.0. 97 Version: 1.0.10 8 8 Author URI: http://www.wordfence.com/ 9 9 Text Domain: wordfence-assistant … … 12 12 define('WORDFENCE_ASSISTANT_FCPATH', __FILE__); 13 13 14 define('WORDFENCE_ASSISTANT_VERSION', '1.0. 9');14 define('WORDFENCE_ASSISTANT_VERSION', '1.0.10'); 15 15 16 16 require_once('lib/wordfenceAssistantClass.php');
Note: See TracChangeset
for help on using the changeset viewer.