-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
53 lines (37 loc) · 1.6 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
=== MZ Mobilize America Interface ===
Contributors: mikeill
Donate link: http://mzoo.org/
Tags: comments, spam
Requires at least: 5.3
Tested up to: 5.7.1
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simple interface for displaying Mobilize America Events from their API via Shortcode.
== Description ==
Simple interface for displaying events from Mobilize America's API via shortcode. Customize the display using template files in your theme.
* This is _only an interface_ between your WP install and Mobilize America, provided free, with no guarantees.
* Visit [Mobilize America](https://join.mobilize.us) more info on this galvanization tool.
* Check Mobilize America's [Terms and Conditions](https://join.mobilize.us/terms-of-service) here.
== Installation ==
1. Upload `mz-mobilize-america.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Visit Admin->Settings->MZ Mobilize America for Shortcodes
== Frequently Asked Questions ==
= Why did you make this plugin? =
Because I like Mobilize America and there wasn't one.
== Changelog ==
= v1.0.3 =
* Update version and tested up to number.
= v1.0.2 =
* Use wp_timezone() function requiring WP 5.3+
= v1.0.1 =
* Bugfix: Stop enqueueing unnecessary files (which were also wrongly named)
* Bugfix: Correct name of enqueued js file.
* Bugfix: To include associated organization events, still need _some_ query variables.
* Pull current time from WP settings instead of default timezone.
= v1.0 =
* Initial Release
== Upgrade Notice ==
= v1.0 =
* Initial Release