Plugin Directory

Changeset 3334749


Ignore:
Timestamp:
07/27/2025 08:56:39 AM (8 months ago)
Author:
quentinldd
Message:

Update to version 1.0.9 from GitHub

Location:
zenpress
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • zenpress/tags/1.0.9/readme.txt

    r3313963 r3334749  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    5757* Cleans up the WordPress admin Bar
    5858* Cleans up the WordPress dashboard items
     59* Disable the disable the language selector on the WordPress login page
    5960
    6061 == Configuration options ==
     
    8687= Security constants =
    8788
    88 define('ZENPRESS_BLOCK_USER_ENUMERATION_PROTECTION', false);     // Allow user enumeration
     89define('ZENPRESS_BLOCK_USER_ENUMERATION', false);                // Allow user enumeration
    8990define('ZENPRESS_DISABLE_AUTHOR_ARCHIVES', false);               // Allow author archives
    9091define('ZENPRESS_DISABLE_PINGBACK_TRACKBACK', false);            // Allow pingback and trackback
    9192define('ZENPRESS_DISABLE_XMLRPC_RSDLINK', false);                // Allow XML-RPC and RSD link
    92 define('ZENPRESS_HIDE_WC_VERSION', false);                       // Allow WooCommerce version display
    93 define('ZENPRESS_HIDE_WP_VERSION', false);                       // Allow WordPress version display
    94 define('ZENPRESS_LOGIN_PROTECTION', false);                      // Remove login protection
     93define('ZENPRESS_HIDE_WOOCOMMERCE_VERSION', false);              // Allow WooCommerce version display
     94define('ZENPRESS_HIDE_WORDPRESS_VERSION', false);                // Allow WordPress version display
     95define('ZENPRESS_PROTECT_WP_LOGIN', false);                      // Remove login protection
    9596
    9697= User interface constants =
    9798
    98 define('ZENPRESS_ADMIN_BAR_CLEANUP', false);                     // Disable admin bar cleanup
    99 define('ZENPRESS_DASHBOARD_CLEANUP', false);                     // Disable dashboard cleanup
     99define('ZENPRESS_CLEAN_ADMIN_BAR', false);                       // Disable admin bar cleanup
     100define('ZENPRESS_CLEAN_DASHBOARD_ITEMS', false);                 // Disable dashboard cleanup
     101define('ZENPRESS_DISABLE_LOGIN_LANGUAGE_SELECTOR', false);     // Disable login language selector
    100102
    101103== Screenshots ==
     
    137139== Changelog ==
    138140
     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
    139147= 1.0.8 =
    140148
  • zenpress/tags/1.0.9/zenpress.php

    r3313963 r3334749  
    1212 * Plugin Name: ZenPress - Unbloat, Performance & Security
    1313 * Description: The zeniest unbloat, performance and security lightweight plugin for WordPress and WooCommerce. Install, activate, and done!
    14  * Version: 1.0.8
     14 * Version: 1.0.9
    1515 * Plugin URI: https://wordpress.org/plugins/zenpress/
    1616 * Author: Quentin Le Duff
     
    8484 * TODOLIST ▓▒░(°◡°)░▒▓
    8585 ****/
    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 frontend
    88 // TODO: Remove all RSS feeds links and Disable it except main one
    8986// TODO: Disable comments URL
    9087// TODO: Disable author URL in generatepress theme
  • zenpress/trunk/readme.txt

    r3313963 r3334749  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    5757* Cleans up the WordPress admin Bar
    5858* Cleans up the WordPress dashboard items
     59* Disable the disable the language selector on the WordPress login page
    5960
    6061 == Configuration options ==
     
    8687= Security constants =
    8788
    88 define('ZENPRESS_BLOCK_USER_ENUMERATION_PROTECTION', false);     // Allow user enumeration
     89define('ZENPRESS_BLOCK_USER_ENUMERATION', false);                // Allow user enumeration
    8990define('ZENPRESS_DISABLE_AUTHOR_ARCHIVES', false);               // Allow author archives
    9091define('ZENPRESS_DISABLE_PINGBACK_TRACKBACK', false);            // Allow pingback and trackback
    9192define('ZENPRESS_DISABLE_XMLRPC_RSDLINK', false);                // Allow XML-RPC and RSD link
    92 define('ZENPRESS_HIDE_WC_VERSION', false);                       // Allow WooCommerce version display
    93 define('ZENPRESS_HIDE_WP_VERSION', false);                       // Allow WordPress version display
    94 define('ZENPRESS_LOGIN_PROTECTION', false);                      // Remove login protection
     93define('ZENPRESS_HIDE_WOOCOMMERCE_VERSION', false);              // Allow WooCommerce version display
     94define('ZENPRESS_HIDE_WORDPRESS_VERSION', false);                // Allow WordPress version display
     95define('ZENPRESS_PROTECT_WP_LOGIN', false);                      // Remove login protection
    9596
    9697= User interface constants =
    9798
    98 define('ZENPRESS_ADMIN_BAR_CLEANUP', false);                     // Disable admin bar cleanup
    99 define('ZENPRESS_DASHBOARD_CLEANUP', false);                     // Disable dashboard cleanup
     99define('ZENPRESS_CLEAN_ADMIN_BAR', false);                       // Disable admin bar cleanup
     100define('ZENPRESS_CLEAN_DASHBOARD_ITEMS', false);                 // Disable dashboard cleanup
     101define('ZENPRESS_DISABLE_LOGIN_LANGUAGE_SELECTOR', false);     // Disable login language selector
    100102
    101103== Screenshots ==
     
    137139== Changelog ==
    138140
     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
    139147= 1.0.8 =
    140148
  • zenpress/trunk/zenpress.php

    r3313963 r3334749  
    1212 * Plugin Name: ZenPress - Unbloat, Performance & Security
    1313 * Description: The zeniest unbloat, performance and security lightweight plugin for WordPress and WooCommerce. Install, activate, and done!
    14  * Version: 1.0.8
     14 * Version: 1.0.9
    1515 * Plugin URI: https://wordpress.org/plugins/zenpress/
    1616 * Author: Quentin Le Duff
     
    8484 * TODOLIST ▓▒░(°◡°)░▒▓
    8585 ****/
    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 frontend
    88 // TODO: Remove all RSS feeds links and Disable it except main one
    8986// TODO: Disable comments URL
    9087// TODO: Disable author URL in generatepress theme
Note: See TracChangeset for help on using the changeset viewer.