Incorporate changes made for old version 5.2.4.4.

This commit is contained in:
2026-02-10 15:17:09 -05:00
parent 4341c87daa
commit 0265918430
9 changed files with 80 additions and 46 deletions

View File

@@ -45,3 +45,8 @@ UPDATE configs SET confvalue="5.2.4.2" WHERE confname="ol_version";
-- Update version number
UPDATE configs SET confvalue="5.2.4.3" WHERE confname="ol_version";
-- --------------------------------------
-- ---------- version 5.2.4.4 -----------
-- Update version number
UPDATE configs SET confvalue="5.2.4.4" WHERE confname="ol_version";
-- --------------------------------------