File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This projects adheres to [ Semantic Versioning] ( https://semver.org/ ) and [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) .
5
5
6
+ ## [ 8.0.7]
7
+
8
+ ### Fixed
9
+ - Countries get list pulled the data from the wrong manifest cache file.
10
+
6
11
## [ 8.0.6]
7
12
8
13
### Fixed
@@ -581,6 +586,7 @@ Init setup
581
586
582
587
[ Unreleased ] : https://github.com/infinum/eightshift-libs/compare/main...HEAD
583
588
589
+ [ 8.0.7 ] : https://github.com/infinum/eightshift-libs/compare/8.0.6...8.0.7
584
590
[ 8.0.6 ] : https://github.com/infinum/eightshift-libs/compare/8.0.5...8.0.6
585
591
[ 8.0.5 ] : https://github.com/infinum/eightshift-libs/compare/8.0.4...8.0.5
586
592
[ 8.0.4 ] : https://github.com/infinum/eightshift-libs/compare/8.0.3...8.0.4
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ public function getCountries(): array
179
179
],
180
180
];
181
181
182
- $ data = $ this ->manifestCache ->getManifestCacheTopItem (AbstractManifestCache::ASSETS_KEY , AbstractManifestCache::TYPE_ASSETS );
182
+ $ data = $ this ->manifestCache ->getManifestCacheTopItem (AbstractManifestCache::COUNTRIES_KEY , AbstractManifestCache::TYPE_GEOLOCATION );
183
183
184
184
foreach ($ data as $ country ) {
185
185
$ code = $ country ['Code ' ] ?? '' ;
You can’t perform that action at this time.
0 commit comments