File tree 2 files changed +4
-4
lines changed
app/code/Magento/ReleaseNotification
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,9 @@ private function hideNotification(array $meta)
192
192
*/
193
193
private function getNotificationContent ()
194
194
{
195
- $ version = $ this ->getTargetVersion ();
196
- $ edition = $ this ->productMetadata ->getEdition ();
197
- $ locale = $ this ->session ->getUser ()->getInterfaceLocale ();
195
+ $ version = strtolower ( $ this ->getTargetVersion () );
196
+ $ edition = strtolower ( $ this ->productMetadata ->getEdition () );
197
+ $ locale = strtolower ( $ this ->session ->getUser ()->getInterfaceLocale () );
198
198
199
199
$ cacheKey = self ::$ cachePrefix . $ version . "- " . $ edition . "- " . $ locale ;
200
200
$ modalContent = $ this ->cacheStorage ->load ($ cacheKey );
Original file line number Diff line number Diff line change 9
9
<default >
10
10
<system >
11
11
<release_notification >
12
- <content_url >raw.githubusercontent. com/magento-arcticfoxes/release-notification/master </content_url >
12
+ <content_url >magento. com/release_notifications </content_url >
13
13
<use_https >1</use_https >
14
14
</release_notification >
15
15
</system >
You can’t perform that action at this time.
0 commit comments