Skip to content
Snippets Groups Projects
Commit acb36300 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

bugfix(repo plugin): removed plugin version from plugin api

parent 7c5b1a36
No related branches found
No related tags found
1 merge request!27bugfix(repo plugin): removed plugin version from plugin api
Pipeline #10637 passed with warnings with stages
in 1 minute and 12 seconds
## [3.2.4] - 2021-02-26
### Fixed
- removed plugin version from plugin api
## [3.2.3] - 2020-10-05
### Fixed
- WC tested shows invalid info
......
......@@ -427,7 +427,6 @@ if ( ! class_exists( 'WPDesk_Basic_Requirement_Checker' ) ) {
$api = new stdClass();
$api->name = $plugin_info['nice_name']; // self in closures requires 5.4
$api->version = $plugin_info['version']; // self in closures requires 5.4
$api->download_link = esc_url( $plugin_info['repository_url'] ); // self in closures requires 5.4
return $api;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment