Plugin Directory

Changeset 3406917


Ignore:
Timestamp:
12/01/2025 02:55:34 PM (4 months ago)
Author:
esselinknu
Message:

3.5

  • Bugfix
Location:
esselinknu-settings/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • esselinknu-settings/trunk/esselink-nu-settings.php

    r3386970 r3406917  
    44 * Plugin URI: http://www.esselink.nu
    55 * Description: Settings plugin for custom WP configuration for Esselink.nu / Mindworkz WP websites.
    6  * Version: 3.4
     6 * Version: 3.5
    77 * Author: Esselink.nu
    88 * Author URI: http://www.esselink.nu
    99**/
    10 $esselink_nu_settings_version = 3.4;
     10$esselink_nu_settings_version = 3.5;
    1111
    1212$esselink_nu_server_hosts = array(
  • esselinknu-settings/trunk/includes/wp-collector.php

    r3368859 r3406917  
    372372    */
    373373   
     374    /*
    374375    $ls_file = plugin_dir_path( __FILE__ ) . 'litespeed-reader.php';
    375376    require($ls_file); // get litespeed data
    376377    global $lsreader;
    377     /*
    378378    var_dump(is_file( $ls_file ));
    379379    var_dump($ls_file);
     
    406406   
    407407    $data["pagesposts"] = getPagesPostsCount();
    408     $data["plugins"]    = activePluginsOverview();                              // added by martijn 7-8-2023
     408    $data["plugins"]    = ""; //activePluginsOverview();                                // added by martijn 7-8-2023
    409409    $data["pages"]      = getPostCount(array("page"), array("publish"));        // added by martijn 8-8-2023
    410410   
  • esselinknu-settings/trunk/readme.txt

    r3386970 r3406917  
    218218= 3.4 =
    219219* Bugfix
     220= 3.5 =
     221* Bugfix
    220222
    221223== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.