Releases: Volmarg/personal-management-system
Version 1.20
As this is a major release and milestone (finished everything that I've planned in terms of modules/functionallity) - I mark it as 1.20.
Changes
Contacts are totally reworked - there are no more submodules and contacts fields, instead there are contact cards with contacts types and contacts groups
VERY IMPORTANT
With this version the old contacts tables are REMOVED, there is no fix/no backup sql in migration, if You will launch this migration, then Your data in these tables will be lost
Bugfixes
- quicknote creation widget was not working
Version 1.19
Changes
- changed MyCar to MySchedules module
Added
- Notificaions
- incomming schedules are now shown in the notification bell,
Bugfixes
- notes in search result had no title in some cases
Information
- this verison contains migration which will
- copy data from MyCarSchedules to MySchedules,
- create base schedule type car
- types from MyCarSchedulesTypes will be removed and won't be copied
- removes tables: MyCarSchedules and MyCarSchedulesTypes
Version 1.18.9
Added
- Settings mechanisms
- Settings for dashboard are now visible under user profile menu
- Contains controll of widgets visibility
- Settings for dashboard are now visible under user profile menu
Version 1.18.8
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
Version 1.18.7
Added
- scripts and command for making database and files backup
- can be used with cron
- bin/console cron:make-backup
- can be used with cron
Version 1.18.6
Added
- possibility to rename and tag uploaded files
Version 1.18.5
Added
- mass action buttons for MyImages and MyFiles
- it's now possible to multiselect files/images and perform transfer or removal mass action
Version 1.18.4
Added
- Notes can now be searched in search (by note title) and previewed in modal with possibility to edit content,
Bugfixes
- It was possible to removed whole selects while editing the row in datatable, now this should not happen,
Cosmetics
- Added RoundedCheckboxType and with this I've replaced standard [ ]checkbox to ()checkbox,
Version 1.18.3
Added
- Installation script for Linux
After calling the composer install ( from the root dir of project - this is important ) and installing all the packages from it, there will be an interactive CLI that will guide You through the installation process
Version 1.18.2
Added
- possibility to move folder (for upload based module) with it's data (alongside with tag update) to other folder or other upload based module,
- demo data for MyPaymentsBills,
Bugfixes
- MyPaymentsBill datatables were displayed incorrectly,