1# Changelog 2All notable changes to this project will be documented in this file. 3 4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 7## [Unreleased] 8 9### Added 10### Changed 11### Removed 12### Fixed 13 14## [1.1.0] - 2020-09-22 15 16### Added 17 18- [CITE-4] - Added svg-based menu entry, with config setting to disable it 19 20### Changed 21 22- [CITE-4] - `cite_getPermURL()` and `cite_getCiteURL()` changed internally to prevent overwritting the global rev entry; also changed admin icon to match new menu icon 23 24## [1.0.0] - 2020-09-14 25 26### Added 27 28- [CITE-3] - Added LICENSE, README.md, CHANGELOG.md, admin page, admin svg icon, and some code cleanup 29 30## 31 32[1.1.0]: https://github.com/tatewake/dokuwiki-plugin-cite/releases/tag/1.1.0 33[1.0.0]: https://github.com/tatewake/dokuwiki-plugin-cite/releases/tag/1.0.0 34 35[CITE-4]: http://192.168.1.150/open-source/dokuwiki/cite/-/issues/4 36[CITE-3]: http://192.168.1.150/open-source/dokuwiki/cite/-/issues/3 37