-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
executable file
·82 lines (56 loc) · 2.13 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
=== Pure Charity Base Plugin ===
Contributors: rafaeldalpra
Link: http://purecharity.com/
Tags: pure charity, base
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Pure Charity Base plugin that provides foundation functionality to other Pure Charity plugins.
== Description ==
Pure Charity Base plugin that provides foundation functionality to other Pure Charity plugins.
== Installation ==
In order to install the plugin:
1. Upload the `purecharity-wp-base` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Set your credentials at the `Settings > PureBase Settings` in your admin left menu
4. You're done!
== Frequently Asked Questions ==
= What is the difference between Sandbox and Production on the settings page? =
If you have `Sandbox` enabled, the data will be pulled from the Pure Charity Staging environment. Otherwise, data will
be pulled from the Production environment.
Please note that Staging and Production environments do not share API Keys.
== Screenshots ==
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
(or jpg, jpeg, gif).
2. This is the second screen shot
== Changelog ==
= 1.4 =
* Removed old API method, relying only on cURL from now on
= 1.3.2 =
* Truncate function name conflict treatment
= 1.3.1 =
* Bugfix
* Added truncate function
= 1.3 =
* Added demo as environment option
= 1.1 =
* Updated the API calls to use https.
= 1.0.9 =
* Minor update to avoid certificate error on redirect.
= 1.0.7 =
* Remove the iframe opening option.
= 1.0.5 =
* Working GitHub updater.
= 1.0.3 =
* Added the GitHub updater.
= 1.0.1 =
* Added the possibility to open links inside an iframe.
= 1.0 =
* Pure Base Plugin established.
== Upgrade Notice ==
= 1.0 =
No need to upgrade right now.