diff options
| author | 2021-03-14 18:45:12 +0100 | |
|---|---|---|
| committer | 2021-03-14 18:45:12 +0100 | |
| commit | 769f34e958b50e748acf6a151805f4a255df2043 (patch) | |
| tree | cbb9e4cc0f5f837bfefc77bf224786d4728a3047 | |
| parent | 7822ba6f1c7472d7185fbefce11e2c60d2d5ab2b (diff) | |
Release 1.18.01.18.0
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | CREDITS.md | 1 | ||||
| -rw-r--r-- | constants.php | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7732b5122..6193566e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2021-03-XX FreshRSS 1.18.0-rc +## 2021-03-14 FreshRSS 1.18.0 * Features * Allow parallel requests [#3096](https://github.com/FreshRSS/FreshRSS/pull/3096) @@ -9,8 +9,7 @@ * New share article link to clipboard [#3330](https://github.com/FreshRSS/FreshRSS/pull/3330) * Improved OPML import of feeds with multiple categories [#3286](https://github.com/FreshRSS/FreshRSS/pull/3286) * Add a content action parameter to work with CSS selector [#3453](https://github.com/FreshRSS/FreshRSS/pull/3453) - * New cURL options per feed: proxy, cookie [#3367](https://github.com/FreshRSS/FreshRSS/pull/3367) - * New option to set a custom user-agent to retrieve a feed [#3494](https://github.com/FreshRSS/FreshRSS/pull/3494) + * New cURL options per feed: proxy, cookie, user-agent [#3367](https://github.com/FreshRSS/FreshRSS/pull/3367), [#3494](https://github.com/FreshRSS/FreshRSS/pull/3494), [#3516](https://github.com/FreshRSS/FreshRSS/pull/3516) * Do not import feeds causing database errors (e.g. due to conflicting HTTP redirections) [##3347](https://github.com/FreshRSS/FreshRSS/pull/3347) * UI * New option to remember open categories [#3185](https://github.com/FreshRSS/FreshRSS/pull/3185) @@ -48,6 +47,7 @@ * Fix extensions when using CLI [#3443](https://github.com/FreshRSS/FreshRSS/pull/3443) * Fix translation CLI [#3364](https://github.com/FreshRSS/FreshRSS/pull/3364) * Allow searching for `+` sign [#3489](https://github.com/FreshRSS/FreshRSS/pull/3489) + * Fix cURL version detection in install script [#3519](https://github.com/FreshRSS/FreshRSS/pull/3519) * Compatibility * Support PHP 8+ [#3186](https://github.com/FreshRSS/FreshRSS/pull/3186), [#3207](https://github.com/FreshRSS/FreshRSS/pull/3207), [#3459](https://github.com/FreshRSS/FreshRSS/pull/3459), [#3487](https://github.com/FreshRSS/FreshRSS/pull/3487) * Note: needed for MySQL 8+ with default authentication settings diff --git a/CREDITS.md b/CREDITS.md index 02a9d8d0a..070e79177 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -59,6 +59,7 @@ People are sorted by name so please keep this order. * [jlefler](https://github.com/jlefler): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:jlefler) * [Jonas Östanbäck](https://github.com/cez81): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=cez81) * [Joris Kinable](https://github.com/jkinable): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:jkinable) +* [Jules Bertholet](https://github.com/Jules-Bertholet): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Jules-Bertholet) * [Julien Reichardt](https://github.com/j8r): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=j8r), [Web](https://blog.jrei.ch/) * [Julien-Pierre Avérous](https://github.com/javerous): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:javerous), [Web](https://www.sourcemac.com/) * [Kevin Papst](https://github.com/kevinpapst): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=kevinpapst), [Web](http://www.kevinpapst.de/) diff --git a/constants.php b/constants.php index 7616195b6..be8d2ccab 100644 --- a/constants.php +++ b/constants.php @@ -3,7 +3,7 @@ //<Not customisable> define('FRESHRSS_MIN_PHP_VERSION', '5.6.0'); -define('FRESHRSS_VERSION', '1.17.1-dev'); +define('FRESHRSS_VERSION', '1.18.0'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); |
