News about releases and updates are posted here.
Post Reply
PaderDesign
Administrator
Posts: 145
Joined: Tue 15. Apr 2008, 15:34
Location: Altenbeken
Contact:

v1.2.83_057 Optimised Version

Post by PaderDesign »

Hi everybody

This update offers several changes regarding PHP 8.2, responsive design and faster page load.

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.83_057: styles\gigkalender.css: Compiled with Sass
v1.2.83_056: frontend\example_formate.css: Compiled with Sass
v1.2.83_055: Front end > Calendar > List
Date and Time do not break on mobile
⇒ gigkalender12\calendar\list.php
Just one table cell for date and time
⇒ frontend\example_formate.css
Removed "white-space: nowrap;" in ".GigKalender #List td"
Removed "padding-right: 0.5em;" in ".GigKalender #List td"
Added "display: inline-block;" for ".GigKalender .GigDate" and ".GigKalender .GigBeginning"
v1.2.83_054: includes\frontend_language_selector.php
Rewritten to detect browser language, should frontend language been set to 'auto'
v1.2.83_053: admin\includes\setup\SetupFrontendLanguage.php
Added "auto" as selectable language (to use browser language)
⇒ entire file rewritten
v1.2.83_052: Contact form: Added two missing language vars
$L_Form_Completion_Time and $L_Block_IP_Address
v1.2.83_051: Updated embedded CKEditor to version 4.21.0
v1.2.83_050: install\head.php
Added meta tag to make page responsive
v1.2.83_049: includes\header.php
Added meta tag to make page responsive
v1.2.83_048: functions\standard.php > getShortenedString()
Deprecated: Function utf8_decode() is deprecated in \functions\standard.php on line 30
⇒ changed to mb_strlen(), since the installation ensures support for the mb module again
v1.2.83_047: functions\standard.php > getShortenedString2()
Deprecated: Function utf8_decode() is deprecated in \functions\standard.php on line 1
⇒ changed to mb_strlen(), since the installation ensures support for the mb module again
v1.2.83_046: example_*.php (all example files)
Added meta tag to make page responsive
v1.2.83_045: index.php: Changed the entire session cookie creation
v1.2.83_044: Bugfix: \frontend\example_formate.css:
W3C CSS Validator: Property "x-border" doesn't exist.
⇒ removed
v1.2.83_043: Bugfix: \frontend\example_formate.css:
W3C CSS Validator: Line 253: Same color for "background-color" and "border-top-color"
⇒ set both to transparent, like in styles\gigkalender.css
v1.2.83_042: Bugfix: includes/error_reporting.php:
⇒ MySQL Error Mode set to MYSQLI_REPORT_OFF for distribution
v1.2.83_041: installation.txt: Updated requirements regarding PHP version 8.0
v1.2.83_040: Bugfix: Back-end: calendar\backend_selectGig.php: It shows a SQL statement

Post Reply