Skip to content

Releases: cdevroe/unmark

Unmark 1.7.1.4

18 Sep 14:03
Compare
Choose a tag to compare

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

17 Sep 16:48
Compare
Choose a tag to compare

Fixes an issue with early migrations and some versions of mySQL. Fixes #163

Unmark 1.7.1.2

08 Oct 16:09
Compare
Choose a tag to compare

Bug fix release.

.htaccess file was not included in last binary.

Unmark 1.7.1.1

21 Sep 13:07
Compare
Choose a tag to compare

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

20 Sep 14:20
Compare
Choose a tag to compare

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

13 Sep 12:36
Compare
Choose a tag to compare

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

25 Aug 21:05
Compare
Choose a tag to compare
  • Fixed layout issue
  • Removed sidebar cruft
  • Various fixes and improvements

Unmark 1.6.4

18 Aug 15:05
Compare
Choose a tag to compare

The following updates are included in this release:

  • Updated JS routes for URLs such as /marks/last-year

Unmark 1.6.3

18 Aug 15:01
Compare
Choose a tag to compare

A few updates in this release:

  • Fixed layout issue #130
  • Small bug fixes an improvements

Unmark 1.6.2

05 Feb 19:40
Compare
Choose a tag to compare

Several key bug fixes in this release including:

  • Removing info.php #75
  • Bookmarklet doesn't include port #78
  • Fix for #86

Thanks to @williamknauss for his help with this release.