Give us contact

Do you prefer to ask us directly?

Call us +420 605 203 938 (the Czech Republic)

or use this contacts

Releases 2026

Related links


Framework Core functionality
FI - Finance Management

AyMINE Framework Release Notes in 2026

This release note describes only official releases of the AyMINE Framework. Release changes in application / business modules are not included.

Rel. 5/2026 - Encryption and large file support

New file support

AyMINE implemented support for end-to-end on-the-fly encryption for files. It uses the same algorithms and logic of encrypted data vaults that is newly used also for uploaded and downloaded files.

For supporting using video in web pages or educational portals, AyMINE newly support upload / download large false (tested 500MB). The only limits is server settings in the php.ini / nginx configuration files.

UI changes

New implementation of the ribbon block for dashboard, list and detail view. New ribbons support rights control on the level of ribbons blocks, block collapse and other features.

List view newly support card-type view that is common for aderss books as well as e-shops. Use can switch between row-type and card-type view using the settings button.

Rel. 3/2026 - Support for TypeScript 4.6, PHP 8.6

Hundreds of updates was made to keep code of both application and back-end fully compatible with new versions of the languages. PHP functions using 100% typing attributes, most of the objects adopted new setter & getters and a lot of other changes.

Application updated to the latest version of the libraries. The most important is change of the wysiwyg html editor suneditor moved to the latest version and complete change for the related scss styles

Rel. 1/2026 - Coding style guide update

The code style guide was updated in several types. The most visible change is switching tab from 3 space to 2 space in all types of the framework files
The backend implemented several new methods to the persistent object:

  • New method that defines for how long history of changes is stored
  • Changed default method how right of the user to use the operation is verified (reduction from 2 to 1 line in the methods)

The framework was updated to the latest version of the PHP, MariaDB and npm. Older versions are no supported.