File tree Expand file tree Collapse file tree 2 files changed +15
-32
lines changed Expand file tree Collapse file tree 2 files changed +15
-32
lines changed Original file line number Diff line number Diff line change 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
471 . [ ] ( #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
Original file line number Diff line number Diff line change 11name : TNT Search
2- version : 3.0.0-beta.3
3- testing : true
2+ version : 3.0.0
3+ testing : false
44description : Powerful indexed-based full text search engine powered by TNTSearch
55icon : binoculars
66author :
@@ -13,7 +13,7 @@ docs: https://github.com/trilbymedia/grav-plugin-tntsearch/blob/develop/README.m
1313license : MIT
1414
1515dependencies :
16- - { name: grav, version: '>=1.6.0-beta.4 ' }
16+ - { name: grav, version: '>=1.6.3 ' }
1717
1818form :
1919 validation : strict
You can’t perform that action at this time.
0 commit comments