Skip to content

Releases: LebToki/Laragon-Dashboard

v.2.3.8

30 Jul 07:48
fc6f7ed
Compare
Choose a tag to compare

updated the main index.php
server_vitals.php
/assets/inbox/ both files were enhanced and now have better error handling and functionality

Full Changelog: v.2.3.7...v.2.3.8

v.2.3.7

16 Jul 11:18
6a92659
Compare
Choose a tag to compare

v.2.3.6

14 Jul 16:59
d6ca80e
Compare
Choose a tag to compare

Full Changelog: v.2.3.5...v.2.3.6

v.2.3.5

06 Jun 07:42
582a0d0
Compare
Choose a tag to compare

Hostname hardcoded #19 fixed
removed secondary header in the email client
Emails in Open_Email.php #19 fixed

v2.3.3

31 May 15:21
eca2db1
Compare
Choose a tag to compare

all languages includes and hopefully fixed
rooms for improvements

v2.3.1

31 May 14:15
1eae136
Compare
Choose a tag to compare

updated

v2.3.0

31 May 14:01
7ef842d
Compare
Choose a tag to compare

Changes in version 2.30
Introduced Language Translation Support
Implemented language translation support using JSON files.

Introduced Breadcrumbs and Tabs:
Introduced breadcrumb headers for each tab for better navigation.

These tabs are not in place:

  • Servers Tab
  • Mailbox Tab
  • Server or Stack Vitals

Updates:

HTML Structure:
Refactored HTML structure to include header for each tab within the tab content.
Updated navigation tabs to include servers, mailbox, and vitals.

CSS Styling:
Improved overall styling with Bootstrap 5.
Added custom styles for tabs, headers, and overview cards.

JavaScript Functionality:
Enhanced tab switching functionality with jQuery.
Added language selector change event to reload the page with the selected language.

PHP Code Enhancements:
Refactored server information retrieval and display logic.
Enhanced error handling for server vitals data retrieval.

v.2.3.4

01 Jun 08:05
f6c2052
Compare
Choose a tag to compare

had a wrong url for the read_mail,php

v.2.3.2

31 May 14:59
bc6db3f
Compare
Choose a tag to compare

fixed the base languages

Version 2.2.1

25 May 16:27
44efdc1
Compare
Choose a tag to compare

Changes in Version 2.2.1:

  • Improved Error Handling and Security:
  • Enhanced handleQueryParameter function with input validation and escaping of outputs to prevent XSS attacks.

Updates and Enhancements:

  • Improved getServerExtensions function to handle Apache modules correctly.
  • Updated getPhpVersion function to retrieve the latest PHP version from the official PHP website.
  • Improved getSQLVersion function to handle MySQL version retrieval correctly.
  • Enhanced getLocalSites function to ignore specific directories and files.
  • Updated renderLinks function to prevent XSS attacks.
  • Improved getSiteDir function to handle server software detection correctly.
  • Removed the check for wp-admin when detecting Laravel.
  • Removed the "Admin" link from the HTML output for Laravel applications.