Personal management system v1.31.1 Release Notes
Release Date: 2020-10-12 // about 4 years ago-
Fixes
- moving
goals
totodo
resulted in mass duplication, - migrations
createIfColumnDoesNotExist
were never executed,
- moving
Previous changes from v1.31
-
Important updates
- from now on the project supports php7.4 and node10 , however with this release it will also work with older/previous versions,
- ⚡️ next updates will use strictly php7.4 syntax,
➕ Added
- module Todo
- extracted from Goals ,
- goals now use Todo logic,
- it's possible to bind single Todo with Issue , also it's possible to extend the logic to use bind with other modules,
🔄 Changes
- many
selects
were replaced withBootstrapSelect
, - 👷 module JobAfterhours
- now also shows the days remaining,
🛠 Fixes
- 🔧 Migrations will now work if the project has been built with
schema:create
, so the base configuration likemodules
entries can be applied,- also the migrations can be called one after another to create the project as well,
- wrong fontawesome in Migration,
- downloading file from search panel resulted in endless loader,
- ⚡️ scrollbar not being updated when opening menu (resizing menu),
- module Contacts
- wrong definition of
contacts
column,
- wrong definition of
Info
- Todo requires some changes in future but at this point I wanted to have stable working
todo
withissues