Skip to content

Commit 3cad979

Browse files
author
Benjamin Pick
committed
After Deployment
1 parent f6e98dc commit 3cad979

File tree

6 files changed

+1302
-415
lines changed

6 files changed

+1302
-415
lines changed

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: geolocation, locator, geoip, maxmind, ipstack
44
Requires at least: 5.0
55
Tested up to: 6.7
66
Requires PHP: 7.2
7-
Stable tag: 5.4.1
7+
Stable tag: 5.5.0
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BSYUZHS8FH3CL

vendor/composer/autoload_classmap.php

+629-206
Large diffs are not rendered by default.

vendor/composer/autoload_files.php

+4
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
1313
'8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
1414
'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
15+
'6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
1516
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
17+
'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php',
18+
'38fbb71d514eee25044aa9d94851ee76' => $vendorDir . '/wp-phpunit/wp-phpunit/__loaded.php',
19+
'7d3b315c4f303f2fc14aca642a738e50' => $vendorDir . '/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php',
1620
);

vendor/composer/autoload_psr4.php

+4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
1515
'Symfony\\Component\\PropertyInfo\\' => array($vendorDir . '/symfony/property-info'),
1616
'Symfony\\Component\\PropertyAccess\\' => array($vendorDir . '/symfony/property-access'),
1717
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
18+
'Roots\\Composer\\' => array($vendorDir . '/roots/wordpress-core-installer/src'),
19+
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
1820
'MaxMind\\WebService\\' => array($vendorDir . '/maxmind/web-service-common/src/WebService'),
1921
'MaxMind\\Exception\\' => array($vendorDir . '/maxmind/web-service-common/src/Exception'),
2022
'MaxMind\\Db\\' => array($vendorDir . '/maxmind-db/reader/src/MaxMind/Db'),
2123
'GeoIp2\\' => array($vendorDir . '/geoip2/geoip2/src'),
24+
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
25+
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
2226
'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
2327
);

0 commit comments

Comments
 (0)