Plugin Directory

Changeset 3327799


Ignore:
Timestamp:
07/14/2025 08:09:29 PM (8 months ago)
Author:
fullworks
Message:

Release version 1.7.5

Location:
stop-user-enumeration
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stop-user-enumeration/tags/1.7.5/changelog.txt

    r3315979 r3327799  
    11== Changelog ==
     2= 1.7.5 =
     3* Added PHP 8.4 compatibility
     4* Updated wp-env configuration to use PHP 8.4
     5* Added PHP 8.4 compatibility checks to build process
     6
     7= 1.7.4 =
     8* fix changelog
     9
    210= 1.7.3 =
    311* Fixed URL-encoding bypass vulnerability in REST API protection
  • stop-user-enumeration/tags/1.7.5/includes/vendor/composer/installed.php

    r3315979 r3327799  
    22    'root' => array(
    33        'name' => 'fullworks/stop-user-enumeration',
    4         'pretty_version' => 'v1.7.4',
    5         'version' => '1.7.4.0',
    6         'reference' => '9cd863225735486704216cf2e1ef7073b57e9283',
     4        'pretty_version' => 'v1.7.5',
     5        'version' => '1.7.5.0',
     6        'reference' => '1c87157e6ea9735c4a6788f963302f092200a4bd',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../../',
     
    3030        ),
    3131        'fullworks/stop-user-enumeration' => array(
    32             'pretty_version' => 'v1.7.4',
    33             'version' => '1.7.4.0',
    34             'reference' => '9cd863225735486704216cf2e1ef7073b57e9283',
     32            'pretty_version' => 'v1.7.5',
     33            'version' => '1.7.5.0',
     34            'reference' => '1c87157e6ea9735c4a6788f963302f092200a4bd',
    3535            'type' => 'wordpress-plugin',
    3636            'install_path' => __DIR__ . '/../../../',
  • stop-user-enumeration/tags/1.7.5/includes/vendor/composer/platform_check.php

    r3154454 r3327799  
    2020        }
    2121    }
    22     trigger_error(
    23         'Composer detected issues in your platform: ' . implode(' ', $issues),
    24         E_USER_ERROR
     22    throw new \RuntimeException(
     23        'Composer detected issues in your platform: ' . implode(' ', $issues)
    2524    );
    2625}
  • stop-user-enumeration/tags/1.7.5/languages/stop-user-enumeration.pot

    r3315967 r3327799  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Stop User Enumeration 1.7.3\n"
     5"Project-Id-Version: Stop User Enumeration 1.7.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/stop-user-enumeration\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-06-21T18:37:16+00:00\n"
     12"POT-Creation-Date: 2025-07-14T17:44:17+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • stop-user-enumeration/tags/1.7.5/readme.txt

    r3315979 r3327799  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.7.4
     8Stable tag: 1.7.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131Since WordPress 5.5  sitemaps are generated by core WP  ( wp-sitemap.xml ) which includes a user/author sitemap that exposes the user id.  You can enable / disable this in the plugin settings.
    3232
    33 = PHP 8.2 compatible =
    34 Tested on PHP 8.2
     33= PHP 8.4 compatible =
     34Tested on PHP 8.4
    3535
    3636= Features Include =
  • stop-user-enumeration/tags/1.7.5/stop-user-enumeration.php

    r3315979 r3327799  
    44Plugin URI: https://fullworksplugins.com/products/stop-user-enumeration/
    55Description: Helps secure your site against hacking attacks through detecting  User Enumeration
    6 Version: 1.7.4
     6Version: 1.7.5
    77Author: Fullworks
    88Requires at least: 6.3
     
    4343
    4444// Define the plugin version constant.
    45 define( 'STOP_USER_ENUMERATION_PLUGIN_VERSION', '1.7.4' );
     45define( 'STOP_USER_ENUMERATION_PLUGIN_VERSION', '1.7.5' );
    4646
    4747// Include the autoloader to dynamically include the classes.
  • stop-user-enumeration/trunk/changelog.txt

    r3315979 r3327799  
    11== Changelog ==
     2= 1.7.5 =
     3* Added PHP 8.4 compatibility
     4* Updated wp-env configuration to use PHP 8.4
     5* Added PHP 8.4 compatibility checks to build process
     6
     7= 1.7.4 =
     8* fix changelog
     9
    210= 1.7.3 =
    311* Fixed URL-encoding bypass vulnerability in REST API protection
  • stop-user-enumeration/trunk/includes/vendor/composer/installed.php

    r3315979 r3327799  
    22    'root' => array(
    33        'name' => 'fullworks/stop-user-enumeration',
    4         'pretty_version' => 'v1.7.4',
    5         'version' => '1.7.4.0',
    6         'reference' => '9cd863225735486704216cf2e1ef7073b57e9283',
     4        'pretty_version' => 'v1.7.5',
     5        'version' => '1.7.5.0',
     6        'reference' => '1c87157e6ea9735c4a6788f963302f092200a4bd',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../../',
     
    3030        ),
    3131        'fullworks/stop-user-enumeration' => array(
    32             'pretty_version' => 'v1.7.4',
    33             'version' => '1.7.4.0',
    34             'reference' => '9cd863225735486704216cf2e1ef7073b57e9283',
     32            'pretty_version' => 'v1.7.5',
     33            'version' => '1.7.5.0',
     34            'reference' => '1c87157e6ea9735c4a6788f963302f092200a4bd',
    3535            'type' => 'wordpress-plugin',
    3636            'install_path' => __DIR__ . '/../../../',
  • stop-user-enumeration/trunk/includes/vendor/composer/platform_check.php

    r3154454 r3327799  
    2020        }
    2121    }
    22     trigger_error(
    23         'Composer detected issues in your platform: ' . implode(' ', $issues),
    24         E_USER_ERROR
     22    throw new \RuntimeException(
     23        'Composer detected issues in your platform: ' . implode(' ', $issues)
    2524    );
    2625}
  • stop-user-enumeration/trunk/languages/stop-user-enumeration.pot

    r3315967 r3327799  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Stop User Enumeration 1.7.3\n"
     5"Project-Id-Version: Stop User Enumeration 1.7.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/stop-user-enumeration\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-06-21T18:37:16+00:00\n"
     12"POT-Creation-Date: 2025-07-14T17:44:17+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.10.0\n"
  • stop-user-enumeration/trunk/readme.txt

    r3315979 r3327799  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.7.4
     8Stable tag: 1.7.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131Since WordPress 5.5  sitemaps are generated by core WP  ( wp-sitemap.xml ) which includes a user/author sitemap that exposes the user id.  You can enable / disable this in the plugin settings.
    3232
    33 = PHP 8.2 compatible =
    34 Tested on PHP 8.2
     33= PHP 8.4 compatible =
     34Tested on PHP 8.4
    3535
    3636= Features Include =
  • stop-user-enumeration/trunk/stop-user-enumeration.php

    r3315979 r3327799  
    44Plugin URI: https://fullworksplugins.com/products/stop-user-enumeration/
    55Description: Helps secure your site against hacking attacks through detecting  User Enumeration
    6 Version: 1.7.4
     6Version: 1.7.5
    77Author: Fullworks
    88Requires at least: 6.3
     
    4343
    4444// Define the plugin version constant.
    45 define( 'STOP_USER_ENUMERATION_PLUGIN_VERSION', '1.7.4' );
     45define( 'STOP_USER_ENUMERATION_PLUGIN_VERSION', '1.7.5' );
    4646
    4747// Include the autoloader to dynamically include the classes.
Note: See TracChangeset for help on using the changeset viewer.