Previously, when adding a site customization making use of the PluginAPI you could specify a version of the API to use in the <script>
tag. Now that doesn’t work.
<script type="text/discourse-plugin" version="0.6">
console.log(api.version)
</script>
The above should output 0.6
, currently it outputs 0.1
.