1.1.0 release

This commit is contained in:
vv221 2020-04-05 15:41:25 +02:00
parent 2baf9201ab
commit 6c87e19925

View file

@ -21,16 +21,16 @@ proposed at a later point.
* `tar` * `tar`
* `gzip` * `gzip`
#### Current stable version (1.0.0) #### Current stable version (1.1.0)
Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`: Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`:
``` ```
DOKUWIKI_PATH=/srv/dokuwiki DOKUWIKI_PATH=/srv/dokuwiki
TARBALL_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages/-/archive/1.0.0/dokuwiki-childrenpages-1.0.0.tar.gz 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.0.0.tar.gz curl "$TARBALL_URL" > dokuwiki-childrenpages-1.1.0.tar.gz
mkdir --parents "$DOKUWIKI_PATH/lib/plugins/childrenpages" mkdir --parents "$DOKUWIKI_PATH/lib/plugins/childrenpages"
gzip --stdout --decompress dokuwiki-childrenpages-1.0.0.tar.gz | tar xf - --strip-components=1 --directory="$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.0.0.tar.gz rm dokuwiki-childrenpages-1.1.0.tar.gz
``` ```
### Installation using git ### Installation using git
@ -39,13 +39,13 @@ rm dokuwiki-childrenpages-1.0.0.tar.gz
* `git` * `git`
#### Current stable version (1.0.0) #### Current stable version (1.1.0)
Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`: Assuming the root directory of your DokuWiki installation is `/srv/dokuwiki`:
``` ```
DOKUWIKI_PATH=/srv/dokuwiki DOKUWIKI_PATH=/srv/dokuwiki
REPO_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages.git REPO_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages.git
git clone --branch 1.0.0 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages" git clone --branch 1.1.0 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
``` ```
#### Latest development version #### Latest development version