From ba862bd8441f0d0763b65ea693a221aadc2acace Mon Sep 17 00:00:00 2001 From: Andy Fragen Date: Wed, 5 Oct 2022 11:40:01 -0700 Subject: [PATCH] update Appsero options, don't conflict with older SDK --- CHANGES.md | 3 +++ git-updater.php | 2 +- src/Git_Updater/GU_Appsero.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d0ab131cf..dc8d4dcf0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ #### [unreleased] +#### 11.1.6 / 2022-10-05 +* update Appsero SDK options + #### 11.1.5 / 2022-10-05 * pass correct file path to Appsero SDK diff --git a/git-updater.php b/git-updater.php index edd54cfdc..fab2e2a42 100644 --- a/git-updater.php +++ b/git-updater.php @@ -12,7 +12,7 @@ * Plugin Name: Git Updater * Plugin URI: https://git-updater.com * Description: A plugin to automatically update GitHub hosted plugins, themes, and language packs. Additional API plugins available for Bitbucket, GitLab, Gitea, and Gist. - * Version: 11.1.5 + * Version: 11.1.6 * Author: Andy Fragen * License: MIT * Domain Path: /languages diff --git a/src/Git_Updater/GU_Appsero.php b/src/Git_Updater/GU_Appsero.php index 9880c27c3..5501e32e5 100644 --- a/src/Git_Updater/GU_Appsero.php +++ b/src/Git_Updater/GU_Appsero.php @@ -61,9 +61,9 @@ public function appsero_init_tracker_git_updater() { // Activate insights. $client->insights() ->hide_notice() - ->add_plugin_data() ->init(); $client->insights()->optin(); + // $client->insights()->add_plugin_data(); $gu_license = $client->license();