Skip to content

Commit 5f12de1

Browse files
committed
Merge pull request #4 from stevenkword/master
Initial Release v 1.0.0
2 parents 6ee99e3 + 588fe71 commit 5f12de1

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

readme.txt

+12-9
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: wpengine, markkelnar, stevenkword, stephenlin
33
Tags: wpe, wpengine, geoip, localization, geolocation
44
Requires at least: 3.0.1
5-
Tested up to: 4.1
6-
Stable tag: 0.7.0
5+
Tested up to: 4.1.1
6+
Stable tag: 1.0.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -84,25 +84,28 @@ This is a required Section
8484

8585
== Changelog ==
8686

87-
= 0.7 =
87+
= 1.0.0 =
88+
- Initial release
89+
90+
= 0.7.0 =
8891
- Removes plugin dependency management artifacts
8992

90-
= 0.6 =
93+
= 0.6.0 =
9194
- Add shortcodes for postal code, latitude and longitude.
9295

93-
= 0.5 =
96+
= 0.5.0 =
9497
- Adds shortcodes for city, region, and country.
9598
- Displays admin notice when GEOIP environment variables are absent.
9699
- Formatting updates to readme and file headers.
97100

98-
= 0.4 =
101+
= 0.4.0 =
99102
- Code cleanup for WordPress coding standards and white space.
100103

101-
= 0.3 =
104+
= 0.3.0 =
102105
- Change action to react at 'init'.
103106

104-
= 0.2 =
107+
= 0.2.0 =
105108
- Add static function and singleton construction.
106109

107-
= 0.1 =
110+
= 0.1.0 =
108111
- Initial version

wpengine-geoip.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: WP Engine GeoIP
4-
Version: 0.7.0
4+
Version: 1.0.0
55
Description: Create a personalized user experienced based on location.
66
Author: WP Engine
77
Author URI: http://wpengine.com

0 commit comments

Comments
 (0)