Plugin Directory

Changeset 3334752


Ignore:
Timestamp:
07/27/2025 09:00:43 AM (5 months ago)
Author:
quentinldd
Message:

Update to version 1.0.9.1 from GitHub

Location:
zenpress
Files:
4 edited
1 copied

Legend:

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

    r3334749 r3334752  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.9.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    9999define('ZENPRESS_CLEAN_ADMIN_BAR', false);                       // Disable admin bar cleanup
    100100define('ZENPRESS_CLEAN_DASHBOARD_ITEMS', false);                 // Disable dashboard cleanup
    101 define('ZENPRESS_DISABLE_LOGIN_LANGUAGE_SELECTOR', false);     // Disable login language selector
     101define('ZENPRESS_DISABLE_LOGIN_LANGUAGE_SELECTOR', false);       // Disable login language selector
    102102
    103103== Screenshots ==
     
    129129= Does this plugin work with PHP 8 =
    130130
    131 Yes, it's actively tested and working up to PHP 8.2.
     131Yes, it's actively tested and working up to PHP 8.4.
    132132
    133133= Do you accept donations? =
     
    138138
    139139== Changelog ==
     140
     141= 1.0.9.1 =
     142
     143- Compatibility : Plugin tested up to PHP 8.4
    140144
    141145= 1.0.9 =
  • zenpress/tags/1.0.9.1/zenpress.php

    r3334749 r3334752  
    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.9
     14 * Version: 1.0.9.1
    1515 * Plugin URI: https://wordpress.org/plugins/zenpress/
    1616 * Author: Quentin Le Duff
  • zenpress/trunk/readme.txt

    r3334749 r3334752  
    55Requires at least: 6.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.9.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    9999define('ZENPRESS_CLEAN_ADMIN_BAR', false);                       // Disable admin bar cleanup
    100100define('ZENPRESS_CLEAN_DASHBOARD_ITEMS', false);                 // Disable dashboard cleanup
    101 define('ZENPRESS_DISABLE_LOGIN_LANGUAGE_SELECTOR', false);     // Disable login language selector
     101define('ZENPRESS_DISABLE_LOGIN_LANGUAGE_SELECTOR', false);       // Disable login language selector
    102102
    103103== Screenshots ==
     
    129129= Does this plugin work with PHP 8 =
    130130
    131 Yes, it's actively tested and working up to PHP 8.2.
     131Yes, it's actively tested and working up to PHP 8.4.
    132132
    133133= Do you accept donations? =
     
    138138
    139139== Changelog ==
     140
     141= 1.0.9.1 =
     142
     143- Compatibility : Plugin tested up to PHP 8.4
    140144
    141145= 1.0.9 =
  • zenpress/trunk/zenpress.php

    r3334749 r3334752  
    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.9
     14 * Version: 1.0.9.1
    1515 * Plugin URI: https://wordpress.org/plugins/zenpress/
    1616 * Author: Quentin Le Duff
Note: See TracChangeset for help on using the changeset viewer.