Skip to content

Latest commit

 

History

History
106 lines (58 loc) · 1.78 KB

File metadata and controls

106 lines (58 loc) · 1.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.2.0-rc1] - unreleased

Changed

  • move to Vue3

  • support Nextcloud v33 and up

  • support PHP 8.5

[1.1.2] - 2025-10-15

Fixed

  • sync between outer router and the window location of the iframe

Changed

  • support Nextcloud 30-32 in appinfo/info.xml

[1.1.1] - 2025-04-22

Fixed

  • fix infinite recursion during DW login

  • relax composer dependencies to reduce the potential of conflicts with the core 3rdpary/ packages

[1.1.0] - 2025-04-08

Added

  • support Nextcloud 29-31

  • promote the current wiki page path in the browser url, that way a page reload will not lead to the wiki start page, but instead also reload the current wiki view. Also, a load event of the iframe will push to the browser history. This way a user can just navigate as if using DokuWiki stand-alone.

Changed

  • drop support for Nextcloud <= v28

  • translations, thanks to the language team

  • drop jQuery, convert everything to vue

[1.0.3] - 2024-03-23

Fixed

  • restore PHP 8.1 compatibility

[1.0.2] - 2024-03-17

Added

  • support Nextcloud 28

Changed

  • drop support for Nextcloud <= v25

  • translations

[1.0.1] - 2023-08-03

Added

  • Nextcloud 26/27 support

[1.0.0] - 2023-03-01

Fixed

  • spelling errors

Added

  • move a PHP library shared also by other apps into its own app-private namespace

[1.0.0-rc2] - 2023-02-08

Fixed

  • cookie-path tweaking if NC is installed top-level
  • login-listener removed

Added

  • screenshots

[1.0.0-rc1] - 2023-02-08

Added

  • First pre-release