Skip to content

Commit

Permalink
Merge 54df77e into c3d4aad
Browse files Browse the repository at this point in the history
  • Loading branch information
jma committed Jan 12, 2022
2 parents c3d4aad + 54df77e commit 7466e60
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## [v1.8.0](https://github.com/rero/rero-ils/tree/v1.8.0) (2022-01-11)

[Full Changelog](https://github.com/rero/rero-ils/compare/v1.7.0...v1.8.0)

**Implemented enhancements:**

- Access to circulation complex from patron detailed view [\#2533](https://github.com/rero/rero-ils/issues/2533)
- Allow the librarian to see other organisations items and holdings [\#1945](https://github.com/rero/rero-ils/issues/1945)

**Fixed bugs:**

- circulation: unable to do a checkout in prof. interface [\#2626](https://github.com/rero/rero-ils/issues/2626)
- circulation: problem to manage checkin operations when item/patron barcode are identical [\#2597](https://github.com/rero/rero-ils/issues/2597)
- It should not be possible to remove a temporary location used in items [\#2578](https://github.com/rero/rero-ils/issues/2578)
- Summary not displayed after clicking on 'show more' [\#2551](https://github.com/rero/rero-ils/issues/2551)
- "User editor" should be replaced by "Personal data" and translated [\#2538](https://github.com/rero/rero-ils/issues/2538)
- Impossible de create a patron type [\#2479](https://github.com/rero/rero-ils/issues/2479)
- Language code translation problem in the "Language of representative expression" [\#2416](https://github.com/rero/rero-ils/issues/2416)
- Often the public and professional interface changes the language [\#2277](https://github.com/rero/rero-ils/issues/2277)
- Removing a pick-up location creates bugs on the loans [\#2162](https://github.com/rero/rero-ils/issues/2162)

**Merged pull requests:**

- notifications: fix creation [\#2624](https://github.com/rero/rero-ils/pull/2624) ([rerowep](https://github.com/rerowep))
- modules: fix get\_all\_pids [\#2614](https://github.com/rero/rero-ils/pull/2614) ([rerowep](https://github.com/rerowep))
- Merge `US\_acquisition` on `staging` [\#2613](https://github.com/rero/rero-ils/pull/2613) ([zannkukai](https://github.com/zannkukai))
- notification: fix notification fee amount calculation [\#2600](https://github.com/rero/rero-ils/pull/2600) ([zannkukai](https://github.com/zannkukai))
- dependencies: update the dependencies lock file [\#2596](https://github.com/rero/rero-ils/pull/2596) ([rerowep](https://github.com/rerowep))
- circulation: fix overdue fees timestamp calculation [\#2593](https://github.com/rero/rero-ils/pull/2593) ([zannkukai](https://github.com/zannkukai))
- loans: dumping related circulation policy [\#2589](https://github.com/rero/rero-ils/pull/2589) ([zannkukai](https://github.com/zannkukai))
- documents: fix translation on original language field [\#2588](https://github.com/rero/rero-ils/pull/2588) ([Garfield-fr](https://github.com/Garfield-fr))
- locations: fix temporary deletion [\#2586](https://github.com/rero/rero-ils/pull/2586) ([rerowep](https://github.com/rerowep))
- jsonschema: introduce exclusiveMinimum for fields [\#2580](https://github.com/rero/rero-ils/pull/2580) ([BadrAly](https://github.com/BadrAly))
- add organisation name on the title tag [\#2571](https://github.com/rero/rero-ils/pull/2571) ([Garfield-fr](https://github.com/Garfield-fr))
- professional: fix patron type creation [\#2566](https://github.com/rero/rero-ils/pull/2566) ([jma](https://github.com/jma))
- documents: replace identifiedBy subjects with $ref [\#2558](https://github.com/rero/rero-ils/pull/2558) ([rerowep](https://github.com/rerowep))

# Changelog

## [v1.7.0](https://github.com/rero/rero-ils/tree/v1.7.0) (2021-12-13)

[Full Changelog](https://github.com/rero/rero-ils/compare/v1.6.1...v1.7.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rero-ils"
version = "1.7.0"
version = "1.8.0"
description = "Invenio digital library framework."
authors = ["RERO <software@rero.ch>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion rero_ils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.7.0"
__version__ = "1.8.0"
2 changes: 1 addition & 1 deletion scripts/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ then
info_msg "Install RERO-ILS-UI from tgz: ${tgz_file}"
npm install --no-save --only=prod --no-fund --no-audit "${tgz_file}" --prefix "${static_folder}"
else
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@0.19.0 --prefix "${static_folder}"
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@0.20.0 --prefix "${static_folder}"
fi

# build the web assets
Expand Down

0 comments on commit 7466e60

Please sign in to comment.