v1.0.3 - Simple PHP support! 🎉 (#15)

- Basic PHP support.
- Cosmetic things here and there.
- Fix publish directory option.
This commit is contained in:
Andras Bacsai
2021-04-02 15:05:23 +02:00
committed by GitHub
parent 767c65ab10
commit 5573187d43
15 changed files with 6593 additions and 140 deletions

View File

@@ -81,7 +81,7 @@
{ cache: "no-cache" },
)
.then(r => r.json());
return compareVersions(latest.version,packageJson.version)
return compareVersions(latest.version,packageJson.version) === 1 ? true : false
}
</script>