Changeset 2704621
- Timestamp:
- 04/04/2022 07:54:30 PM (4 years ago)
- Location:
- dynamic-user-directory/trunk
- Files:
-
- 3 edited
-
dynamic-user-directory.php (modified) (1 diff)
-
includes/admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-user-directory/trunk/dynamic-user-directory.php
r2703353 r2704621 3 3 * Plugin URI: http://sgcustomwebsolutions.com 4 4 * Description: Creates an alphabetically sorted user directory that will format and display specified user meta data such as name, address, and email. 5 * Version: 1.6. 55 * Version: 1.6.6 6 6 * Author: Sarah Giles 7 7 * Author URI: http://sgcustomwebsolutions.com -
dynamic-user-directory/trunk/includes/admin.php
r2703353 r2704621 3276 3276 { 3277 3277 $plugins_dir_path = plugin_dir_path(__FILE__); 3278 $pos = stripos($plugins_dir_path," /plugins/");3279 $pos += 9;3278 $pos = stripos($plugins_dir_path,"plugins"); 3279 $pos += 8; 3280 3280 $plugins_dir_path = substr($plugins_dir_path, 0, $pos); 3281 3281 -
dynamic-user-directory/trunk/readme.txt
r2703353 r2704621 6 6 Requires at least: 3.0.1 7 7 Tested up to: 5.9.2 8 Stable tag: 1.6. 58 Stable tag: 1.6.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 98 98 == Changelog == 99 99 100 = 1.6.6 = 101 - Released 4/04/22 102 - Corrected a bug in 1.6.5 that was generating an error when saving the DUD settings page on a Windows-hosted server. 103 100 104 = 1.6.5 = 101 105 - Released 4/01/22
Note: See TracChangeset
for help on using the changeset viewer.