From 3e901fd66e26428c33abeeca912a3ae20fd045d1 Mon Sep 17 00:00:00 2001 From: vv221 Date: Tue, 28 Apr 2020 13:47:48 +0200 Subject: [PATCH] 1.2.0 release * Allow identification of links to non-existing pages * Add ability to display current page in menu --- README.md | 14 +++++++------- plugin.info.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6f555ae..d10c12b 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ through links in the page menu. * `tar` * `gzip` -#### Current stable version (1.1.0) +#### Current stable version (1.2.0) Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`: ``` DOKUWIKI_PATH=/srv/dokuwiki -TARBALL_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages/-/archive/1.0.0/dokuwiki-childrenpages-1.1.0.tar.gz -curl "$TARBALL_URL" > dokuwiki-childrenpages-1.1.0.tar.gz +TARBALL_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages/-/archive/1.2.0/dokuwiki-childrenpages-1.2.0.tar.gz +curl "$TARBALL_URL" > dokuwiki-childrenpages-1.2.0.tar.gz mkdir --parents "$DOKUWIKI_PATH/lib/plugins/childrenpages" -gzip --stdout --decompress dokuwiki-childrenpages-1.1.0.tar.gz | tar xf - --strip-components=1 --directory="$DOKUWIKI_PATH/lib/plugins/childrenpages" -rm dokuwiki-childrenpages-1.1.0.tar.gz +gzip --stdout --decompress dokuwiki-childrenpages-1.2.0.tar.gz | tar xf - --strip-components=1 --directory="$DOKUWIKI_PATH/lib/plugins/childrenpages" +rm dokuwiki-childrenpages-1.2.0.tar.gz ``` #### Latest development version @@ -48,13 +48,13 @@ rm dokuwiki-childrenpages-master.tar.gz * `git` -#### Current stable version (1.1.0) +#### Current stable version (1.2.0) Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`: ``` DOKUWIKI_PATH=/srv/dokuwiki REPO_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages.git -git clone --branch 1.1.0 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages" +git clone --branch 1.2.0 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages" ``` #### Latest development version diff --git a/plugin.info.txt b/plugin.info.txt index 61c27ea..c4a38e2 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base childrenpages author Antoine Le Gonidec email vv221.dokuwiki@dotslashplay.it -date 2020-04-03 +date 2020-04-28 name Children pages desc For each page, this plugin adds children pages in pre-set namespaces, reachable through links in the page menu url https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages