Skip to content

Commit

Permalink
Version 2.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Rochester committed Jun 25, 2015
1 parent 53292d6 commit a0b3a48
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .agignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tests/
views/shared/javascripts/dist/
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neatline",
"version": "2.4.0",
"version": "2.4.1",
"dependencies": {
"jquery": "~ 2.1.1",
"jquery-ui": "~ 1.10.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neatline",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "https://github.com/scholarslab/neatline"
Expand Down
2 changes: 1 addition & 1 deletion plugin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a0b3a48

Please sign in to comment.