I am happy to announce the immediate DEVELOPMENT release of Qcodo 0.4.17, which continues the iteration of a lot of the improvements over the past few dev releases. It also incorporates a few other key things, including:
- a completely revamped QEmailServer class
- a new SQLite3 Database adapter (“SqLite”)
- key improvements on i18n, specifically around dates, times and datetime controls
- and many other improvements (see the changelog for more information)
There was also some confusion that we've had as to what “minimum” PHP version we should be supporting -- folks did some great analysis and cleanup work, and I'm happy to say that we're making sure that Qcodo should work on any PHP installation from PHP 5.1.2 to the current PHP 5.3.3 (and beyond). Although note that there may be a few functionality might not work in earlier versions (specifically on the 5.1.x branch), at least Qcodo itself should install and work.
Thanks to Marcos for all of his contributions, and I also wanted to give a quick thanks to klucznik for the work he's been doing in cleaning up and improving on a lot of the front-end code which has not made it into core yet (feel free to checkout his commits on github if you want to see more). I'm hoping to get most of his improvements into core soon -- but since it'll take a bit of effort to merge many of his changes in, my hope is to work with him on that shortly after we get the current set of dev revisions into a stable release.
Please feel free to post with any questions or comments... feedback is always greatly appreciated. Also, we're starting to get a bit of issues posted -- if you have some time, any code contributions for fixes would also be greatly appreciated. Best way to submit would be to commit fixes to a specific issue to your own qcodo repository on GitHub (it's free to register), and then send me a pull request. Thanks!