Compare commits

...

3 commits

Author SHA1 Message Date
Alexandre Aubin
ca607b4349 Update changelog for 3.8.3.6 2021-04-24 17:37:26 +02:00
Alexandre Aubin
8105dc35c1
Merge pull request #346 from YunoHost/stretch-is-obsolete
stretch: Add obsolete disclaimer on home page
2021-04-24 17:35:10 +02:00
Alexandre Aubin
34d14bc1ef stretch: Add obsolete disclaimer on home page 2021-04-09 22:23:09 +02:00
3 changed files with 11 additions and 0 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
yunohost-admin (3.8.3.6) stable; urgency=low
- Add obsolete disclaimer on home page ([#346](https://github.com/YunoHost/yunohost-admin/pull/346))
-- Alexandre Aubin <alex.aubin@mailoo.org> Sat, 24 Apr 2021 17:35:59 +0200
yunohost-admin (3.8.3.5) stable; urgency=low
- [fix] Add a hack to have some sort of cache management as well for .ms files, to avoid stupid issue where people need to force the browser cache refresh after upgrades (7bb8a90)

View file

@ -227,6 +227,7 @@
"logs_context": "Context",
"logs_share_with_yunopaste": "Share with YunoPaste",
"logs_more": "Display more lines",
"obsolete_version": "You are running an obsolete version of YunoHost. The YunoHost team highly recommend to run the migration to YunoHost 4.x / Buster available in Tools > Migrations. More information can be found on <a href='https://yunohost.org/stretch_buster_migration'>this page in the documentation</a>",
"path_url": "Path",
"pending_migrations": "There are some pending migrations waiting to be ran. Please go to the <a href='#/tools/migrations'>Tools > Migrations</a> view to run them.",
"port": "Port",

View file

@ -1,3 +1,7 @@
<p class="alert alert-warning">
{{t 'obsolete_version' }}
</p>
<div class="list-group">
<a href="#/users" class="list-group-item slide clearfix">
<span class="pull-right fa-chevron-right"></span>