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

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

Feature/plugin version

See merge request !28
parents 63f07f94 be572e9a
No related branches found
Tags 3.2.5
1 merge request!28Feature/plugin version
Pipeline #10764 passed with stages
in 52 seconds
## [3.2.5] - 2021-02-26
### Fixed
- PHP Notice: Undefined property: stdClass::$version
## [3.2.4] - 2021-02-26
### Fixed
- removed plugin version from plugin api
......
......@@ -427,6 +427,7 @@ if ( ! class_exists( 'WPDesk_Basic_Requirement_Checker' ) ) {
$api = new stdClass();
$api->name = $plugin_info['nice_name']; // self in closures requires 5.4
$api->version = '';
$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