This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,42 @@
# Changelog
All notable changes to the Nerd WordPress plugin will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Unreleased
## [1.2.1] - 2019-02-27
### Changed
- There was an error in the WordPress release but nothing changed
## [1.2.0] - 2019-02-27
### Added
- Title of Widget can be modified
- Loading wheel when retrieving the information from NERD in the Widget [See Issue](https://github.com/DARIAH-ERIC/nerd-wp/issues/4)
### Changed
- Add more information in README
## [1.1.4] - 2018-10-16
### Changed
- Add missing namespace for the HTML parser
## [1.1.3] - 2018-10-12
### Changed
- Add missing imports, was not important for most usage
## [1.1.2] - 2018-10-12
### Changed
- Fix for category links that were not correctly constructed [See Issue](https://github.com/DARIAH-ERIC/nerd-wp/issues/3)
## [1.1.1] - 2018-10-02
### Changed
- Fix for different languages within the Wikipedia links [See Issue](https://github.com/DARIAH-ERIC/nerd-wp/issues/2)
## [1.1.0] - 2018-09-27
### Changed
- Ajax queries to NERD are not done via JS anymore but via the PHP code [See Issue](https://github.com/DARIAH-ERIC/nerd-wp/issues/1)
## [1.0.0] - 2018-08-15
### Added
- First version of the NERD WP plugin