Skip to content

Commit b2c244f

Browse files
author
Benjamin Pick
committed
Prepare 5.5.0
1 parent 64d2702 commit b2c244f

6 files changed

+9
-12
lines changed

geoip-detect.php

+2-2
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.5.0-beta2
8+
Version: 5.5.0
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.5.0-beta2');
19+
define('GEOIP_DETECT_VERSION', '5.5.0');
2020

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

js/dist/frontend_base.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dist/frontend_full.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dist/frontend_minimal.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "rm -f babel.config.json ; rm -rf js/dist && parcel build --dist-dir js/dist --public-url .",
1717
"test": "cp tests/babel.config.json . && jest --coverage",
1818
"test-ddd": "cp tests/babel.config.json . && jest -t ddd",
19-
"update-browserlist": "browserslist --update-db"
19+
"update-browserlist": "npx update-browserslist-db@latest"
2020
},
2121
"private": false,
2222
"dependencies": {
@@ -43,8 +43,5 @@
4343
"transform": {
4444
"^.+\\.js$": "babel-jest"
4545
}
46-
},
47-
"engines": {
48-
"node": ">=16.0.0 <17.0.0"
4946
}
5047
}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3201,9 +3201,9 @@ camelcase@^6.2.0:
32013201
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
32023202

32033203
caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001517, caniuse-lite@^1.0.30001587:
3204-
version "1.0.30001612"
3205-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz#d34248b4ec1f117b70b24ad9ee04c90e0b8a14ae"
3206-
integrity sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==
3204+
version "1.0.30001696"
3205+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001696.tgz"
3206+
integrity sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==
32073207

32083208
chalk@^1.1.3:
32093209
version "1.1.3"

0 commit comments

Comments
 (0)