Plugin Directory

Changeset 2744100


Ignore:
Timestamp:
06/17/2022 11:59:31 AM (4 years ago)
Author:
logtivity
Message:

Release 1.20.0

Location:
logtivity
Files:
62 added
5 edited

Legend:

Unmodified
Added
Removed
  • logtivity/trunk/Admin/Logtivity_Options.php

    r2723235 r2744100  
    196196    public function checkApiKey($apiKey)
    197197    {
     198        delete_option('logtivity_api_key_check');
     199       
    198200        if (!$apiKey) {
    199201            update_option('logtivity_api_key_check', 'fail');
  • logtivity/trunk/Logs/Core/Logtivity_Core.php

    r2743367 r2744100  
    117117            'wpcf7',
    118118            'gmt_offset',
     119            '_edd_table_check',
    119120        ];
    120121
     
    127128            'cache',
    128129            'auto_updater',
    129             'frm_addons',
    130130            'wpe',
    131131            'edd_api',
    132132            'edd_sl',
     133            'frm_',
    133134        ];
    134135
  • logtivity/trunk/logtivity.php

    r2743368 r2744100  
    55 * Plugin URI:  https://logtivity.io
    66 * Description: Dedicated Event Monitoring for WordPress using Logtivity.io.
    7  * Version:     1.19.0
     7 * Version:     1.20.0
    88 * Author:      Logtivity
    99 * Text Domain: logtivity
     
    1212class Logtivity
    1313{
    14     protected $version = '1.19.0';
     14    protected $version = '1.20.0';
    1515
    1616    /**
     
    7979            'Logs/WP_All_Import/Logtivity_WP_All_Import',
    8080        ],
     81        '\Code_Snippets\Plugin' => [
     82            'Logs/Code_Snippets/Logtivity_Code_Snippets',
     83        ]
    8184    ];
    8285
  • logtivity/trunk/readme.md

    r2743367 r2744100  
    55Requires at least: 4.7
    66Tested up to: 6.0
    7 Stable tag: 1.19.0
     7Stable tag: 1.20.0
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    226226
    227227== Changelog ==
     228
     229= 1.20.0 =
     230
     231_Release Date – Friday 17th June 2022_
     232
     233* Add integration with Code Snippets plugin.
    228234
    229235= 1.19.0 =
  • logtivity/trunk/readme.txt

    r2743367 r2744100  
    55Requires at least: 4.7
    66Tested up to: 6.0
    7 Stable tag: 1.19.0
     7Stable tag: 1.20.0
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    226226
    227227== Changelog ==
     228
     229= 1.20.0 =
     230
     231_Release Date – Friday 17th June 2022_
     232
     233* Add integration with Code Snippets plugin.
    228234
    229235= 1.19.0 =
Note: See TracChangeset for help on using the changeset viewer.