Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
anisAronno committed Nov 25, 2024
2 parents 575ecd2 + 4d85bb2 commit ce9aa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ protected function set_basename_and_slug() {

require_once ABSPATH . 'wp-admin/includes/plugin.php';

$plugin_data = get_plugin_data( $this->file );
$plugin_data = get_plugin_data( $this->file, false, false );

$this->project_version = $plugin_data['Version'];
$this->type = 'plugin';
Expand Down

0 comments on commit ce9aa2b

Please sign in to comment.