All Versions
31
Latest Version
Avg Release Cycle
16 days
Latest Release
1292 days ago

Changelog History
Page 3

  • v1.18.9 Changes

    November 08, 2019

    Added

    • Settings mechanisms
      • Settings for dashboard are now visible under user profile menu
      • Contains controll of widgets visibility
  • v1.18.8 Changes

    November 02, 2019

    Added

    • possibility to set recurring payments in payments settings,
    • command bin/console cron:set-recurring-payments for setting up the payments,
      • checks if payments have been already added for given month.
      • returns small reporting in console,
      • has optional option day for setting to which day of given months should the payments be assigned to,

    ๐Ÿ›  Bugfix

    • checking if ZipArchive is present
    • it's possible that linux is missing php-zip package
  • v1.18.7 Changes

    November 01, 2019

    Added

    • scripts and command for making database and files backup
      • can be used with cron
      • bin/console cron:make-backup
  • v1.18.6 Changes

    November 01, 2019

    Added

    • possibility to rename and tag uploaded files
  • v1.4.22 Changes

    December 02, 2020

    Bugfixes:

    • saving reports were not summing all the incomes for given month,
    • closing editViaTinyMce was removing some of the styling added inside the editor,
    • composer install was still crashing when no database existed before it was called,

    ๐Ÿ‘Œ Improvements

    • changed the way that cards work in the TravelsIdeas , alongside with edit logic related to it,
    • โž• add support to auto logout user after given amount of time (editable via .env),
  • v1.4.21 Changes

    November 22, 2020

    โž• Added

    Todo

    • modal:
      • name can be changed,
      • binded module is now selectable alongside for MyIssue entities,
      • toggle for dashboard visibility is now possible,
    • form,
      • displayOnDashboard is visible only when Goals module is selected,

    Js

    • small mechanism to toggle DOM Elements visibility for given options picked from select,
  • v1.4.2 Changes

    November 19, 2020

    Improvements

    • Upload management
      • all forms are now handled via Ajax call,
    • repositories are now properly being called from controllers,
    • ModuleData - special entity for extending all modules with common logic,
      • at this moment added additional logic to allow setting descriptions for different data types (entity, module, directory)
      • activated that for Upload based modules ,
      • this is also adjusted to renaming/moving folders via GUI,

    ๐Ÿ›  Fixess

    • ๐Ÿณ docker hash,
    • RemoveAction didn't worked for Files module,
    • incorrect response handling for widgets visibility setting,
    • retry loading dataProcessor from specialAction upon removal,
    • form submission with element of DataListType was failing,
    • overlaping images names in MyImages,
    • locked folders were still shown in selects, or arrows were rendered,
  • v1.4.1 Changes

    November 07, 2020

    Changes

    • added new module Videos ,

    ๐Ÿ›  Fixes

    • demo data generators entities had incorrect structure,
    • bootstrap select overlapped with other gui elements - made it impossible to select some options,
  • v1.4 Changes

    October 25, 2020

    Major update

    • updated/adjusted the backend core to Symfony 5.1.x and PHP 7.4 ,
    • โšก๏ธ optimized templates caching,
    • โšก๏ธ optimized sqls calls,
    • โž• added links to documentation,
    • ๐Ÿ—„ implemented new user handling logic (symfony based instead of deprecated FOS bundle),
      • registration is now handled via form,
  • v1.3 Changes

    August 23, 2020

    This release contains code based changes only and maybe some tiny bugs found here and there

    ๐Ÿ”„ Changes

    • JS was rewritten to TypeScript ,
    • ๐Ÿšš scripts were moved to new directories,
    • ๐Ÿšš scripts returned by PHP were moved to corresponding TS classes,
    • ๐Ÿฑ so called static assets in public directory were removed,
    • ๐Ÿšš 99% of scripts hardcoded in twig were moved to TS,
    • ๐Ÿšš window based logic attachments is mostly removed so calling window functions in console like before - won't work,
    • โž• added webpack configuration to support typescript,
    • โž• added new command to composer to check if there are some circular references in TypeScript imports,
    • โšก๏ธ updated few packages due to problems with TypeScript, like for example JsColor,
    • โšก๏ธ updated descriptions of many methods,
    • AjaxResponseDto (compatibile with Backend AjaxResponse) is now used in ~95% of AjaxCalls,
    • ๐Ÿ”„ changed old code quality by using new methods like StringUtils.isEmpty or DomElements.doElementsExists

    Info

    • ๐Ÿ‘ tiny portion of js reminds bound to window and is coded in twig due to the need of supporting the bootstrap notifications,
    • not everything is fully compatibile with TS which means type checks are not present everywhere etc.

    โœ… Retested everything I could (moving personally to this version soon on my private instance) but since huge amount of frontend code changed there might be some new bugs which might pop up here and there while fixing/changing/adding some other planned things