Skip to content

Commit

Permalink
Bump version 0.5.0 and add a changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Mar 6, 2020
1 parent 0a3673d commit 4c347ed
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
58 changes: 58 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion config/module.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[info]
name = "Search"
version = "0.4.0"
version = "0.5.0"
omeka_version_constraint = ">=2.0.0"
description = "Add search capabilities to Omeka S"
author = "BibLibre"
Expand Down

0 comments on commit 4c347ed

Please sign in to comment.