This repository has been archived by the owner on Nov 24, 2019. It is now read-only.
v1.5.9
Changes
- Minor UI improvement on admin
- Fix fs cli on generate module
- Better check valid timestamp
- Fix locale not reload on language changed by URI
- Use new timezone for select options in global configuration and account form.
- Update db structure to support new timezone value.
- Change theme file's naming to match controller/action. For example: admin/account page; change from
account/account_v.phpto account/index_v.php. - Minor fixes.
To update from previous version.
- Backup your work.
- Update your
ws_accounts
table (ws_ is default table prefix. Use your own prefix). Change size of varchar from30to 100 inaccount_timezone
field. - If you are updating from before v1.5.7, Please follow the update step on 1.5.7
- Compare changes file by file. On Windows, I recommend use Winmerge to compare files.