Page 1 of 1

v1.2.80_191 Optimised Version

Posted: Sun 6. Sep 2020, 13:45
by PaderDesign
Hi everybody,

this optimized version offers you a bugfix related to PHP 7.4 and several CSS improvements regarding responsive front-ends. Read more in the change log below.

Feel free to download it here:
https://www.paderdesign.de/gigkalender/downloads.html
There is also an update file available.

Btw, version v1.3 will get skipped, since I'm already working on v1.4.

Friendly greetings,
PaderDesign

--Change Log (new features marked bold):
v1.2.80_191: gallery\gallery.php.142: Added a CSS identifier "Image", id="Image"
v1.2.80_190: gallery\gallery.php.144: Removed the unnecessary <br>-Tag
v1.2.80_189: frontend\example_formate.css: Removed "x-width: 100%;" in ".GigKalender .NewsEntryHeadline"
v1.2.80_188: frontend\example_formate.css: Removed "x-width: 100%;" in ".GigKalender .GuestbookEntryHeadline"
v1.2.80_187: gallery\templates\gallery_entry.php.28: The string 'Images' got replaced by a language variable $L_Images
v1.2.80_186: frontend\example_formate.css: ".GigKalender .GuestbookEntryComment":
=> removed "font-style: italic;"
v1.2.80_185: frontend\example_formate.css: ".GigKalender .NewsNavigation":
=> removed "font-size: 0.8em;"
v1.2.80_184: frontend\example_formate.css: ".GigKalender .GuestbookNavigation":
=> removed "font-size: 0.8em;"
v1.2.80_183: frontend\example_formate.css: ".GigKalender .NewsEntryDate":
=> removed "font-size: 0.8em;"
v1.2.80_182: frontend\example_formate.css: ".GigKalender .GuestbookEntryDate":
=> removed "font-size: 0.8em;"
v1.2.80_181: frontend\example_formate.css: ".GigKalender .GuestbookEntryHeadline":
=> removed "padding-top: 2px;"
v1.2.80_180: frontend\example_formate.css: ".GigKalender .NewsEntryHeadline":
=> removed "padding-top: 2px;"
v1.2.80_179: frontend\example_formate.css: ".GigKalender .NewsEntryHeadline":
=> removed "font-size: 1em;"
v1.2.80_178: frontend\example_formate.css: ".GigKalender .GuestbookEntryComment":
=> removed "font-size: 0.8em;"
v1.2.80_177: frontend\example_formate.css: ".GigKalender .GuestbookEntryText":
=> removed "font-size: 0.9em;"
v1.2.80_176: frontend\example_formate.css: ".GigKalender .NewsEntryText":
=> removed "font-size: 0.9em;"
v1.2.80_175: Bugfix: Front-end: News: An image in a news entry does not spawn the container, so the image overlaps the next entry.
=> frontend\example_formate.css: Added "overflow:auto;" to ".GigKalender .NewsEntryText"
v1.2.80_174: update.sql.php: script gives out a hint now on renaming attempt, the target file or folder name already exists.
v1.2.80_173: Bugfix: Back-end threw "Warning: include(includes/setup/SetupRefreshTime.php)"
=> In a previous version "SetupRefreshtime.php" got renamed into "SetupRefreshTime.php"
=> the correspondening update file did not consider that
v1.2.80_172: Bugfix: Front-end: Accessing Guestbook when not logged in as Admin threw "Notice: Trying to access array offset on value of type null in /functions/standard.php on line 1126
=> its a new restriction of PHP 7.4
=> fixed in functions\standard.php.IsUserAdmin()