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