Changeset 2698790
- Timestamp:
- 03/24/2022 08:47:19 AM (4 years ago)
- Location:
- logtivity/trunk
- Files:
-
- 2 deleted
- 4 edited
-
Services/Logtivity_Log_API.php (deleted)
-
Services/Logtivity_Register_Site.php (modified) (1 diff)
-
logtivity.php (modified) (3 diffs)
-
readme.md (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
views/admin.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
logtivity/trunk/Services/Logtivity_Register_Site.php
r2678512 r2698790 32 32 'logtivity_site_api_key' => $response->api_key 33 33 ] 34 ) ,34 ) 35 35 ); 36 36 } -
logtivity/trunk/logtivity.php
r2682107 r2698790 5 5 * Plugin URI: https://logtivity.io 6 6 * Description: Dedicated Event Monitoring for WordPress using Logtivity.io. 7 * Version: 1.1 1.17 * Version: 1.12.0 8 8 * Author: Logtivity 9 9 * Text Domain: logtivity … … 12 12 class Logtivity 13 13 { 14 protected $version = '1.1 1.1';14 protected $version = '1.12.0'; 15 15 16 16 /** … … 45 45 'Logs/Core/Logtivity_Plugin', 46 46 'Logs/Core/Logtivity_Comment', 47 'Logs/Core/Logtivity_Term', 47 48 ]; 48 49 -
logtivity/trunk/readme.md
r2682107 r2698790 5 5 Requires at least: 4.7 6 6 Tested up to: 5.8 7 Stable tag: 1.1 1.17 Stable tag: 1.12.0 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 279 279 == Changelog == 280 280 281 = 1.12.0 = 282 283 _Release Date – Thursday 24th March 2022_ 284 285 * Fix unexpected ) error on old vesions of php. 286 * Add logging of Term Updated. 287 281 288 = 1.11.1 = 282 289 -
logtivity/trunk/readme.txt
r2682107 r2698790 5 5 Requires at least: 4.7 6 6 Tested up to: 5.8 7 Stable tag: 1.1 1.17 Stable tag: 1.12.0 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 279 279 == Changelog == 280 280 281 = 1.12.0 = 282 283 _Release Date – Thursday 24th March 2022_ 284 285 * Fix unexpected ) error on old vesions of php. 286 * Add logging of Term Updated. 287 281 288 = 1.11.1 = 282 289
Note: See TracChangeset
for help on using the changeset viewer.