Skip to content

Commit 6ee99e3

Browse files
committed
Merge pull request #3 from stevenkword/master
Admin Notice, Shortcodes, and Documentation Updates
2 parents 6d8f07f + 67dc4bd commit 6ee99e3

File tree

3 files changed

+424
-96
lines changed

3 files changed

+424
-96
lines changed

geoip.php

-90
This file was deleted.

readme.txt

100644100755
+82-6
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,100 @@
1-
=== Plugin Name ===
2-
Contributors: markkelnar
1+
=== WP Engine GeoIP ===
2+
Contributors: wpengine, markkelnar, stevenkword, stephenlin
3+
Tags: wpe, wpengine, geoip, localization, geolocation
34
Requires at least: 3.0.1
4-
Tested up to: 4.0.1
5-
Stable tag: 0.4
5+
Tested up to: 4.1
6+
Stable tag: 0.7.0
67
License: GPLv2 or later
78
License URI: http://www.gnu.org/licenses/gpl-2.0.html
89

9-
Here is a short description of the plugin. This should be no more than 150 characters. No markup here.
10+
Create a personalized user experienced based on location.
1011

1112
== Description ==
1213

14+
WP Engine GeoIP integrates with the variables on your WP Engine site to display content catered to the visitor’s location. With the ability to access variables from as broad as country to as specific as latitude and longitude, your website can now display geographically relevant content.
15+
16+
= Geo-Marketing =
17+
18+
* Create marketing campaigns targeted only at certain locations.
19+
20+
= Localization =
21+
22+
* Redirect incoming traffic to content in the local language or currency.
23+
* Businesses with local branches can direct customers to a relevant physical location or local microsite.
24+
25+
= Ecommerce =
26+
27+
* Filter out merchandise or services that are not available in a certain locale.
28+
* Display country-specific shipping, tax, or sales information.
29+
30+
= Legal Requirements =
31+
32+
* Filter required legal notices from countries for whom those notices may not be relevant.
33+
34+
= ** Please Note =
35+
36+
This plugin will only function on your [WP Engine](http://wpengine.com/plans/?utm_source=wpengine-geoip) Business, Premium or Enterprise level account. This will not function outside of the WP Engine environment.
37+
1338
== Installation ==
1439

1540
1. Upload `geoip` to the `/wp-content/plugins/` directory
1641
2. Activate the plugin through the 'Plugins' menu in WordPress
1742

43+
== How To Use The Shortcode ==
44+
45+
1) Country: [geoip-country]
46+
47+
2) Region (State): [geoip-region]
48+
49+
3) City: [geoip-city]
50+
51+
4) Postal Code: [geoip-postalcode]
52+
53+
5) Latitude: [geoip-latitude]
54+
55+
6) Longitutde: [geoip-longitude]
56+
57+
7) Location: [geoip-location]
58+
1859
== Frequently Asked Questions ==
1960

61+
1) Will this work outside of a WP Engine account?
62+
63+
No, this will only work within a WP Engine environment.
64+
65+
2) Are there any other restrictions to using this plugin?
66+
67+
Yes, the GeoIP variables on the server are available to Business, Premium and Enterprise customers. Personal and Professional customers, please contact the [Support Team](https://my.wpengine.com/support#general-issue) if you are interested in GeoIP.
68+
69+
3) What variables do I have access to?
70+
71+
Country, state, city, zip, latitude, longitude.
72+
73+
4) How do I sign up for a WP Engine Account?:
74+
75+
That’s easy! [Click here](http://wpengine.com/plans/?utm_source=wpengine-geoip).
76+
77+
5) I installed the plugin and code and it isn’t working.
78+
79+
Please contact the [Support Team](https://my.wpengine.com/support#general-issue).
80+
81+
== Screenshots ==
82+
83+
This is a required Section
84+
2085
== Changelog ==
2186

87+
= 0.7 =
88+
- Removes plugin dependency management artifacts
89+
90+
= 0.6 =
91+
- Add shortcodes for postal code, latitude and longitude.
92+
93+
= 0.5 =
94+
- Adds shortcodes for city, region, and country.
95+
- Displays admin notice when GEOIP environment variables are absent.
96+
- Formatting updates to readme and file headers.
97+
2298
= 0.4 =
2399
- Code cleanup for WordPress coding standards and white space.
24100

@@ -29,4 +105,4 @@ Here is a short description of the plugin. This should be no more than 150 char
29105
- Add static function and singleton construction.
30106

31107
= 0.1 =
32-
- Initial version
108+
- Initial version

0 commit comments

Comments
 (0)