Plugin Directory

Changeset 2153841


Ignore:
Timestamp:
09/09/2019 10:50:28 PM (7 years ago)
Author:
sovstack
Message:

Version 2.2.2

Location:
security-safe/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • security-safe/trunk/README.txt

    r2151670 r2153841  
    7676
    7777== 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.
    7883
    7984= 2.2.1 (Medium Priority) =
  • security-safe/trunk/core/includes/Janitor.php

    r2151622 r2153841  
    168168        global $wpdb;
    169169
    170         $types = Self::get_types();
     170        $types = Yoda::get_types();
    171171
    172172        // Require Valid Type
     
    225225           
    226226        // Cleanup Valid Types
    227         $types = Self::get_types();
     227        $types = Yoda::get_types();
    228228
    229229        if ( isset( $types[ $type ] ) ) {
  • security-safe/trunk/security-safe.php

    r2151670 r2153841  
    1717require_once SECSAFE_DIR_INCLUDES . '/Yoda.php';
    1818Yoda::set_constants();
    19 define( 'SECSAFE_VERSION', '2.2.1' );
     19define( 'SECSAFE_VERSION', '2.2.2' );
    2020define( 'SECSAFE_DESC', __( 'Firewall, Security Hardening, Auditing & Privacy', SECSAFE_SLUG ) );
    2121/**
     
    2828 * @wordpress-plugin
    2929 * Plugin Name: WP Security Safe
    30  * Version:     2.2.1
     30 * Version:     2.2.2
    3131 * Plugin URI: https://sovstack.com/security-safe
    3232 * Description: Firewall, Security Hardening, Auditing & Privacy
Note: See TracChangeset for help on using the changeset viewer.