-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathreadme.txt
More file actions
48 lines (37 loc) · 2.35 KB
/
Copy pathreadme.txt
File metadata and controls
48 lines (37 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
=== GravityView - Advanced Filter Extension ===
Tags: gravityview
Requires at least: 3.3
Tested up to: 4.1
Stable tag: trunk
Contributors: katzwebservices
License: GPL 3 or higher
Filter which entries are shown in a View based on their values.
== Installation ==
1. Upload plugin files to your plugins folder, or install using WordPress' built-in Add New Plugin installer
2. Activate the plugin
3. Follow the instructions
== Changelog ==
= 1.0.6 on December 22 =
* Fixed: Entries were being shown for users who were not logged in
= 1.0.5 on December 12 =
* Fixed: not filtering if only one filter is defined.
= 1.0.4 on December 11 =
* Fixed: Do not show entries for non logged users when the 'Created By' field value is 'Logged-in user'
* Tweak: Added `gravityview/adv_filter/view_filters` filter to allow modifying the filters generated by the Extension
* Fixed: Auto-upgrade for Multisite sites
* Added: Dutch translation (thanks, [@erikvanbeek](https://www.transifex.com/accounts/profile/erikvanbeek/)!)
= 1.0.3 on November 7 =
* Added: Support for relative dates ("now" or "-3 days") for date type fields
* Added: Support Gravity Forms Merge Tags. Example: "`{user:display_name}` IS `Ellen Ripley`"
* Fixed: Conflicts with non-Latin UTF-8 characters like "ß"
* Added: Romanian translation (thanks, [@ArianServ](https://www.transifex.com/accounts/profile/ArianServ/)!) and Dutch translation (thanks, [@erikvanbeek](https://www.transifex.com/accounts/profile/erikvanbeek/)!)
* Updated: Bengali, Turkish, and Spanish translations (thanks, [@tareqhi](https://www.transifex.com/accounts/profile/tareqhi/), [@suhakaralar](https://www.transifex.com/accounts/profile/suhakaralar/), and [@jorgepelaez](https://www.transifex.com/accounts/profile/jorgepelaez/))
= 1.0.2 on September 9 =
* Fixed: Conflict with other GravityView search parameters
* Updated: Bengali, Turkish, and Spanish translations (thanks, [@tareqhi](https://www.transifex.com/accounts/profile/tareqhi/), [@suhakaralar](https://www.transifex.com/accounts/profile/suhakaralar/), and [@jorgepelaez](https://www.transifex.com/accounts/profile/jorgepelaez/))
* Fixes fatal error on Views screen when deleting a View
= 1.0.1 on August 5 =
* Fixed: Scripts not being added in No-Conflict mode
* Added: Romanian translation - thanks, [ArianServ](https://www.transifex.com/accounts/profile/ArianServ/)!
= 1.0.0 on August 4 =
* Liftoff!