Plugin Directory

Changeset 3083206


Ignore:
Timestamp:
05/08/2024 12:22:26 PM (23 months ago)
Author:
mayur8991
Message:
Location:
disable-services-manager
Files:
33 added
3 edited

Legend:

Unmodified
Added
Removed
  • disable-services-manager/trunk/README.txt

    r3050807 r3083206  
    11=== Disable Services Manager ===
    2 Contributors: itpathsolutions,mayur8991,pateljaymin
     2Contributors: itpathsolutions,mayur8991,pateljaymin,jaiminp
    33Tags: disable comments, spam, disable email, Disable REST api, XML-RPC
    44Requires at least: 6.2
    5 Tested up to: 6.4
     5Tested up to: 6.5
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
    50 = 1.0 =
     50= 1.0.1 =
     51* compatible with WordPress 6.5
     52
     53= 1.0.0 =
    5154* Initial Release
  • disable-services-manager/trunk/admin/partials/disable-services-manager-admin-display.php

    r3049507 r3083206  
    6363            </tr>
    6464            <tr valign="top">
    65                 <th scope="row"><?php esc_html_e("Disable Fetal Error Emails","disable-services-manager");?></th>
     65                <th scope="row"><?php esc_html_e("Disable Fatal Error Emails","disable-services-manager");?></th>
    6666                <td>
    6767                    <label class="dsm_switch_check switch">
  • disable-services-manager/trunk/disable-services-manager.php

    r3049507 r3083206  
    1717 * Plugin URI:        https://wordpress.org/plugins/disable-services-manager
    1818 * Description:       A powerful tool is available to help you disable unused services on your site, providing protection against spammers and enhancing overall website security.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            IT Path Solutions
    2121 * Author URI:        https://www.itpathsolutions.com/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'DISABLE_SERVICES_MANAGER_VERSION', '1.0.0' );
     38define( 'DISABLE_SERVICES_MANAGER_VERSION', '1.0.1' );
    3939
    4040define( 'DSM_PLUGIN_BASENAME', basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.