Skip to content

Commit b82b955

Browse files
author
Benjamin Pick
committed
Release 5.4.0-beta2
1 parent 4aaef08 commit b82b955

File tree

6 files changed

+3
-1299
lines changed

6 files changed

+3
-1299
lines changed

deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ if [ $? != 0 ]; then echo ; echo "Phpunit for HTTP requests failed."; confirm ;
132132
echo "Set composer for production use ..."
133133
composer install-prod
134134
git checkout vendor
135+
composer dump
135136

136137
echo "Generate README.md from readme.txt"
137138
bin/readme.sh "$SVNURL"

geoip-detect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Provides geographic information detected by an IP adress.
66
Author: Yellow Tree (Benjamin Pick)
77
Author URI: http://www.yellowtree.de
8-
Version: 5.4.0-beta1
8+
Version: 5.4.0-beta2
99
License: GPLv3 or later
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111
Text Domain: geoip-detect
@@ -16,7 +16,7 @@
1616
Requires PHP: 7.2.5
1717
*/
1818

19-
define('GEOIP_DETECT_VERSION', '5.4.0-beta1');
19+
define('GEOIP_DETECT_VERSION', '5.4.0-beta2');
2020

2121
/*
2222
Copyright 2013-2023 Yellow Tree, Siegen, Germany

0 commit comments

Comments
 (0)