Releases: cdevroe/unmark
Unmark 1.7.1.4
A point-release fix. Sorry for the mistake in 1.7.1.3. Thanks to Punit Varia for reporting the mix up.
Unmark 1.7.1.3
Fixes an issue with early migrations and some versions of mySQL. Fixes #163
Unmark 1.7.1.2
Bug fix release.
.htaccess file was not included in last binary.
Unmark 1.7.1.1
This release fixes a bad merge. Totally @cdevroe's fault.
Two things:
- Duplicate ngettext functions
- Calling unmark_ngettext that didn't exist
If you installed 1.7.1 please upgrade to this immediately.
Unmark 1.7.1
Here is what is included in 1.7.1:
If you ever had trouble installing Unmark... please try this version.
- Installation fixes - These fixes cover a multitude of issues reported by the community on Github. Thanks to all for submitting their issues.
- Upgrade fixes - Database migrations are now much more reliable.
- Added Readability import #156
- Unmark's JSON export format documented #148
- Fixes for ngettext extension -- If you do not have ngettext compiled into PHP Unmark should default to English and still work. However, this is just a patch. We'd like to leave ngettext behind completely by the time 1.8 rolls around
- Readme file updates: Better installation and upgrade instructions, better contribution instructions
- Sidebar additions: Bookmarket, Chrome Extension, and Version information
- A few copy updates
Unmark 1.7.0
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.
Unmark 1.6.5
- Fixed layout issue
- Removed sidebar cruft
- Various fixes and improvements
Unmark 1.6.4
The following updates are included in this release:
- Updated JS routes for URLs such as /marks/last-year
Unmark 1.6.3
A few updates in this release:
- Fixed layout issue #130
- Small bug fixes an improvements