1.2.1 release
* Drop requirement on PHP ≥ 7.4.0 * Fix generation of link back to main page
This commit is contained in:
parent
02692388ca
commit
035c6ab484
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -18,16 +18,16 @@ through links in the page menu.
|
|||
* `tar`
|
||||
* `gzip`
|
||||
|
||||
#### Current stable version (1.2.0)
|
||||
#### Current stable version (1.2.1)
|
||||
|
||||
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.2.0/dokuwiki-childrenpages-1.2.0.tar.gz
|
||||
curl "$TARBALL_URL" > dokuwiki-childrenpages-1.2.0.tar.gz
|
||||
TARBALL_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages/-/archive/1.2.1/dokuwiki-childrenpages-1.2.1.tar.gz
|
||||
curl "$TARBALL_URL" > dokuwiki-childrenpages-1.2.1.tar.gz
|
||||
mkdir --parents "$DOKUWIKI_PATH/lib/plugins/childrenpages"
|
||||
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
|
||||
gzip --stdout --decompress dokuwiki-childrenpages-1.2.1.tar.gz | tar xf - --strip-components=1 --directory="$DOKUWIKI_PATH/lib/plugins/childrenpages"
|
||||
rm dokuwiki-childrenpages-1.2.1.tar.gz
|
||||
```
|
||||
|
||||
#### Latest development version
|
||||
|
@ -48,13 +48,13 @@ rm dokuwiki-childrenpages-master.tar.gz
|
|||
|
||||
* `git`
|
||||
|
||||
#### Current stable version (1.2.0)
|
||||
#### Current stable version (1.2.1)
|
||||
|
||||
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.2.0 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
|
||||
git clone --branch 1.2.1 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
|
||||
```
|
||||
|
||||
#### Latest development version
|
||||
|
|
Loading…
Reference in a new issue