Plugin Directory

Changeset 2682107


Ignore:
Timestamp:
02/20/2022 09:32:21 PM (4 years ago)
Author:
logtivity
Message:

update version

Location:
logtivity
Files:
53 added
4 edited

Legend:

Unmodified
Added
Removed
  • logtivity/trunk/Services/Logtivity_Api.php

    r2682104 r2682107  
    7575
    7676        if (!$this->options->urlHash()) {
    77             $this->options->update(['logtivity_url_hash' => home_url()], false);
     77            $this->options->update(['logtivity_url_hash' => md5(home_url())], false);
    7878        }
    7979
  • logtivity/trunk/logtivity.php

    r2682104 r2682107  
    55 * Plugin URI:  https://logtivity.io
    66 * Description: Dedicated Event Monitoring for WordPress using Logtivity.io.
    7  * Version:     1.11.0
     7 * Version:     1.11.1
    88 * Author:      Logtivity
    99 * Text Domain: logtivity
     
    1212class Logtivity
    1313{
    14     protected $version = '1.11.0';
     14    protected $version = '1.11.1';
    1515
    1616    /**
  • logtivity/trunk/readme.md

    r2682104 r2682107  
    55Requires at least: 4.7
    66Tested up to: 5.8
    7 Stable tag: 1.11.0
     7Stable tag: 1.11.1
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    279279== Changelog ==
    280280
     281= 1.11.1 =
     282
     283_Release Date – Sunday 20th February 2022_
     284
     285* Fix md5 hash of site_url relative to previous release of detecting url change.
     286
    281287= 1.11.0 =
    282288
  • logtivity/trunk/readme.txt

    r2682104 r2682107  
    55Requires at least: 4.7
    66Tested up to: 5.8
    7 Stable tag: 1.11.0
     7Stable tag: 1.11.1
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    279279== Changelog ==
    280280
     281= 1.11.1 =
     282
     283_Release Date – Sunday 20th February 2022_
     284
     285* Fix md5 hash of site_url relative to previous release of detecting url change.
     286
    281287= 1.11.0 =
    282288
Note: See TracChangeset for help on using the changeset viewer.