Skip to content

Commit

Permalink
Merge pull request #29 from angelleye/AEU-134
Browse files Browse the repository at this point in the history
AEU-134, php 8.2 compatibility
  • Loading branch information
kcppdevelopers authored Apr 29, 2024
2 parents 066c9be + df767c0 commit 157d422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/class-angelleye-updater-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class AngellEYE_Updater_Admin {
private $assets_url;
private $installed_products;
private $pending_products;
public $list_table;
public $angelleye_plugin_info;

/**
* Constructor.
Expand Down
1 change: 1 addition & 0 deletions includes/class-angelleye-updater-licenses-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class AngellEYE_Updater_Licenses_Table extends WP_List_Table {
public $data;

public $angelleye_plugin_more_info_page;
public $found_data;

/**
* Constructor.
Expand Down

0 comments on commit 157d422

Please sign in to comment.