Skip to main content

Announcing Version 1.1.0 Release

· 2 min read
Sukanyeah Krishna
Systems Architect & Senior Software Engineer @ Tiglord

We are excited to announce the release of v1.1.0! This update introduces key database setup enhancements, updated documentation guides, dynamic versioning across components, and underlying platform upgrades.

Here is a full breakdown of what is new in this release.

What's New in v1.1.0?

Database & Server Environment Upgrades

We have expanded and streamlined our database setup documentation and configuration guides:

  • MySQL Setup: Updated documentation and configs to target MySQL version updates.
  • PHP 8.5: Updated PHP related documentation to v8.5 from v8.3.
  • phpMyAdmin Enhancements: Streamlined the installation flow and added a dedicated guide for installing phpMyAdmin directly from GitHub.
  • Intl Extension: Added setup instructions for the PHP Intl extension to prevent missing class dependencies.

Dynamic Versioning & Core Architecture

To ensure seamless navigation and maintainability across the site:

  • Dynamic Config Fields: Added customFields to the Docusaurus configuration to manage versioning dynamically.
  • Header & Feature Refactoring: Refactored HomepageHeader and HomepageFeatures components to automatically route "Get Started" and feature links using dynamic versioning.
  • Docusaurus Core Upgrade: Bumped Docusaurus from 3.10.1 to 3.10.2.

Site Improvements & Content Cleanup

  • Updated Social Media Cards: Refreshed default social media sharing cards and package metadata.
  • Prerequisites & MailDev Updates: Updated prerequisite documentation alongside MailDev and email Docker references.
  • Navigation Refinements: Removed obsolete administrative access links for a cleaner structure.

Detailed Commit Log

Click to view full commit history for v1.1.0
DateCommit Message
Jul 21, 2026Update: Docusaurus Version Update 3.10.2 from 3.10.1
Jul 21, 2026Update: Simplified phpMyAdmin Installation
Jul 21, 2026Update: Added Installation from Github Guide
Jul 21, 2026Update: Added Intl Extension Setup Steps
Jul 21, 2026Update: Mysql Version update to 9.7.0 LTS
Jul 1, 2026Update: Package Name & Version
Jul 1, 2026Update: Social Media Card
Jun 12, 2026Update: Email Docker Links
Jun 12, 2026Tracked: SoftwareInfo/index.js
Jun 12, 2026Update: Prerequisites Pages
Jun 12, 2026Update: MailDev Docker Page
Jun 12, 2026Update: Admin Access Page Removed
Jun 12, 2026Add customFields to Docusaurus config for dynamic versioning
Jun 12, 2026Refactor HomepageHeader to utilize dynamic versioning for the "Get Started" link
Jun 12, 2026Refactor HomepageFeatures to use dynamic versioning for feature links
Getting Started

Check out the updated documentation to explore the new database setup guides and dynamic routing features!