Ignore:
Timestamp:
Feb 17, 2021, 9:27:32 PM (3 years ago)
Author:
chronos
Message:
  • Added: Documents section accessible from users panel.
  • Added: Contract model moved to separate module Contract.
  • Added: New action to generate PDF from Contract.
  • Fixed: Allow users to download files only by hash instead of direct id.
  • Added: Support for SHA1 as allowed mysql function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r899 r901  
    11<?php
    22
    3 $Revision = 899; // Subversion revision
    4 $DatabaseRevision = 885; // SQL structure revision
     3$Revision = 901; // Subversion revision
     4$DatabaseRevision = 901; // SQL structure revision
    55$ReleaseTime = strtotime('2021-02-17');
Note: See TracChangeset for help on using the changeset viewer.