Releases - mosparo https://mosparo.io/releases/ The modern spam protection Sun, 02 Mar 2025 18:36:07 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://mosparo.io/wp-content/uploads/2022/12/cropped-sig_transparency-1-32x32.png Releases - mosparo https://mosparo.io/releases/ 32 32 Release v1.3.4 https://mosparo.io/releases/release-v1-3-4/ Sun, 02 Mar 2025 18:36:07 +0000 https://mosparo.io/?post_type=release&p=792 This new release contains a new environment variable and some translation updates.

The post Release v1.3.4 appeared first on mosparo.

]]>
This new release contains a new environment variable and some translation updates.

  • A new environment variable was added to define the path where the shared file cache should be stored. This is useful when using the filesystem cache in multi-node setups.
  • Updated the frontend translations for Finnish and added some updates for the German backend translations.

The post Release v1.3.4 appeared first on mosparo.

]]>
Release v1.3.3 https://mosparo.io/releases/release-v1-3-3/ Mon, 24 Feb 2025 18:29:19 +0000 https://mosparo.io/?post_type=release&p=788 This version contains multiple fixes for the health check.

The post Release v1.3.3 appeared first on mosparo.

]]>
This version contains multiple fixes for the health check. The health check was added to verify the mosparo installation’s health automatically.

  • The health check returned an error if an update was not finalized (Database migration was not executed). Now, the health API will return a success message in this case.
  • Added an environment variable to bypass the health check if needed.
  • Added a command to execute the health check via the CLI.
  • Fixed the health check for the cron- and PHP-only Docker containers. Before, the health check would never report healthy containers.

All these issues were found because of the report and support by mad73923 in #302.

The post Release v1.3.3 appeared first on mosparo.

]]>
Release v1.3.2 https://mosparo.io/releases/release-v1-3-2/ Thu, 20 Feb 2025 19:34:32 +0000 https://mosparo.io/?post_type=release&p=787 This small release contains an important frontend JavaScript bug fix.

The post Release v1.3.2 appeared first on mosparo.

]]>
This release is small but contains an important frontend JavaScript bug fix.

  • Fixed a bug in the frontend JavaScript file when iterating the available locales. The method to iterate through the array was wrong. Reported by josias-hosang in #317
  • Updated the Italian backend translation.

The post Release v1.3.2 appeared first on mosparo.

]]>
Release v1.3.1 https://mosparo.io/releases/release-v1-3-1/ Thu, 13 Feb 2025 19:15:20 +0000 https://mosparo.io/?post_type=release&p=772 This maintenance release contains bug fixes, additional environment variables, and updated translations.

The post Release v1.3.1 appeared first on mosparo.

]]>
This maintenance release contains bug fixes, additional environment variables, and updated translations.

  • Added environment variable to set the config file path to a different location (#307). Inspired by gnieser
  • Added environment variables to enable SSL for the MySQL connection (#307). Suggested by gnieser
  • Fixed a bug with wrongly missing requirements in the setup and update process (#308). Reported by SVillette
  • Fixed a bug with the colon in the host specification. The colon (to specify a port) was not allowed (#309). Reported by SVillette
  • Updated frontend and backend translations for multiple languages.

Starting with this version, we’re also offering an unprivileged Docker image. This Docker image is optimized for OpenShift security context constraints restricted-v2. Learn more in our documentation.

The post Release v1.3.1 appeared first on mosparo.

]]>
Release v1.3.0 https://mosparo.io/releases/release-v1-3-0/ Tue, 21 Jan 2025 08:30:04 +0000 https://mosparo.io/?post_type=release&p=764 Version 1.3.0 contains project groups, proof-of-work mechanism, and other new functions and changes.

The post Release v1.3.0 appeared first on mosparo.

]]>
Today, the new version, v1.3, of mosparo is released. The latest version contains the following features, changes, and bug fixes:

  • Add compatibility with SQLite (#266).
  • Add an option to choose the source of the correct language for the mosparo frontend box (#270). Suggested by Sapper-Morton
  • Add proof of work mechanism security feature (#273).
  • Add project groups to organize the projects (#280). Suggested by SVillette
  • Add health check (#283). Suggested by Digi92
  • Show general verifications in the submission detail view (#274).
  • Added the option to choose the cache adapter to use a shared cache like Memcached or Redis (#284). Suggested by Digi92
  • Added the option to enable a grace period for the cleanup logic to delay the cleanup functionality in the frontend API (#284). Suggested by Digi92
  • Added the option to store the prepared CSS files in the shared cache instead of the file system (#287). Inspired by raul810y
  • Changed the user to execute the cronjob in the Docker module to fix possible cache issues (#291). Reported by TheDogHusky

You can find all the details about the new version here: https://mosparo.io/2024/12/05/new-features-changes-in-version-1-3/

Please report possible bugs or problems as issues on GitHub.

The post Release v1.3.0 appeared first on mosparo.

]]>
Release v1.3.0-beta.2 https://mosparo.io/releases/release-v1-3-0-beta-2/ Tue, 24 Dec 2024 10:41:50 +0000 https://mosparo.io/?post_type=release&p=752 The second beta version (v1.3.0-beta.2) contains three new changes compared to the first beta. You can find all the details about the new version here. Please report possible bugs or problems as issues on GitHub. Thank you very much for your help testing this new mosparo version. The stable release of version 1.3 is planned […]

The post Release v1.3.0-beta.2 appeared first on mosparo.

]]>
The second beta version (v1.3.0-beta.2) contains three new changes compared to the first beta.

  • Added the option to choose the cache adapter to use a shared cache like Memcached or Redis (#284). Suggested by Digi92
  • Added the option to enable a grace period for the cleanup logic to delay the cleanup functionality in the frontend API (#284). Suggested by Digi92
  • Added the option to store the prepared CSS files in the shared cache instead of the file system (#287). Inspired by raul810y

You can find all the details about the new version here.

Please report possible bugs or problems as issues on GitHub. Thank you very much for your help testing this new mosparo version.

The stable release of version 1.3 is planned for the beginning of January 2025.

The post Release v1.3.0-beta.2 appeared first on mosparo.

]]>
Release v1.2.9 https://mosparo.io/releases/release-v1-2-9/ Sun, 15 Dec 2024 13:48:43 +0000 https://mosparo.io/?post_type=release&p=747 This release contains a bug fix for the frontend JavaScript and many updated translations.

The post Release v1.2.9 appeared first on mosparo.

]]>
This release contains a bug fix for the frontend JavaScript and many updated translations.

  • Fixed a bug with the countdown logic and a non-existing HTML element. Reported in #286 by raul810y

Translations

  • Added the frontend and (partial) backend translations for Hebrew.
  • Updated the frontend translations for Portuguese, Russian, Slovak, Serbian, and Turkish.
  • Updated the backend translations for French.
  • Updated the validator translations for Croatian and Estonian.

The post Release v1.2.9 appeared first on mosparo.

]]>
Release v1.3.0-beta.1 https://mosparo.io/releases/release-v1-3-0-beta-1/ Thu, 05 Dec 2024 08:40:00 +0000 https://mosparo.io/?post_type=release&p=738 With the new version v1.3.0-beta.1, we've added new features, made changes, and updated all dependencies.

The post Release v1.3.0-beta.1 appeared first on mosparo.

]]>
With the new version v1.3.0-beta.1, we’ve added new features, made changes, and updated all dependencies.

  • Add compatibility with SQLite (#266).
  • Add an option to choose the source of the correct language for the mosparo frontend box (#270). Suggested by Sapper-Morton
  • Add proof of work mechanism security feature (#273).
  • Add project groups to organize the projects (#280). Suggested by SVillette
  • Add health check (#283). Suggested by Digi92
  • Show general verifications in submission detail view (#274).

You can find all the details about the new version here.

Please report possible bugs or problems as issues on GitHub. Thank you very much for your help testing this new mosparo version.

The stable release of version 1.3 is planned for the beginning of January 2025.

The post Release v1.3.0-beta.1 appeared first on mosparo.

]]>
Release v1.2.8 https://mosparo.io/releases/release-v1-2-8/ Sat, 26 Oct 2024 10:31:37 +0000 https://mosparo.io/?post_type=release&p=726 This release is a translation update. We fixed a typo in one of the English frontend sentences, adjusted others, and updated the translations for other languages and additional translations for the backend.

The post Release v1.2.8 appeared first on mosparo.

]]>
This release is a translation update. We fixed a typo in one of the English frontend sentences, adjusted others, and updated the translations for other languages and additional translations for the backend.

  • Fixed a typo in one of the main sentences for the frontend box and adjusted two others, reported and adjusted by ziqiangao54 and simonmanuel.
  • Thanks to our contributors, we updated the frontend translations for Czech, German, Spanish, Estonian, Indonesian, Latvian, Ukrainian, and Chinese (Traditional).
  • Updated the backend translations for Czech (thanks to pBrambi) and Ukrainian (thanks to kefir2105).

We would like to thank all our contributors for helping make mosparo better.

The post Release v1.2.8 appeared first on mosparo.

]]>
Release v1.2.7 https://mosparo.io/releases/release-v1-2-7/ Wed, 02 Oct 2024 17:19:57 +0000 https://mosparo.io/?post_type=release&p=720 With this bug fix release, we're fixing a bug in the cleanup process, updating the frontend and backend dependencies, and updating the translations.

The post Release v1.2.7 appeared first on mosparo.

]]>
With this bug fix release, we’re fixing a bug in the cleanup process, updating the frontend and backend dependencies, and updating the translations.

  • Adjusted three unoptimized delete queries in the cleanup process, which locked two tables. If the query takes too long, it can generate problems with other processes, resulting in an error message and failed requests. Thank you, Digi92, for reporting this bug and all your help fixing it! (#275)
  • Updated all frontend and backend dependencies to the latest versions.
  • Updated the frontend translations (Khmer) and backend translations (English, German, Italian).

The post Release v1.2.7 appeared first on mosparo.

]]>