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

Merge branch 'feature/plugin-version' into 'master'

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

See merge request !27
parents 7c5b1a36 acb36300
No related branches found
Tags 3.2.4
1 merge request!27bugfix(repo plugin): removed plugin version from plugin api
Pipeline #10683 passed with stages
in 46 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