File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 171
171
<div class =" alert alert-danger" >
172
172
{{ adminDashboardLatestVersionMessage }}
173
173
<a href =" {{ adminDashboardHomepage }}" target =" _blank" >phpmyfaq.de</a >:
174
- <strong >phpMyFAQ {{ adminDashboardVersions .current }}</strong >
174
+ <strong >phpMyFAQ {{ adminDashboardVersions .stable }}</strong >
175
175
<hr >
176
176
{{ adminDashboardShouldUpdateMessage }}
177
177
</div >
178
178
{% else %}
179
179
<div class =" alert alert-info" >
180
180
{{ adminDashboardLatestVersionMessage }}
181
181
<a href =" {{ adminDashboardHomepage }}" target =" _blank" >phpmyfaq.de</a >:
182
- <strong >phpMyFAQ {{ adminDashboardVersions .current }}</strong >
182
+ <strong >phpMyFAQ {{ adminDashboardVersions .stable }}</strong >
183
183
</div >
184
184
{% endif %}
185
185
Original file line number Diff line number Diff line change 102
102
$ versions = [];
103
103
try {
104
104
$ versions = $ api ->getVersions ();
105
- if (-1 === version_compare ($ versions ['installed ' ], $ versions ['current ' ])) {
105
+ if (-1 === version_compare ($ versions ['installed ' ], $ versions ['stable ' ])) {
106
106
$ shouldUpdate = Translation::get ('ad_you_should_update ' );
107
107
}
108
108
} catch (DecodingExceptionInterface | TransportExceptionInterface | Exception $ e ) {
You can’t perform that action at this time.
0 commit comments