You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
usfbih8u
committed
chore(runtime/plugins): all built-in plugins use the fixed version 1.0.0
As of commit `4c47a2713aafdb105d5a45ca0f859d0e7290f617`, the version of
built-in plugins is neither displayed nor used in any way.
Built-in plugins are not distributed through the plugin manager, so they
do not need `VERSION`.
The version of built-in plugins is determined by both Micro's version and
the commit hash. It is therefore unnecessary to maintain it using a third
version (`VERSION` in Lua).
Rather than removing `VERSION`, keep it in the code and document that it
should remain at version `1.0.0`. This way, the information remains
available to contributors and users.
`VERSION` is a vital part of the plugin manager. Removing it from built-in
plugins could confuse people who use them as references for their own plugins.
0 commit comments