From 787d9d53f3d508334c59ed86c18ecef662882801 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 14 Apr 2019 14:30:52 -0600 Subject: [PATCH] prepare for release --- CHANGELOG.md | 41 ++++++++++++----------------------------- blueprints.yaml | 6 +++--- 2 files changed, 15 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af38e2..068e3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,24 @@ -# v3.0.0-beta.4 -## mm/dd/2018 +# v3.0.0 +## 04/14/2018 +1. [](#new) + * Added new Grav Scheduler integration + * Added new Multi-Language Support 1. [](#improved) * Switched to latest TNTSearch version 2.0 (PHP 7.1+) -1. [](#bugfix) - * Use custom search object in query [#63](https://github.com/trilbymedia/grav-plugin-tntsearch/issues/63) - * Fixed issue with Ajax results escaping - -# v3.0.0-beta.3 -## 12/14/2018 - -1. [](#improved) * Added a new `onFlexObjecSave()` event * Simplified indexing logic * Code cleanup -1. [](#bugfix) - * Fixed issues when updating search index - -# v3.0.0-beta.2 -## 11/12/2018 - -1. [](#improved) * Minor CSS improvements for search field -1. [](#bugfix) - * Set the db index file as a property of `GravTNTSearch` to allow for better overriding - * Put better type checking around `onTNTSearchIndex()` example that indexes `page.header.author` - -# v3.0.0-beta.1 -## 10/28/2018 - -1. [](#new) - * Added new Grav Scheduler integration - * Added new Multi-Language Support -1. [](#improved) * Implemented a unified indexer process that always uses the CLI command for consistency * Use Grav YAML handler - +1. [](#bugfix) + * Use custom search object in query [#63](https://github.com/trilbymedia/grav-plugin-tntsearch/issues/63) + * Fixed issue with Ajax results escaping + * Fixed issues when updating search index + * Set the db index file as a property of `GravTNTSearch` to allow for better overriding + * Put better type checking around `onTNTSearchIndex()` example that indexes `page.header.author` + # v2.0.4 ## 09/21/2018 diff --git a/blueprints.yaml b/blueprints.yaml index aa9d77d..3c91a85 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,6 +1,6 @@ name: TNT Search -version: 3.0.0-beta.3 -testing: true +version: 3.0.0 +testing: false description: Powerful indexed-based full text search engine powered by TNTSearch icon: binoculars author: @@ -13,7 +13,7 @@ docs: https://github.com/trilbymedia/grav-plugin-tntsearch/blob/develop/README.m license: MIT dependencies: - - { name: grav, version: '>=1.6.0-beta.4' } + - { name: grav, version: '>=1.6.3' } form: validation: strict