We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b577f commit a7752d1Copy full SHA for a7752d1
includes/Classifai/Admin/Update.php
@@ -58,6 +58,8 @@ public function init() {
58
'classifai'
59
);
60
61
+ $this->updater->getVcsApi()->enableReleaseAssets();
62
+
63
$this->updater->addResultFilter(
64
function ( $plugin_info ) {
65
$plugin_info->icons = array(
0 commit comments