Plugin Directory

Changeset 2704621


Ignore:
Timestamp:
04/04/2022 07:54:30 PM (4 years ago)
Author:
Sarah_Dev
Message:

1.6.6

  • Released 4/04/22
  • Corrected a bug in 1.6.5 that was generating an error when saving the DUD settings page on a Windows-hosted server.
Location:
dynamic-user-directory/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dynamic-user-directory/trunk/dynamic-user-directory.php

    r2703353 r2704621  
    33* Plugin URI: http://sgcustomwebsolutions.com
    44* 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.5
     5* Version: 1.6.6
    66* Author: Sarah Giles
    77* Author URI: http://sgcustomwebsolutions.com
  • dynamic-user-directory/trunk/includes/admin.php

    r2703353 r2704621  
    32763276    {
    32773277        $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;
    32803280        $plugins_dir_path = substr($plugins_dir_path, 0, $pos);
    32813281               
  • dynamic-user-directory/trunk/readme.txt

    r2703353 r2704621  
    66Requires at least: 3.0.1
    77Tested up to: 5.9.2
    8 Stable tag: 1.6.5
     8Stable tag: 1.6.6
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9898== Changelog ==
    9999
     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
    100104= 1.6.5 =
    101105- Released 4/01/22
Note: See TracChangeset for help on using the changeset viewer.