diff options
| author | 2018-09-09 11:25:33 +0200 | |
|---|---|---|
| committer | 2018-09-09 11:25:33 +0200 | |
| commit | 1802c1e9ae7d3d55a0e37e1cc2e7c0acc25f70ba (patch) | |
| tree | 2efe48133d2c874c65a99ae3a6cd92bb0dff4fe8 | |
| parent | c00743b9b76b177532314a63793cac96ff4228bc (diff) | |
Prepare release 1.11.2
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | README.fr.md | 2 | ||||
| -rw-r--r-- | constants.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b159577..171943c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2018-09-XX FreshRSS 1.11.2-dev +## 2018-09-09 FreshRSS 1.11.2 * Features * New menu to mark selected articles (view) as unread [#1966](https://github.com/FreshRSS/FreshRSS/issues/1966) diff --git a/README.fr.md b/README.fr.md index e323879ef..ef1092e4a 100644 --- a/README.fr.md +++ b/README.fr.md @@ -54,7 +54,7 @@ Nous sommes une communauté amicale. 4. Accédez à FreshRSS à travers votre navigateur Web et suivez les instructions d’installation * ou utilisez [l’interface en ligne de commande](cli/README.md) 5. Tout devrait fonctionner :) En cas de problème, n’hésitez pas à [nous contacter](https://github.com/FreshRSS/FreshRSS/issues). -6. Des paramètres de configuration avancée peuvent être vues dans [config.default.php](config.default.php) et modifiées dans `data/config.php`. +6. Des paramètres de configuration avancés peuvent être vus dans [config.default.php](config.default.php) et modifiés dans `data/config.php`. 7. Avec Apache, activer [`AllowEncodedSlashes`](https://httpd.apache.org/docs/trunk/mod/core.html#allowencodedslashes) pour une meilleure compatibilité avec les clients mobiles. Plus d’informations sur l’installation et la configuration serveur peuvent être trouvées dans [notre documentation](https://freshrss.github.io/FreshRSS/fr/users/01_Installation.md). diff --git a/constants.php b/constants.php index 8b8422421..2bd64708f 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. //<Not customisable> -define('FRESHRSS_VERSION', '1.11.2-dev'); +define('FRESHRSS_VERSION', '1.11.2'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); |
