1# Changelog 2 3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. 4 5### [1.0.1](https://github.com/micgro42/yearbox/compare/v1.0.0...v1.0.1) (2021-03-19) 6 7 8### Bug Fixes 9 10* resolve PHP 8 errors ([bfa3776](https://github.com/micgro42/yearbox/commit/bfa377637c567179d2593bf6cea66296e84cf9a3)) 11* restore compatibility with DokuWiki stable ([7062e57](https://github.com/micgro42/yearbox/commit/7062e57e6d6b860c1def639566856339b796b2bf)) 12 13## 1.0.0 (2021-03-14) 14 15### ⚠ BREAKING CHANGES 16 17* PHP 7.1 and older is no longer supported 18 19### Features 20 21* PHP 8 is now supported 22 23## 2021-01-02 24* fix: show abbreviated December again 25 26## 2020-07-07 27* Portuguese translations added. 28 29## 2019-05-29 30* The table is now horizontally scrollable on small devices 31 32## 2018-09-21: 33* New Maintainer! 34* The naming scheme can be changed globally in the configuration 35 36## 0.4 (2011-07-14) 37* NEW: align option, left, right [centered is default] 38* CHG: internal rewrite for future flexibility 39 40## 0.3 (2011-05-08) 41* NEW: months and weekdays options, you can now make certain months and weekdays invisible (removes links in case of weekdays) 42* FIX: bug with wikis where URL rewrite is on (? vs & at end of url) 43* FIX: date logic problems: November and December were using wrong years! 44* CSS: improved colour scheme and layout 45 46## 0.2 (2011-05-02) 47* Bugfix release: incorrect dates for November/December (year was wrong); problems with URL Rewriting on 48 49## 0.1 (2011-04-09) 50* Initial release 51