Changeset 3272757
- Timestamp:
- 04/14/2025 07:56:49 PM (12 months ago)
- Location:
- logtivity
- Files:
-
- 6 edited
- 1 copied
-
tags/3.1.9 (copied) (copied from logtivity/trunk)
-
tags/3.1.9/Admin/Logtivity_Options.php (modified) (1 diff)
-
tags/3.1.9/logtivity.php (modified) (2 diffs)
-
tags/3.1.9/readme.txt (modified) (2 diffs)
-
trunk/Admin/Logtivity_Options.php (modified) (1 diff)
-
trunk/logtivity.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
logtivity/tags/3.1.9/Admin/Logtivity_Options.php
r3272661 r3272757 100 100 public function getApiKey(): string 101 101 { 102 return $this->getOption('logtivity_site_api_key');102 return (string)$this->getOption('logtivity_site_api_key'); 103 103 } 104 104 -
logtivity/tags/3.1.9/logtivity.php
r3272661 r3272757 5 5 * Plugin URI: https://logtivity.io 6 6 * Description: Record activity logs and errors logs across all your WordPress sites. 7 * Version: 3.1. 87 * Version: 3.1.9 8 8 * Author: Logtivity 9 9 * Text Domain: logtivity 10 10 * Requires at least: 4.7 11 11 * Tested up to: 6.7 12 * Stable tag: 3.1. 812 * Stable tag: 3.1.9 13 13 * Requires PHP: 7.4 14 14 * License: GPLv2 or later … … 48 48 * @var string 49 49 */ 50 protected string $version = '3.1. 8';50 protected string $version = '3.1.9'; 51 51 52 52 /** -
logtivity/tags/3.1.9/readme.txt
r3272661 r3272757 5 5 Requires at least: 4.7 6 6 Tested up to: 6.7.2 7 Stable tag: 3.1. 87 Stable tag: 3.1.9 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 262 262 263 263 == Changelog == 264 265 = 3.1.9 = 266 267 * Fix fatal error on new installs 268 269 _Release Date - Monday, April 14 2025_ 264 270 265 271 = 3.1.8 = -
logtivity/trunk/Admin/Logtivity_Options.php
r3272661 r3272757 100 100 public function getApiKey(): string 101 101 { 102 return $this->getOption('logtivity_site_api_key');102 return (string)$this->getOption('logtivity_site_api_key'); 103 103 } 104 104 -
logtivity/trunk/logtivity.php
r3272661 r3272757 5 5 * Plugin URI: https://logtivity.io 6 6 * Description: Record activity logs and errors logs across all your WordPress sites. 7 * Version: 3.1. 87 * Version: 3.1.9 8 8 * Author: Logtivity 9 9 * Text Domain: logtivity 10 10 * Requires at least: 4.7 11 11 * Tested up to: 6.7 12 * Stable tag: 3.1. 812 * Stable tag: 3.1.9 13 13 * Requires PHP: 7.4 14 14 * License: GPLv2 or later … … 48 48 * @var string 49 49 */ 50 protected string $version = '3.1. 8';50 protected string $version = '3.1.9'; 51 51 52 52 /** -
logtivity/trunk/readme.txt
r3272661 r3272757 5 5 Requires at least: 4.7 6 6 Tested up to: 6.7.2 7 Stable tag: 3.1. 87 Stable tag: 3.1.9 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 262 262 263 263 == Changelog == 264 265 = 3.1.9 = 266 267 * Fix fatal error on new installs 268 269 _Release Date - Monday, April 14 2025_ 264 270 265 271 = 3.1.8 =
Note: See TracChangeset
for help on using the changeset viewer.