Skip to content

Commit

Permalink
Fix Plugin Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBakovic committed Mar 1, 2022
1 parent 87fc124 commit 451c12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myarcadeplugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private function define_constants() {
$this->define( 'MYARCADE_UPDATE_API', 'http://api.myarcadeplugin.com/' );

$this->define( 'MYARCADE_PLUGIN_FOLDER_NAME', basename( dirname( __FILE__ ) ) );
$this->define( 'MYARCADE_PLUGIN_SLUG', 'myarcadeplugin' );
$this->define( 'MYARCADE_PLUGIN_SLUG', 'myarcadeplugin-lite' );
}

/**
Expand Down

0 comments on commit 451c12b

Please sign in to comment.