Changeset 3083206
- Timestamp:
- 05/08/2024 12:22:26 PM (23 months ago)
- Location:
- disable-services-manager
- Files:
-
- 33 added
- 3 edited
-
tags/1.0.0 (added)
-
tags/1.0.0/LICENSE.txt (added)
-
tags/1.0.0/README.txt (added)
-
tags/1.0.0/admin (added)
-
tags/1.0.0/admin/class-disable-services-manager-admin.php (added)
-
tags/1.0.0/admin/css (added)
-
tags/1.0.0/admin/css/disable-services-manager-admin.css (added)
-
tags/1.0.0/admin/index.php (added)
-
tags/1.0.0/admin/js (added)
-
tags/1.0.0/admin/js/disable-services-manager-admin.js (added)
-
tags/1.0.0/admin/partials (added)
-
tags/1.0.0/admin/partials/disable-services-manager-admin-display.php (added)
-
tags/1.0.0/disable-services-manager.php (added)
-
tags/1.0.0/includes (added)
-
tags/1.0.0/includes/class-disable-services-manager-activator.php (added)
-
tags/1.0.0/includes/class-disable-services-manager-deactivator.php (added)
-
tags/1.0.0/includes/class-disable-services-manager-i18n.php (added)
-
tags/1.0.0/includes/class-disable-services-manager-loader.php (added)
-
tags/1.0.0/includes/class-disable-services-manager.php (added)
-
tags/1.0.0/includes/index.php (added)
-
tags/1.0.0/index.php (added)
-
tags/1.0.0/languages (added)
-
tags/1.0.0/languages/disable-services-manager.pot (added)
-
tags/1.0.0/public (added)
-
tags/1.0.0/public/class-disable-services-manager-public.php (added)
-
tags/1.0.0/public/css (added)
-
tags/1.0.0/public/css/disable-services-manager-public.css (added)
-
tags/1.0.0/public/index.php (added)
-
tags/1.0.0/public/js (added)
-
tags/1.0.0/public/js/disable-services-manager-public.js (added)
-
tags/1.0.0/public/partials (added)
-
tags/1.0.0/public/partials/disable-services-manager-public-display.php (added)
-
tags/1.0.0/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/partials/disable-services-manager-admin-display.php (modified) (1 diff)
-
trunk/disable-services-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-services-manager/trunk/README.txt
r3050807 r3083206 1 1 === Disable Services Manager === 2 Contributors: itpathsolutions,mayur8991,pateljaymin 2 Contributors: itpathsolutions,mayur8991,pateljaymin,jaiminp 3 3 Tags: disable comments, spam, disable email, Disable REST api, XML-RPC 4 4 Requires at least: 6.2 5 Tested up to: 6. 45 Tested up to: 6.5 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 1.0 = 50 = 1.0.1 = 51 * compatible with WordPress 6.5 52 53 = 1.0.0 = 51 54 * Initial Release -
disable-services-manager/trunk/admin/partials/disable-services-manager-admin-display.php
r3049507 r3083206 63 63 </tr> 64 64 <tr valign="top"> 65 <th scope="row"><?php esc_html_e("Disable F etal Error Emails","disable-services-manager");?></th>65 <th scope="row"><?php esc_html_e("Disable Fatal Error Emails","disable-services-manager");?></th> 66 66 <td> 67 67 <label class="dsm_switch_check switch"> -
disable-services-manager/trunk/disable-services-manager.php
r3049507 r3083206 17 17 * Plugin URI: https://wordpress.org/plugins/disable-services-manager 18 18 * 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. 019 * Version: 1.0.1 20 20 * Author: IT Path Solutions 21 21 * Author URI: https://www.itpathsolutions.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'DISABLE_SERVICES_MANAGER_VERSION', '1.0. 0' );38 define( 'DISABLE_SERVICES_MANAGER_VERSION', '1.0.1' ); 39 39 40 40 define( 'DSM_PLUGIN_BASENAME', basename( dirname( __FILE__ ) ) . '/' . basename( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.