-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
65 lines (44 loc) · 1.9 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
=== Integrator For HubSpot ===
Contributors: Kerkness
Tags: hubspot, crm, woocommerce, customers
Requires at least: 5.4
Tested up to: 6.0.2
Stable tag: 1.1.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Integrator For HubSpot saves and updates HubSpot contacts when WooCommerce customers or WordPress users register, login or update their account details or addresses.
== Description ==
Integrator For HubSpot saves and updates HubSpot contacts when WooCommerce customers or WordPress users register, login or update their account details or addresses.
Tap into all your HubSpot contact properties from your own `functions.php` file.
* Create or Update HubSpot Contact
* Manually update specific HupSpot properties
* Get current user's HubSpot contact record
* Get specific user's HubSpot contact record
== Frequently Asked Questions ==
= Can the plugin access HubSpot deals =
Not yet. The plugin only accesses HubSpot Contacts, but deals and products will be coming in later releases.
= Can the plugin update or load customer HubSpot properties =
Yes. The plugin loads your complete HubSpot contact record and makes all properties available. You can use a filter to update or fetch specific properties.
== Screenshots ==
1. Use WCHub functions in your own plugins or `functions.php` file
2. Ensure your custom Contact Properties get updated automatically
== Changelog ==
= 1.1.0 =
* upgraded to use HubSpot V3 SDK and Private APP Token authentication. Requires the creation of a HubSpot private app.
= 1.0.4 =
* updating stable tag
= 1.0.3 =
* cleared some notices
= 1.0.2 =
* Wordpress.org release
= 1.0.1 =
* removed un-needed test folders from build
* updated pre-fix basename function
* removed unused functions for getting plugin url/path
= 1.0.0 =
* Initial release.
* Supports complete HubSpot Contact properties.
== Upgrade Notice ==
= 1.0.0 =
Initial release.