From 2cfad39c3126a44364f75d00a1932bc2c8347f9f Mon Sep 17 00:00:00 2001
From: ljcool2006 <51834343+ljcool2006@users.noreply.github.com>
Date: Mon, 2 Feb 2026 17:42:56 -0500
Subject: [PATCH] Correct date in /about/
3.4.0's date is listed as 2001-05-11. I corrected the year to 2011.
---
pmaweb/templates/about.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pmaweb/templates/about.html b/pmaweb/templates/about.html
index 9893d849..d83ca09f 100644
--- a/pmaweb/templates/about.html
+++ b/pmaweb/templates/about.html
@@ -50,7 +50,7 @@
Milestone releases
2008-11-28 {% releaselink '3.1.0' %}: Added support for BLOBStreaming, Swekey hardware authentication and rewritten setup script.
2009-06-09 {% releaselink '3.2.0' %}: Added many small features.
2010-03-07 {% releaselink '3.3.0' %}: Added new import and export modules, changes tracking, synchronization and support for replication configuration.
-2001-05-11 {% releaselink '3.4.0' %}: AJAXification of some parts, charts, visual query builder, user preferences, ENUM/SET editor.
+2011-05-11 {% releaselink '3.4.0' %}: AJAXification of some parts, charts, visual query builder, user preferences, ENUM/SET editor.
2012-04-07 {% releaselink '3.5.0' %}: Improved browsing, server monitoring, support for stored routines, events and triggers, openGIS support, Drizzle support.
2013-05-03 {% releaselink '4.0.0' %}: Removal of HTML frames, switch to tree-based navigation, and new look for the documentation.
2013-12-12 {% releaselink '4.1.0' %}: Requires PHP 5.3 and MySQL 5.5. Added ReCAPTCHA support, configurable menus, and an error reporting component.