Offcanvas top

Download

Release v0.3.14

This release contains a fix for the frontend JavaScript library, a fix for the APIs, updates for the UI JavaScript libraries, and updated Czech translations:

  • Fixed a bug that tried to validate all HTML elements with a name attribute – even <iframe> elements (and others) that cannot have a value.
  • Fixed the issue in the APIs which tried to process the frontend data, even if the value attribute is missing.
  • Updated the Node.js version to 18 to compile the UI components and added the version to the .nvmrc file (suggested by @Digi92 in #34).
  • Updated the Czech frontend and backend translations (contributed by @pBrambi).
  • Docker: From this version on, we will always set the latest tag correctly to the latest version of the image.
Download hosted by GitHub
SHA1: 2129bd7fbeecc1a0a9f40b3400ece5e915dcbefe

Release v0.3.12

This release is a compatibility release for PHP 8.1 and above.

  • The refactored session handler created two deprecation messages because of the compatibility with PHP 7.4. These two messages get now suppressed.
Download hosted by GitHub
SHA1: c19f1229fbc0b9cddf97037765e54e903f42e1b0

Release v0.3.11

This release is a bugfix release for a session bug in the installation process.

  • The installation process tried to use the new database session handler. While the database connection still needs to be set up, this cannot work. The session handler now uses the file handler if mosparo isn’t installed or the update to v0.3.9 or later still needs to be executed.
Download hosted by GitHub
SHA1: e3bee087ae7ef81606889523c2ae0f2a198bf107

Release v0.3.10

Fixed the missing sessions table after updating to v0.3.9.

  • With v0.3.9, we introduced the sessions table to store the session in the database instead of the files. But when you used the update system in the web interface to update mosparo, the session was required before executing the database update. This means you ended in an error 500 because the sessions table did not exist while it was needed to complete the update functionality. With this release, the session handler cannot load data from the sessions table if the update is incomplete.
Download hosted by GitHub
SHA1: b5efb9add8319c039fa56144897800eecff0c13c
Load more
Loading...