Version 1.03

* imgages in body-attach with title / alt attribute get them removed while adding fancy attributes
* Added fancybox to image inlined in posts. Un-hooked the old lightbox from frio and vier and excahnged that with fancybox hooks.
* Excluded images in "type-link" divs from being "fancied" as they have no images but pages linked to.
This commit is contained in:
Grischa Brockhaus 2022-12-05 00:54:04 +01:00
parent 07a11f6920
commit 4e7da2799c
4 changed files with 51 additions and 24 deletions

View file

@ -11,7 +11,7 @@ rm $MODULE/dist/*
# create release for actual version
zip -r9 $MODULE/dist/release.zip $MODULE/* -x $MODULE/dist/\* -x $MODULE/test/\* $MODULE/createrelease
echo release/release.zip created.
echo dist/release.zip created.
cd $MODULE