-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version 0.5.0 and add a changelog
- Loading branch information
Showing
2 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
|
||
## [0.5.0] - 2019-03-06 | ||
|
||
### Changed | ||
|
||
- Omeka S >= 2.0.0 required | ||
- Replace refresh icon by sync icon | ||
|
||
### Fixed | ||
|
||
- Fixed compatibility issues with Omeka S 2.x | ||
- Fixed result page without sort options | ||
- Fixed search inside a site | ||
|
||
|
||
## [0.4.0] - 2017-11-09 | ||
|
||
### Changed | ||
|
||
- Travis: use node 7 | ||
|
||
|
||
## [0.3.0] - 2017-08-07 | ||
|
||
### Added | ||
|
||
- Added current site to the search query | ||
|
||
### Changed | ||
|
||
- Redirect to configure after editing a search page | ||
|
||
### Fixed | ||
|
||
- Fixed display of actions links in tables | ||
- Fixed table display on admin/index/browse | ||
- Fixed indexing job | ||
- Add required [info] header in module.ini | ||
|
||
|
||
## [0.2.0] - 2016-12-20 | ||
|
||
First release | ||
|
||
[Unreleased]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.5.0...HEAD | ||
[0.5.0]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.4.0...v0.5.0 | ||
[0.4.0]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.3.0...v0.4.0 | ||
[0.3.0]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.2.0...v0.3.0 | ||
[0.2.0]: https://github.com/biblibre/omeka-s-module-Search/releases/tag/v0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters