-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
30 lines (23 loc) · 1.11 KB
/
readme.txt
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
=== Synchronizing CiviCRM data to Custom Posts ===
Contributors: jaapjansma, kainuk
Donate link: https://github.com/CiviMRF/synchronizing-civicrm-data-to-custom-posts
Tags: CiviCRM, custom posts, acf, custom fields, api, connector, rest
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 7.2
Stable tag: 1.0.4
License: AGPL-3.0
Provides a tool for synchronizing CiviCRM data to custom posts in Wordpress.
== Description ==
Provides an tool for synchronizing CiviCRM data to custom posts in Wordpress.
You can use this plugin with [Connector to CiviCRM with CiviMcRestFace plugin](https://wordpress.org/plugins/connector-civicrm-mcrestface/)
which gives you the ability to connect to an CiviCRM installation on a different server.
**Funded by**
* [Article 19](https://www.article19.org/)
* [Bosplus](https://www.bosplus.be/)
== Changelog ==
1.0.4: Added restriction to ensure that post type names are not longer than 20 characters and an option Is already registered. This makes the reuse of existing post types possible.
1.0.3: Fixed limit 25 bug issue #2
1.0.2: Updated logo
1.0.1: Added logo, fixed title.
1.0.0: First version.