Skip to content

2018-04-25

Compare
Choose a tag to compare
@lpaulsen93 lpaulsen93 released this 25 Apr 19:47
· 129 commits to master since this release

This release includes the following changes:

Compatibility fixes for DokuWiki release "Greebo"

  • Adjustment to new menu system (export buttons)
  • Adjustment for new Action Router
  • Adjustment for changed style.ini handling

Bugfixes

  • Fixed not pre-formatted source code sections
  • Fixed issue #203 "Plugins get wrong CSS font-size"
  • Fixed issue #207 "declare methods as static"
  • Fixed issue #210 "ODT export icon 'jumps'"
  • Fixed issue #226 "$ACT is modified even if no action is taken"
  • Fixed issue #229 "Format error discovered in the file in sub-document"
  • Convert to PDF only once (PR #224)
  • Corrected sequence of CSS code: first output plugin's CSS code, then template CSS code.

Miscellaneous

  • Replace metadata when using a template (see PR #222)
  • Translation updates
  • Removed old php versions in unit tests.