-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
45 lines (38 loc) · 1.3 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
=== VIP Beer Finder ===
Contributors: sixteenbit
Donate link: https://paypal.me/justinpeacock
Requires at least: 5.0
Tested up to: 5.2.4
Stable tag: 1.0.4
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Integrate your VIP beer finder with a WordPress shortcode.
== Description ==
- 'id' => 'VIP',
- 'territory' => false,
- 'height' => '560',
- 'width' => '100%',
- 'zip' => false,
- 'miles' => false,
- 'brand' => false,
- 'address' => false, // address to pre-fill (when search by address enabled)
- 'theme' => 'bs-paper',
- 'bs-cosmo'
- 'bs-cyborg'
- 'bs-darkly'
- 'bs-flatly'
- 'bs-journal'
- 'bs-simplex'
- 'bs-slate'
- 'bs-united'
- 'pagesize' => false, // Default '50'
- 'geolocate' => false,
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/vip-beer-finder` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings->Plugin Name screen to configure the plugin
1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
== Changelog ==
= 1.0.0 =
* Initial release