Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Siltala committed Mar 2, 2020
1 parent e6a15d6 commit 64e7e0c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.0] - 2020-03-02

### Added

- Filters for various query parts to enable query customizations.

## [1.1.5] - 2020-02-18

### Fixed
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,19 @@ new WP_Query([
]);
```

### Filters

#### Query parts

To customize the RediSearch query, you can filter individual query parts with the following filters:

- `redipress/sortby`
- `redipress/applies`
- `redipress/filters`
- `redipress/groupby`
- `redipress/reduce_functions`
- `redipress/load`

## Expanding

RediPress is built to be as developer-friendly as possible. Nearly everything can be filtered and there are a lot of actions to work with.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RediPress",
"version": "1.0.0",
"version": "1.2.0",
"description": "RediSearch plugin for WordPress.",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: RediPress
* Plugin URI: https://github.com/devgeniem/redipress
* Description: A WordPress plugin that provides a blazing fast search engine and WP Query performance enhancements.
* Version: 1.1.5
* Version: 1.2.0
* Author: Geniem
* Author URI: http://www.geniem.fi/
* License: GPL3
Expand Down

0 comments on commit 64e7e0c

Please sign in to comment.