Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Jan 12, 2023
1 parent 95ba424 commit 5497663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['8.0', '8.1']
dokuwiki-branch: [ 'master', 'stable']
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion plugin.info.txt
@@ -1,7 +1,7 @@
base pagequery
author Mark C. Prins, previously Symon Bent
email mprins@users.sf.net
date 2022-07-06
date 2023-01-12
name PageQuery Plugin
desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
url https://www.dokuwiki.org/plugin:pagequery

0 comments on commit 5497663

Please sign in to comment.