Skip to content

Commit

Permalink
wordpress theme result missing properties
Browse files Browse the repository at this point in the history
fixes #83
  • Loading branch information
jakubmisek committed Sep 17, 2020
1 parent e86a84f commit b531d81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/PeachPied.WordPress.NuGetPlugins/PluginsOverride.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ public ThemeResult(RawPackageSearchMetadata p)
public string version;
public string preview_url;
public string author;
public string requires; // empty or wp version
public bool compatible_wp; // set by wp
public string requires_php; // empty
public bool compatible_php; // set by wp
public string screenshot_url;
public double rating = 100;
public long num_ratings = 0;
Expand Down

0 comments on commit b531d81

Please sign in to comment.