fluidbox-ghost-blog-plugin icon indicating copy to clipboard operation
fluidbox-ghost-blog-plugin copied to clipboard

Create a new release that includes script fixes for Firefox

Open dplanella opened this issue 5 years ago • 0 comments

The instructions in the README file result in a script that does not work in Firefox, as they point to using a script version (0.1.0) that does not contain the latest fixes. The workaround is to load a later script revision that contains the fixes via a commit specifier:

<script async src="https://cdn.jsdelivr.net/gh/coreysnyder04/fluidbox-ghost-blog-plugin@8b384f414e8f573fe56c93cc9d16be03d3d38a01/fluidbox-ghost-blog-plugin.min.js"></script>

It would be great to create a new release (e.g. 0.1.1) and update the README, so that loading the script is as easy as:

<script async src="https://cdn.jsdelivr.net/gh/coreysnyder04/[email protected]/fluidbox-ghost-blog-plugin.min.js"></script>

dplanella avatar Jun 18 '19 07:06 dplanella