Changeset 2153841
- Timestamp:
- 09/09/2019 10:50:28 PM (7 years ago)
- Location:
- security-safe/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
core/includes/Janitor.php (modified) (2 diffs)
-
security-safe.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
security-safe/trunk/README.txt
r2151670 r2153841 76 76 77 77 == Changelog == 78 79 == 2.2.2 (Medium Priority) = 80 *Release Date - 9 September 2019* 81 * Bug Fix: Cron cleanup scripts were failing. 82 * Improvement: Fixed two PHP errors. 78 83 79 84 = 2.2.1 (Medium Priority) = -
security-safe/trunk/core/includes/Janitor.php
r2151622 r2153841 168 168 global $wpdb; 169 169 170 $types = Self::get_types();170 $types = Yoda::get_types(); 171 171 172 172 // Require Valid Type … … 225 225 226 226 // Cleanup Valid Types 227 $types = Self::get_types();227 $types = Yoda::get_types(); 228 228 229 229 if ( isset( $types[ $type ] ) ) { -
security-safe/trunk/security-safe.php
r2151670 r2153841 17 17 require_once SECSAFE_DIR_INCLUDES . '/Yoda.php'; 18 18 Yoda::set_constants(); 19 define( 'SECSAFE_VERSION', '2.2. 1' );19 define( 'SECSAFE_VERSION', '2.2.2' ); 20 20 define( 'SECSAFE_DESC', __( 'Firewall, Security Hardening, Auditing & Privacy', SECSAFE_SLUG ) ); 21 21 /** … … 28 28 * @wordpress-plugin 29 29 * Plugin Name: WP Security Safe 30 * Version: 2.2. 130 * Version: 2.2.2 31 31 * Plugin URI: https://sovstack.com/security-safe 32 32 * Description: Firewall, Security Hardening, Auditing & Privacy
Note: See TracChangeset
for help on using the changeset viewer.