-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·106 lines (74 loc) · 2.87 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
=== RockPress ===
Contributors: firetree, danielmilner
Tags: church, rockrms, chms, rock rms
Requires at least: 4.3
Tested up to: 5.8
Requires PHP: 5.3
Stable tag: 1.0.17
License: GPLv2 or later
License URI: http://ww.gnu.org/licenses/gpl-2.0.html
Introducing the easiest way to display information from Rock RMS on your church WordPress site.
== Description ==
Introducing the easiest way to display information from Rock RMS on your church WordPress site.
> Requires your own [Rock RMS](https://rockrms.com/) installation. Check out our plugin in the Rock Shop for help with creating an API Key.
= Features: =
* Service Times Widget
* Campus Selector Widget
= Do More With Add-ons =
Extend the capabilities of RockPress with these add-ons:
* [Events](https://rockpresswp.com/downloads/events/) - Display event data from Rock RMS.
* [Lava](https://rockpresswp.com/downloads/lava/) - Execute and display Lava from Rock RMS.
== Installation ==
1. Upload the rockpress folder to the /wp-content/plugins/ directory.
2. Activate the RockPress plugin through the 'Plugins' menu in WordPress.
3. Configure the plugin by going to the RockPress menu that appears in your WordPress Admin.
== Screenshots ==
1. Welcome
2. Getting Started
== Changelog ==
= 1.0.17 =
* Added compatibility with WordPress 5.8.
= 1.0.16 =
* Fixed an issue when resetting an import.
= 1.0.15 =
* Miscellaneous bug fixes.
= 1.0.14 =
* Fixed the support button.
* Updates to license management to account for future add-on updates.
* Flush the object cache during transient cleanup.
= 1.0.13 =
* Required library was not being loaded at the right time.
= 1.0.12 =
* Fixed an issue that prevented the Customizer from loading.
= 1.0.11 =
* Added compatibility with WordPress 5.0.
= 1.0.10 =
* Fixed some links that point to the RockPress website.
= 1.0.9 =
* Updated the Getting Started documentation to reference the new plugin available in the Rock Shop.
= 1.0.8 =
* Improved the data import functions.
= 1.0.7 =
* Added support for $orderby, $select, and $expand in GET requests.
* Removed some unnecessary CSS classes.
* Improved the interface during AJAX requests.
* Moved all JavaScript messages to script localization so that they are available to translate.
= 1.0.6 =
* Fixed an issue with the POST cache.
= 1.0.5 =
* The Service Times widget was not populating Campuses correctly.
= 1.0.4 =
* Fixed the inability to deactivate add-on licenses.
= 1.0.3 =
* The readme contained some invalid URLs.
= 1.0.2 =
* Fixed an issue with the support beacon not displaying.
* Expiration dates for add-on license keys are now displayed.
* Getting Started instructions have been updated.
* Updated the text domain to match our slug on WordPress.org.
* Fixed an issue with expired transients not being deleted.
= 1.0.1 =
* Added a function to POST data to Rock.
* Changed the shortcode button icon to the RockPress logo.
= 1.0.0 =
* Initial release