Skip to content

Commit 28b85ab

Browse files
author
Benjamin Pick
committed
mc readme [ci skip]
1 parent ddec37c commit 28b85ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Tests: [![Build Status](https://api.travis-ci.org/yellowtree/geoip-detect.svg?branch=master)](https://travis-ci.com/github/yellowtree/geoip-detect)
1+
Tests: [![Build Status](https://api.travis-ci.org/yellowtree/geoip-detect.svg?branch=develop)](https://travis-ci.com/github/yellowtree/geoip-detect)
22

33
# Geolocation IP Detection #
44

@@ -171,6 +171,7 @@ If you use Maxmind "Automatic download" then you need to upgrade to this plugin
171171
* NEW: Drastically improving performance if the the lookup is performed for the current IP more than once (e.g. because of shortcodes without AJAX mode)
172172
* UI: Showing the time for the subsequent lookup on the Test Lookup page
173173

174+
* Update the list of available APIs for getting the external IP
174175
* Minimum Wordpress version is 5.4 now.
175176
* Update some internal libraries & dev tools
176177

bin/readme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838

3939
# Add Travis CI
4040

41-
echo "Tests: [![Build Status](https://api.travis-ci.org/yellowtree/geoip-detect.svg?branch=master)](https://travis-ci.com/github/yellowtree/geoip-detect)" >> /tmp/file
41+
echo "Tests: [![Build Status](https://api.travis-ci.org/yellowtree/geoip-detect.svg?branch=develop)](https://travis-ci.com/github/yellowtree/geoip-detect)" >> /tmp/file
4242
#echo "Composer: [![Dependency Status](https://www.versioneye.com/user/projects/55433d0dd8fe1aea70000041/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55433d0dd8fe1aea70000041)" >> /tmp/file
4343
echo >> /tmp/file
4444

0 commit comments

Comments
 (0)