Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BeycanDeveloper committed Jul 19, 2024
1 parent 0a1a629 commit 0505e99
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ public function __construct()

new Updater([
'plugin_file' => $pluginData->Slug,
'requires' => $pluginData->RequiresWP,
'requires_php' => $pluginData->RequiresPHP,
'plugin_version' => $pluginData->Version,
'icons' => [
'2x' => plugin_dir_url(dirname(__FILE__, 2) . '/index.php') . '/assets/images/icon-256x256.png',
'1x' => plugin_dir_url(dirname(__FILE__, 2) . '/index.php') . '/assets/images/icon-128x128.png',
]
'plugin_version' => $pluginData->Version
]);

Hook::addFilter('apply_discount_donation', '__return_false');
Expand Down

0 comments on commit 0505e99

Please sign in to comment.