Changeset 3012275
- Timestamp:
- 12/20/2023 04:43:56 AM (2 years ago)
- Location:
- sackson-web-data/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-sacksonweb-data-helper.php (modified) (1 diff)
-
sacksonweb-data.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sackson-web-data/trunk/README.txt
r3012207 r3012275 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.0 7 Stable tag: 1.2. 77 Stable tag: 1.2.8 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 50 50 51 51 == Changelog == 52 53 = 1.2.8 = 54 * A bug fix regarding FS_METHOD 52 55 53 56 = 1.2.7 = -
sackson-web-data/trunk/includes/class-sacksonweb-data-helper.php
r3012207 r3012275 144 144 //define("FS_METHOD", null); 145 145 } 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 : ''; 147 147 148 148 -
sackson-web-data/trunk/sacksonweb-data.php
r3012207 r3012275 10 10 * 11 11 * @link http://data.sacksonweb.com/author 12 * @since 1.2. 712 * @since 1.2.8 13 13 * @package Sacksonweb_Data 14 14 * … … 17 17 * Plugin URI: http://data.sacksonweb.com 18 18 * Description: A tool to monitor security issues, performance issues, and Wordpress settings that should be changed. 19 * Version: 1.2. 719 * Version: 1.2.8 20 20 * Author: Eric Thornton 21 21 * Author URI: http://data.sacksonweb.com/author … … 35 35 * 36 36 */ 37 define( 'SACKSONWEB_DATA_VERSION', '1.2. 7' );37 define( 'SACKSONWEB_DATA_VERSION', '1.2.8' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.