Skip to content

Commit

Permalink
remove legacy mode check from profiler, fixes #150
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Oct 13, 2023
1 parent b9c3ae3 commit e90696c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 5.0.1
- Remove `isEnabled` and `setEnabled` from redirector adapter since disabled services aren't available anymore [#149](https://github.com/dachcom-digital/pimcore-i18n/issues/149)
- Remove legacy mode check in profiler [#150](https://github.com/dachcom-digital/pimcore-i18n/issues/150)

## Migrating from Version 4.x to Version 5.0

Expand Down
4 changes: 0 additions & 4 deletions templates/profiler/data_collector.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<b>zone id</b>
<span>{{ collector.zoneId }}</span>
</div>
<div class="sf-toolbar-info-piece">
<b>mode</b>
<span>{{ collector.i18nMode }}</span>
</div>
<div class="sf-toolbar-info-piece">
<b>current locale</b>
<span>{{ collector.locale }}</span>
Expand Down

0 comments on commit e90696c

Please sign in to comment.