squeevee / flarum-ext-fancybox

Image formatting and lightbox modal using FancyBox
GNU General Public License v3.0
6 stars 5 forks source link

Support Flarum beta 14 #6

Closed Kakifrucht closed 1 year ago

Kakifrucht commented 3 years ago

Do you plan on updating this to Flarum beta14?

Thanks

Kakifrucht commented 3 years ago

cc @the-turk

eddiewebb commented 3 years ago

Pull request #7 does this.

I kept naming convention and printed a tag in my repo 0.2.0-beta.15 (if you really need back to 14 its just a new tag let me know)

But since I'm not publishing under my own name, until this is ever merged, folks can add github to your composer.json

    "require": {
        "squeevee/flarum-ext-fancybox": "0.2.0-beta.15",
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/eddiewebb/flarum-ext-fancybox"
        }
    ]
Kakifrucht commented 1 year ago

closing because fixed and abandoned