From a0b3a48a412f47901448d7f9a1e81bb9badf6657 Mon Sep 17 00:00:00 2001 From: Eric Rochester Date: Thu, 25 Jun 2015 18:25:57 +0000 Subject: [PATCH] Version 2.4.1. --- .agignore | 2 ++ CHANGELOG.md | 11 +++++++++++ bower.json | 2 +- package.json | 2 +- plugin.ini | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .agignore diff --git a/.agignore b/.agignore new file mode 100644 index 000000000..a51562ddc --- /dev/null +++ b/.agignore @@ -0,0 +1,2 @@ +tests/ +views/shared/javascripts/dist/ diff --git a/CHANGELOG.md b/CHANGELOG.md index a5af19ac6..ded9f5883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +## v2.4.1 ([commits](https://github.com/scholarslab/Neatline/compare/2.4.0...2.4.1)) ~ June 25, 2015 + +#### Bug Fixes + +- Fixed a problem with item serialization; +- Fixed a problem with timing issues when going directly to a hard-linked item + (#355); +- Fixed problem with loading an barely compatible version of Google Maps + (#363); and +- Fixed problem with the zoom levels on some Google Maps (#362). + ## v2.4.0 ([commits](https://github.com/scholarslab/Neatline/compare/2.3.0...2.4.0)) ~ March 4, 2015 #### Added Features diff --git a/bower.json b/bower.json index a780ea111..7b22e9ebb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Neatline", - "version": "2.4.0", + "version": "2.4.1", "dependencies": { "jquery": "~ 2.1.1", "jquery-ui": "~ 1.10.4", diff --git a/package.json b/package.json index 21ba47aab..2a79acb26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Neatline", - "version": "2.4.0", + "version": "2.4.1", "repository": { "type": "git", "url": "https://github.com/scholarslab/neatline" diff --git a/plugin.ini b/plugin.ini index 0e9bdfeba..e520033a6 100644 --- a/plugin.ini +++ b/plugin.ini @@ -7,5 +7,5 @@ support_link="https://github.com/scholarslab/Neatline/issues" license="Apache License, Version 2.0" omeka_minimum_version="2.0" omeka_target_version="2.2" -version="2.4.0" +version="2.4.1" per_page="50"