Skip to content

Commit 787d9d5

Browse files
committed
prepare for release
1 parent da7c2be commit 787d9d5

File tree

2 files changed

+15
-32
lines changed

2 files changed

+15
-32
lines changed

CHANGELOG.md

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,24 @@
1-
# v3.0.0-beta.4
2-
## mm/dd/2018
1+
# v3.0.0
2+
## 04/14/2018
33

4+
1. [](#new)
5+
* Added new Grav Scheduler integration
6+
* Added new Multi-Language Support
47
1. [](#improved)
58
* Switched to latest TNTSearch version 2.0 (PHP 7.1+)
6-
1. [](#bugfix)
7-
* Use custom search object in query [#63](https://github.com/trilbymedia/grav-plugin-tntsearch/issues/63)
8-
* Fixed issue with Ajax results escaping
9-
10-
# v3.0.0-beta.3
11-
## 12/14/2018
12-
13-
1. [](#improved)
149
* Added a new `onFlexObjecSave()` event
1510
* Simplified indexing logic
1611
* Code cleanup
17-
1. [](#bugfix)
18-
* Fixed issues when updating search index
19-
20-
# v3.0.0-beta.2
21-
## 11/12/2018
22-
23-
1. [](#improved)
2412
* Minor CSS improvements for search field
25-
1. [](#bugfix)
26-
* Set the db index file as a property of `GravTNTSearch` to allow for better overriding
27-
* Put better type checking around `onTNTSearchIndex()` example that indexes `page.header.author`
28-
29-
# v3.0.0-beta.1
30-
## 10/28/2018
31-
32-
1. [](#new)
33-
* Added new Grav Scheduler integration
34-
* Added new Multi-Language Support
35-
1. [](#improved)
3613
* Implemented a unified indexer process that always uses the CLI command for consistency
3714
* Use Grav YAML handler
38-
15+
1. [](#bugfix)
16+
* Use custom search object in query [#63](https://github.com/trilbymedia/grav-plugin-tntsearch/issues/63)
17+
* Fixed issue with Ajax results escaping
18+
* Fixed issues when updating search index
19+
* Set the db index file as a property of `GravTNTSearch` to allow for better overriding
20+
* Put better type checking around `onTNTSearchIndex()` example that indexes `page.header.author`
21+
3922
# v2.0.4
4023
## 09/21/2018
4124

blueprints.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: TNT Search
2-
version: 3.0.0-beta.3
3-
testing: true
2+
version: 3.0.0
3+
testing: false
44
description: Powerful indexed-based full text search engine powered by TNTSearch
55
icon: binoculars
66
author:
@@ -13,7 +13,7 @@ docs: https://github.com/trilbymedia/grav-plugin-tntsearch/blob/develop/README.m
1313
license: MIT
1414

1515
dependencies:
16-
- { name: grav, version: '>=1.6.0-beta.4' }
16+
- { name: grav, version: '>=1.6.3' }
1717

1818
form:
1919
validation: strict

0 commit comments

Comments
 (0)