Plugin Directory

Changeset 3012275


Ignore:
Timestamp:
12/20/2023 04:43:56 AM (2 years ago)
Author:
ehops32
Message:

1.2.8

  • A bug fix regarding FS_METHOD
Location:
sackson-web-data/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sackson-web-data/trunk/README.txt

    r3012207 r3012275  
    55Requires at least: 3.0.1
    66Tested up to: 6.0
    7 Stable tag: 1.2.7
     7Stable tag: 1.2.8
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    5050
    5151== Changelog ==
     52
     53= 1.2.8 =
     54* A bug fix regarding FS_METHOD
    5255
    5356= 1.2.7 =
  • sackson-web-data/trunk/includes/class-sacksonweb-data-helper.php

    r3012207 r3012275  
    144144            //define("FS_METHOD", null);
    145145        }
    146         $this->collected_data['FS_METHOD'] = defined(FS_METHOD) && (null !== FS_METHOD) ? FS_METHOD : '';
     146        $this->collected_data['FS_METHOD'] = '';  // defined(FS_METHOD) && (null !== FS_METHOD) ? FS_METHOD : '';
    147147       
    148148
  • sackson-web-data/trunk/sacksonweb-data.php

    r3012207 r3012275  
    1010 *
    1111 * @link              http://data.sacksonweb.com/author
    12  * @since             1.2.7
     12 * @since             1.2.8
    1313 * @package           Sacksonweb_Data
    1414 *
     
    1717 * Plugin URI:        http://data.sacksonweb.com
    1818 * Description:       A tool to monitor security issues, performance issues, and Wordpress settings that should be changed.
    19  * Version:           1.2.7
     19 * Version:           1.2.8
    2020 * Author:            Eric Thornton
    2121 * Author URI:        http://data.sacksonweb.com/author
     
    3535 *
    3636 */
    37 define( 'SACKSONWEB_DATA_VERSION', '1.2.7' );
     37define( 'SACKSONWEB_DATA_VERSION', '1.2.8' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.