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-11-03 15 16### Added 17 18- [DPG-21] - Added support for "Global Site Tag ID" (`gtag.js`), and rewrote documentation as some was out of date. 19 20## [1.0.1] - 2020-09-14 21 22### Added 23 24- [DPG-20] - Added admin page, icon, and menu text for DokuWiki's administration page 25 26## [1.0.0] - 2020-06-25 27 28### Added 29 30- [DPG-19] - Added this CHANGELOG.md, rewrote README.md and first official version number 1.0.0 and release date to 2020-06-25 31 32### Changed 33 34- [DPG-17] - Auto-reformatted PHP and JS files with [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) and [js-beautify](https://www.npmjs.com/package/js-beautify) 35 36### Fixed 37 38- [DPG-15] - Fixed an issue where "blank target" was not respected when clicking on a new link 39 40## 41 42[1.1.0]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/releases/tag/1.1.0 43[1.0.1]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/releases/tag/1.0.1 44[1.0.0]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/releases/tag/1.0.0 45 46[DPG-21]: http://192.168.1.150/open-source/dokuwiki/googleanalytics/-/issues/21 47[DPG-20]: http://192.168.1.150/open-source/dokuwiki/googleanalytics/-/issues/20 48[DPG-19]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/issues/19 49[DPG-17]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/issues/17 50[DPG-15]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/issues/15 51