Skip to content

Commit

Permalink
chore: remove old version calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Jan 22, 2024
1 parent 0af77ef commit d1e2fd9
Show file tree
Hide file tree
Showing 27 changed files with 335 additions and 568 deletions.
4 changes: 0 additions & 4 deletions components/areas.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
$kommentUtils = new KommentBaseUtils();
return $kommentUtils->getPendingKomments();
},
'version' => function () {
$kommentUtils = new KommentBaseUtils();
return $kommentUtils->getPluginVersion();
}
],
];
}
Expand Down
4 changes: 0 additions & 4 deletions components/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
$kommentUtils = new KommentBaseUtils();
return $kommentUtils->getPendingKomments();
},
'version' => function () {
$kommentUtils = new KommentBaseUtils();
return $kommentUtils->getPluginVersion();
}
]
]
];
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
"composer install --no-dev --optimize-autoloader",
"npm run build"
]
},
"minimum-stability": "dev"
}
}
Loading

0 comments on commit d1e2fd9

Please sign in to comment.