CMS "GIRVAS" Release dated 08/27/2025 at the "Voitsy" development stage.
Latest Changes
- Implementation of a mechanism for saving configurations for the SMTP client;
- Implementation of a full-featured SMTP client;
- Adding a configuration category to the CMS settings page: Emails;
- Implementation of a method to obtain the domain for sending emails;
- Adding a button for test email sending during SMTP client configuration;
- Fixing a critical installer error;
- Optimization of the installer template core;
- Updating the user registration and password recovery mechanism;
- Updating the password reset mechanism;
- Updating localizations: Russian and English;
- Implementation of email layout for the primary site template;
- Code refactoring;
- Minor fixes;
Migration
After updating CMS "GIRVAS", you will need to create the file "configuration.smtp.php" at "/core" in the project directory with the following content:
$configuration = "host" => "mail.example.ru",
"port" => 25,
"username" => "",
"password" => "",
"domain" => "example.ru"
];
Please note that SMTP client configuration is done through the admin panel: "CMS Settings" -> "Emails". Also make sure that the "configuration.smtp.php" file has the necessary permissions for the web server.
Previous release: [0.2.5 Voitsy
Comments