Skip to content

Commit 8e2d174

Browse files
committed
Merge branch 'develop'
2 parents 1f4a297 + d7f77b7 commit 8e2d174

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#### [unreleased]
22

3+
#### 11.1.4 / 2022-10-04 (hotfix)
4+
* initialize Appsero SDK from `plugins_loaded` hook
5+
36
#### 11.1.3 / 2022-10-04
47
* replace Freemius SDK with Appsero SDK
58

git-updater.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: Git Updater
1313
* Plugin URI: https://git-updater.com
1414
* Description: A plugin to automatically update GitHub hosted plugins, themes, and language packs. Additional API plugins available for Bitbucket, GitLab, Gitea, and Gist.
15-
* Version: 11.1.3
15+
* Version: 11.1.4
1616
* Author: Andy Fragen
1717
* License: MIT
1818
* Domain Path: /languages
@@ -50,7 +50,6 @@
5050
register_activation_hook( __FILE__, [ new Bootstrap( __FILE__ ), 'rename_on_activation' ] );
5151

5252
( new Zipfile_API() )->load_hooks();
53-
( new GU_Appsero( __FILE__ ) )->init();
5453

5554
add_action(
5655
'plugins_loaded',

src/Git_Updater/Bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function run() {
8989

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

92+
( new GU_Appsero( __FILE__ ) )->init();
9293
( new Init() )->run();
9394

9495
// Initialize time dissmissible admin notices.

0 commit comments

Comments
 (0)