Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

v1.5.9

Compare
Choose a tag to compare
@ve3 ve3 released this 15 Apr 19:46
· 38 commits to master since this release

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.php to 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 from 30 to 100 in account_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.