Skip to content

Unmark 1.7.0

Compare
Choose a tag to compare
@cdevroe cdevroe released this 13 Sep 12:36

Finally a release of Unmark! We plan on making regular releases going forward (perhaps bi-weekly or so). We hope many of you that had interest in Unmark will return and help us through this.

Step one, get 1.7.0 out the door. Here is what is included.

  • Update to Code Igniter 2.2.6 (hat tip @thebrandonallen)
  • Better session handling for login and AJAX requests ... helps fix loggout issues (hat tip @thebrandonallen)
  • Moved database sample file to mysqli driver. Helps with set up issues.
  • Added version to sidebar to easily identify which version you're currently running
  • Updated defunct support email in "Help" section

Please see Github issues for future development roadmap. In short, the near term goals are; move to Code Igniter 3.x, create much better logging and error messages, move away from gettext for language (causes way too many problems for novices to install locally), and a completely new interface that allows for custom labels and contexts (more on this soon).

Thanks to @thebrandonallen for his Pull Request.