Skip to content

Commit

Permalink
use correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Oct 5, 2022
1 parent dad9c0c commit a745ad0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#### [unreleased]
* pass correct file path to Appsero SDK

#### 11.1.4 / 2022-10-04 (hotfix)
* initialize Appsero SDK from `plugins_loaded` hook
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.4
* Version: 11.1.4.1
* Author: Andy Fragen
* License: MIT
* Domain Path: /languages
Expand Down
2 changes: 1 addition & 1 deletion src/Git_Updater/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function run() {

register_deactivation_hook( $this->file, [ $this, 'remove_cron_events' ] );

( new GU_Appsero( __FILE__ ) )->init();
( new GU_Appsero( $this->file ) )->init();
( new Init() )->run();

// Initialize time dissmissible admin notices.
Expand Down

0 comments on commit a745ad0

Please sign in to comment.