Changeset 3324819
- Timestamp:
- 07/09/2025 08:39:02 AM (8 months ago)
- Location:
- disable-unused-wp-features/trunk
- Files:
-
- 2 edited
-
disable-unused-wp-features.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-unused-wp-features/trunk/disable-unused-wp-features.php
r3324785 r3324819 5 5 * Plugin URI: https://devmontdigital.io/wordpress/ 6 6 * Description: Optimize WordPress by disabling features you don’t need. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Requires at least: 6.0 9 9 * Tested up to: 6.8 … … 25 25 define( 'DUWF_PLUGIN_MODULES', DUWF_PLUGIN_DIR . 'modules/' ); 26 26 define( 'DUWF_PLUGIN_TEMPLATES', DUWF_PLUGIN_DIR . 'templates/' ); 27 define( 'DUWF_VERSION', '1.0. 0' );27 define( 'DUWF_VERSION', '1.0.1' ); 28 28 define( 'DUWF_DOMAIN', 'disable-unused-wp-features' ); 29 29 -
disable-unused-wp-features/trunk/readme.txt
r3324785 r3324819 5 5 Tested up to: 6.8 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: https://www.gnu.org/licenses/gpl-2.0.html … … 41 41 = 1.0.0 = 42 42 * Initial release: disable XML-RPC, Emojis, RSS, Gutenberg, REST API, and Heartbeat. 43 44 = 1.0.1 = 45 * Fixed checkbox unchecked bug.
Note: See TracChangeset
for help on using the changeset viewer.