From 46e89762afa69d9874e56c7632517c0d82ae22ce Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 Nov 2016 13:28:35 +0000 Subject: [PATCH] Bump version of feature-search --- Changelog.md | 2 +- build/index.php | 2 +- module_index.json | 4 ++-- modules/feature-search.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index af04491..ef62439 100755 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,7 @@ - Added header to upload file page. - Added history support to the `raw` action. - Added 'smart save' to the page creator / editor. Nobody need ever loose edits ever again! - - Added dynamic server-calculated page suggestions. Very helpful for larger wikis. Currently works best in firefox. + - Added dynamic server-calculated page suggestions. Very helpful for larger wikis. Currently works best in firefox. Part of the `feature-search` module. - Added Alt + Enter support to the page search box. Works just like your browser's address bar - opens results in a new tab instead of the current one. ### Changed diff --git a/build/index.php b/build/index.php index 7095cf2..2010ab6 100755 --- a/build/index.php +++ b/build/index.php @@ -2350,7 +2350,7 @@ register_module([ register_module([ "name" => "Search", - "version" => "0.3.4", + "version" => "0.4", "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/module_index.json b/module_index.json index be73d8d..78872ae 100755 --- a/module_index.json +++ b/module_index.json @@ -73,11 +73,11 @@ }, { "name": "Search", - "version": "0.3.4", + "version": "0.4", "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", - "lastupdate": 1479647348, + "lastupdate": 1479648436, "optional": false }, { diff --git a/modules/feature-search.php b/modules/feature-search.php index 4d958a8..bd7aad8 100755 --- a/modules/feature-search.php +++ b/modules/feature-search.php @@ -1,7 +1,7 @@ "Search", - "version" => "0.3.4", + "version" => "0.4", "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",