myTinyTodo v1.2 final
Final release of myTinyTodo v1.2. License: GNU GPL v3+.
What’s new after v1.2 b2
- Some filters combined into taskview selector
- db installer/updater combined into one file setup.php
- Bug fixed
This version includes new setup.php which is used both to install new database (old dba.php) and to update database (old update_xxx_yyy.php). So, to update from previous version just replace files from source excluding directory ‘db’ and then run ‘setup.php’.
Info for translators
- String added: tasks_and_compl.
- Strings removed: show_completed, hide_completed.
Update 2009-08-14: script updated to v1.2.1.
- Can view error details by clicking on ‘some error occurred’ message
- Now it’s not necessary to have enabled php option ‘short_open_tag’
- setup.php does not support sqlite2 anymore