Plugin Directory

Changeset 2744187


Ignore:
Timestamp:
06/17/2022 02:41:20 PM (4 years ago)
Author:
wtsec
Message:

2.4.11

  • Fixed the problem of reinstalling agents when updating.
Location:
wt-security
Files:
396 added
4 edited

Legend:

Unmodified
Added
Removed
  • wt-security/tags/2.4.10/lib/Option.php

    r2741452 r2744187  
    445445
    446446            $api_key = get_site_option('wtotem_api_key');
    447             $am_file = get_site_option('wtsec_am_installed_file');
    448             $waf_file = get_site_option('wtsec_waf_installed_file');
     447            $am_file = get_site_option('wtotem_am_installed_file');
     448            $waf_file = get_site_option('wtotem_waf_installed_file');
    449449
    450450            if($api_key){
  • wt-security/trunk/lib/Option.php

    r2741452 r2744187  
    445445
    446446            $api_key = get_site_option('wtotem_api_key');
    447             $am_file = get_site_option('wtsec_am_installed_file');
    448             $waf_file = get_site_option('wtsec_waf_installed_file');
     447            $am_file = get_site_option('wtotem_am_installed_file');
     448            $waf_file = get_site_option('wtotem_waf_installed_file');
    449449
    450450            if($api_key){
  • wt-security/trunk/readme.txt

    r2741452 r2744187  
    7171
    7272== Changelog ==
     73= 2.4.11 =
     74* Fixed the problem of reinstalling agents when updating.
     75
    7376= 2.4.10 =
    7477* Fixed a bug when upgrading from older versions.
  • wt-security/trunk/wt-security.php

    r2741452 r2744187  
    88 * Text Domain: wtotem
    99 * Domain Path: /lang
    10  * Version: 2.4.10
     10 * Version: 2.4.11
    1111 *
    1212 * PHP version 7.1
     
    5555 * Current version of the plugin's code.
    5656 */
    57 define('WEBTOTEM_VERSION', '2.4.10');
     57define('WEBTOTEM_VERSION', '2.4.11');
    5858
    5959/**
Note: See TracChangeset for help on using the changeset viewer.