Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Oct 5, 2022
2 parents c70b534 + ba862bd commit 2afecc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion git-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Git_Updater/GU_Appsero.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 2afecc8

Please sign in to comment.