Changeset 3334749
- Timestamp:
- 07/27/2025 08:56:39 AM (8 months ago)
- Location:
- zenpress
- Files:
-
- 2 added
- 4 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from zenpress/trunk)
-
tags/1.0.9/inc/ui/disable-login-language-selector.php (added)
-
tags/1.0.9/readme.txt (modified) (4 diffs)
-
tags/1.0.9/zenpress.php (modified) (2 diffs)
-
trunk/inc/ui/disable-login-language-selector.php (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/zenpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zenpress/tags/1.0.9/readme.txt
r3313963 r3334749 5 5 Requires at least: 6.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 57 57 * Cleans up the WordPress admin Bar 58 58 * Cleans up the WordPress dashboard items 59 * Disable the disable the language selector on the WordPress login page 59 60 60 61 == Configuration options == … … 86 87 = Security constants = 87 88 88 define('ZENPRESS_BLOCK_USER_ENUMERATION _PROTECTION', false);// Allow user enumeration89 define('ZENPRESS_BLOCK_USER_ENUMERATION', false); // Allow user enumeration 89 90 define('ZENPRESS_DISABLE_AUTHOR_ARCHIVES', false); // Allow author archives 90 91 define('ZENPRESS_DISABLE_PINGBACK_TRACKBACK', false); // Allow pingback and trackback 91 92 define('ZENPRESS_DISABLE_XMLRPC_RSDLINK', false); // Allow XML-RPC and RSD link 92 define('ZENPRESS_HIDE_W C_VERSION', false);// Allow WooCommerce version display93 define('ZENPRESS_HIDE_W P_VERSION', false);// Allow WordPress version display94 define('ZENPRESS_ LOGIN_PROTECTION', false); // Remove login protection93 define('ZENPRESS_HIDE_WOOCOMMERCE_VERSION', false); // Allow WooCommerce version display 94 define('ZENPRESS_HIDE_WORDPRESS_VERSION', false); // Allow WordPress version display 95 define('ZENPRESS_PROTECT_WP_LOGIN', false); // Remove login protection 95 96 96 97 = User interface constants = 97 98 98 define('ZENPRESS_ADMIN_BAR_CLEANUP', false); // Disable admin bar cleanup 99 define('ZENPRESS_DASHBOARD_CLEANUP', false); // Disable dashboard cleanup 99 define('ZENPRESS_CLEAN_ADMIN_BAR', false); // Disable admin bar cleanup 100 define('ZENPRESS_CLEAN_DASHBOARD_ITEMS', false); // Disable dashboard cleanup 101 define('ZENPRESS_DISABLE_LOGIN_LANGUAGE_SELECTOR', false); // Disable login language selector 100 102 101 103 == Screenshots == … … 137 139 == Changelog == 138 140 141 = 1.0.9 = 142 143 - Compatibility : Plugin tested up to PHP 8.4 144 - UI : Disable login language selector 145 - Fix constant naming in readme.txt 146 139 147 = 1.0.8 = 140 148 -
zenpress/tags/1.0.9/zenpress.php
r3313963 r3334749 12 12 * Plugin Name: ZenPress - Unbloat, Performance & Security 13 13 * Description: The zeniest unbloat, performance and security lightweight plugin for WordPress and WooCommerce. Install, activate, and done! 14 * Version: 1.0. 814 * Version: 1.0.9 15 15 * Plugin URI: https://wordpress.org/plugins/zenpress/ 16 16 * Author: Quentin Le Duff … … 84 84 * TODOLIST ▓▒░(°◡°)░▒▓ 85 85 ****/ 86 // TODO: Add a unique button with dropdown in adminbar to clean all caches types onclick (will work with : Autooptimize, Cache enabler, Redis Object Cache, SQL Object Cache, APCU Manager).87 // TODO: Remove Rest API link from frontend88 // TODO: Remove all RSS feeds links and Disable it except main one89 86 // TODO: Disable comments URL 90 87 // TODO: Disable author URL in generatepress theme -
zenpress/trunk/readme.txt
r3313963 r3334749 5 5 Requires at least: 6.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 57 57 * Cleans up the WordPress admin Bar 58 58 * Cleans up the WordPress dashboard items 59 * Disable the disable the language selector on the WordPress login page 59 60 60 61 == Configuration options == … … 86 87 = Security constants = 87 88 88 define('ZENPRESS_BLOCK_USER_ENUMERATION _PROTECTION', false);// Allow user enumeration89 define('ZENPRESS_BLOCK_USER_ENUMERATION', false); // Allow user enumeration 89 90 define('ZENPRESS_DISABLE_AUTHOR_ARCHIVES', false); // Allow author archives 90 91 define('ZENPRESS_DISABLE_PINGBACK_TRACKBACK', false); // Allow pingback and trackback 91 92 define('ZENPRESS_DISABLE_XMLRPC_RSDLINK', false); // Allow XML-RPC and RSD link 92 define('ZENPRESS_HIDE_W C_VERSION', false);// Allow WooCommerce version display93 define('ZENPRESS_HIDE_W P_VERSION', false);// Allow WordPress version display94 define('ZENPRESS_ LOGIN_PROTECTION', false); // Remove login protection93 define('ZENPRESS_HIDE_WOOCOMMERCE_VERSION', false); // Allow WooCommerce version display 94 define('ZENPRESS_HIDE_WORDPRESS_VERSION', false); // Allow WordPress version display 95 define('ZENPRESS_PROTECT_WP_LOGIN', false); // Remove login protection 95 96 96 97 = User interface constants = 97 98 98 define('ZENPRESS_ADMIN_BAR_CLEANUP', false); // Disable admin bar cleanup 99 define('ZENPRESS_DASHBOARD_CLEANUP', false); // Disable dashboard cleanup 99 define('ZENPRESS_CLEAN_ADMIN_BAR', false); // Disable admin bar cleanup 100 define('ZENPRESS_CLEAN_DASHBOARD_ITEMS', false); // Disable dashboard cleanup 101 define('ZENPRESS_DISABLE_LOGIN_LANGUAGE_SELECTOR', false); // Disable login language selector 100 102 101 103 == Screenshots == … … 137 139 == Changelog == 138 140 141 = 1.0.9 = 142 143 - Compatibility : Plugin tested up to PHP 8.4 144 - UI : Disable login language selector 145 - Fix constant naming in readme.txt 146 139 147 = 1.0.8 = 140 148 -
zenpress/trunk/zenpress.php
r3313963 r3334749 12 12 * Plugin Name: ZenPress - Unbloat, Performance & Security 13 13 * Description: The zeniest unbloat, performance and security lightweight plugin for WordPress and WooCommerce. Install, activate, and done! 14 * Version: 1.0. 814 * Version: 1.0.9 15 15 * Plugin URI: https://wordpress.org/plugins/zenpress/ 16 16 * Author: Quentin Le Duff … … 84 84 * TODOLIST ▓▒░(°◡°)░▒▓ 85 85 ****/ 86 // TODO: Add a unique button with dropdown in adminbar to clean all caches types onclick (will work with : Autooptimize, Cache enabler, Redis Object Cache, SQL Object Cache, APCU Manager).87 // TODO: Remove Rest API link from frontend88 // TODO: Remove all RSS feeds links and Disable it except main one89 86 // TODO: Disable comments URL 90 87 // TODO: Disable author URL in generatepress theme
Note: See TracChangeset
for help on using the changeset viewer.