From 50efd4bb497f3dda93705a63a93199e007b662e4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 6 May 2019 23:48:34 +0100 Subject: [PATCH] Bump versions --- modules/feature-search.php | 2 +- modules/page-list.php | 2 +- modules/page-login.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/feature-search.php b/modules/feature-search.php index 86aa6b4..dece193 100644 --- a/modules/feature-search.php +++ b/modules/feature-search.php @@ -1,7 +1,7 @@ "Search", - "version" => "0.7", + "version" => "0.7.1", "author" => "Starbeamrainbowlabs", "description" => "Adds proper search functionality to Pepperminty Wiki using an inverted index to provide a full text search engine. If pages don't show up, then you might have hit a stop word. If not, try requesting the `invindex-rebuild` action to rebuild the inverted index from scratch.", "id" => "feature-search", diff --git a/modules/page-list.php b/modules/page-list.php index a0e8e36..c2807b9 100644 --- a/modules/page-list.php +++ b/modules/page-list.php @@ -1,7 +1,7 @@ "Page list", - "version" => "0.11", + "version" => "0.11.1", "author" => "Starbeamrainbowlabs", "description" => "Adds a page that lists all the pages in the index along with their metadata.", "id" => "page-list", diff --git a/modules/page-login.php b/modules/page-login.php index bc4c59e..44dd90a 100644 --- a/modules/page-login.php +++ b/modules/page-login.php @@ -1,7 +1,7 @@ "Login", - "version" => "0.9.2", + "version" => "0.9.3", "author" => "Starbeamrainbowlabs", "description" => "Adds a pair of actions (login and checklogin) that allow users to login. You need this one if you want your users to be able to login.", "id" => "page-login",