Skip to content

Commit 94856ad

Browse files
committed
oops, forgot to load GU_Trait for renaming from develop
1 parent a89656c commit 94856ad

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* add constant `GU_MU_LOADER` to aid in mu-plugin loading of Git Updater PRO
44
* catch API errors when GitHub personal access token is set, fixes [#947](https://github.com/afragen/git-updater/issues/947)
55
* improved error messaging
6+
* oops, forgot to load `GU_Trait` for renaming from `develop` branch installation
67

78
#### 10.0.2 / 2021-05-18
89
* fix to use `intval()` as `abs()` more type specific in PHP8, fixes [#952](https://github.com/afragen/git-updater/issues/952)

git-updater.php

+1-1
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: 10.0.2.3
15+
* Version: 10.0.2.4
1616
* Author: Andy Fragen
1717
* License: MIT
1818
* Domain Path: /languages

src/Git_Updater/Bootstrap.php

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
namespace Fragen\Git_Updater;
1212

13+
use Fragen\Git_Updater\Traits\GU_Trait;
14+
1315
/*
1416
* Exit if called directly.
1517
*/
@@ -29,6 +31,8 @@ function () {
2931
* Class Bootstrap
3032
*/
3133
class Bootstrap {
34+
use GU_Trait;
35+
3236
/**
3337
* Holds main plugin file.
3438
*

0 commit comments

Comments
 (0)