diff options
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | app/config/wallabag.yml | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 495bd1d8..e418d3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,21 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## [2.3.8](https://github.com/wallabag/wallabag/tree/2.3.8) | ||
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.7...2.3.8) | ||
5 | |||
6 | ### Fixes | ||
7 | |||
8 | - Jump to 2.3.8-dev [#3897](https://github.com/wallabag/wallabag/pull/3897) | ||
9 | - material: fix left padding on non-entry pages [#3901](https://github.com/wallabag/wallabag/pull/3901) | ||
10 | - Make dev/install/update script posix compatible [#3860](https://github.com/wallabag/wallabag/pull/3860) | ||
11 | - epub: fix exception when articles have the same title [#3908](https://github.com/wallabag/wallabag/pull/3908) | ||
12 | - Fix PHP warning [#3909](https://github.com/wallabag/wallabag/pull/3909) | ||
13 | - Add ability to match many domains for credentials [#3937](https://github.com/wallabag/wallabag/pull/3937) | ||
14 | - material: add metadata to list view [#3942](https://github.com/wallabag/wallabag/pull/3942) | ||
15 | - Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default [#3943](https://github.com/wallabag/wallabag/pull/3943) | ||
16 | - Remove preview picture from share view page#3922 | ||
17 | - Fix Intl Locale issue [#3964](https://github.com/wallabag/wallabag/pull/3964) | ||
18 | |||
3 | ## [2.3.7](https://github.com/wallabag/wallabag/tree/2.3.7) | 19 | ## [2.3.7](https://github.com/wallabag/wallabag/tree/2.3.7) |
4 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.6...2.3.7) | 20 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.6...2.3.7) |
5 | 21 | ||
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index 96dfacf9..99088a6f 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml | |||
@@ -1,5 +1,5 @@ | |||
1 | wallabag_core: | 1 | wallabag_core: |
2 | version: 2.3.8-dev | 2 | version: 2.3.8 |
3 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | 3 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" |
4 | languages: | 4 | languages: |
5 | en: 'English' | 5 | en: 'English' |