Skip to content

Commit

Permalink
fix: adjust slug
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoferreiralkn committed Oct 24, 2023
1 parent 5614b88 commit 07729f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/class-lkn-give-free-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private function load_dependencies(): void {
* The class responsible for plugin updater checker of plugin.
*/
include_once plugin_dir_path( __DIR__ ) . 'includes/plugin-updater/plugin-update-checker.php';

$this->loader = new Lkn_Form_Customization_for_Give_Loader();
}

Expand All @@ -150,7 +150,7 @@ private function set_locale(): void {
public function updater_init(): ?object {
if (class_exists('Lkn_Puc_Plugin_UpdateChecker')) {
return new Lkn_Puc_Plugin_UpdateChecker(
'https://api.linknacional.com.br/v2/u/?slug=lkn-give-free-form',
'https://api.linknacional.com.br/v2/u/?slug=give-free-form',
LKN_DONATION_FORM_CUSTOMIZATION_FILE,
LKN_DONATION_FORM_CUSTOMIZATION_TEXT_DOMAIN
);
Expand Down Expand Up @@ -231,4 +231,4 @@ public function get_loader() {
public function get_version() {
return $this->version;
}
}
}

0 comments on commit 07729f4

Please sign in to comment.