Skip to content

Commit

Permalink
WPCV-26 update readme with v 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agileware-pengyi committed Nov 27, 2019
1 parent acaa374 commit feb0024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,8 @@ A quick guide to set up a data processor to be used in content views:
- add a data processor
- select your data sources
- add an api output
- select the fields, must include a field named id and a field named title (the field named id won't be displayed)
- select the fields, must include a field named id (this field won't be displayed)
- format the title in the **display settings -> title content**
- select the filters - uncheck the exposed flag if you don't want it to be a live filter
- (optional) set default value for filters
- order the fields and filters in the way you want
Expand Down
4 changes: 2 additions & 2 deletions content-views-civicrm.php
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Content Views CiviCRM
* Description: CiviCRM integraton for Content Views.
* Version: 0.1.3
* Version: 0.1.4
* Author: Agileware
* Author URI: https://github.com/agileware/content-views-civicrm
* Plugin URI: https://github.com/agileware/content-views-civicrm
Expand All @@ -18,7 +18,7 @@ class Content_Views_CiviCRM {
* @since 0.1
* @var string $version
*/
protected $version = '0.1.3';
protected $version = '0.1.4';

/**
* Pro dependency.
Expand Down

0 comments on commit feb0024

Please sign in to comment.