aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-26 09:15:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-26 09:15:39 +0100
commitf83e9e32fc698aa619b5a26236853df7fd0bdedf (patch)
tree8bc681059a837d45f7d39652c42aee34a2d6db29
parent726e2cf3c648dc9536eea7ed1add298fc701211a (diff)
downloadwallabag-f83e9e32fc698aa619b5a26236853df7fd0bdedf.tar.gz
wallabag-f83e9e32fc698aa619b5a26236853df7fd0bdedf.tar.zst
wallabag-f83e9e32fc698aa619b5a26236853df7fd0bdedf.zip
Prepared wallabag 2.3.1
-rw-r--r--CHANGELOG.md21
-rw-r--r--app/config/wallabag.yml2
2 files changed, 16 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9dc0ec04..3a9cab26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,26 @@
1# Changelog 1# Changelog
2 2
3## [unreleased](https://github.com/wallabag/wallabag/tree/master) 3## [2.3.1](https://github.com/wallabag/wallabag/tree/2.3.1)
4 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.0...master) 4 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.0...2.3.1)
5 5
6### Fixes 6### Fixes
7 7
8- Fix empty title and domain_name when exception is thrown during fetch [#3442](https://github.com/wallabag/wallabag/pull/3442) 8- Changed the way to check for initial migration [#3487](https://github.com/wallabag/wallabag/pull/3487)
9- api: copy entry object before sending, to keep id [#3516](https://github.com/wallabag/wallabag/pull/3516) 9- Displayed the RSS icon on homepage route [#3490](https://github.com/wallabag/wallabag/pull/3490)
10- Hided the share toggle button if no service is enabled [#3492](https://github.com/wallabag/wallabag/pull/3492)
11- Updated robots.txt to prevent crawling [#3510](https://github.com/wallabag/wallabag/pull/3510)
12- Fixed lower case tags migration [#3507](https://github.com/wallabag/wallabag/pull/3507)
13- Fixed initial migration when using custom table prefix [#3504](https://github.com/wallabag/wallabag/pull/3504)
14- Fixed assets for subfolder install [#3524](https://github.com/wallabag/wallabag/pull/3524)
15- Fixed empty card title link [#3525](https://github.com/wallabag/wallabag/pull/3525)
16- Fixed empty title and domain_name when exception is thrown during fetch [#3442](https://github.com/wallabag/wallabag/pull/3442)
17- API: copied entry object before sending, to keep id [#3516](https://github.com/wallabag/wallabag/pull/3516)
10 18
11### Changes 19### Changes
12 20
13- material: replace exit_to_app, redo and autorenew icons [#3513](https://github.com/wallabag/wallabag/pull/3513) 21- Added custom driver & schema manager for PostgreSQL 10 [#3488](https://github.com/wallabag/wallabag/pull/3488)
14- Add PHP 7.2 compatibility [#3515](https://github.com/wallabag/wallabag/pull/3515) 22- Replaced exit_to_app, redo and autorenew icons [#3513](https://github.com/wallabag/wallabag/pull/3513)
23- Added PHP 7.2 compatibility [#3515](https://github.com/wallabag/wallabag/pull/3515)
15 24
16## [2.3.0](https://github.com/wallabag/wallabag/tree/2.3.0) (2017-12-11) 25## [2.3.0](https://github.com/wallabag/wallabag/tree/2.3.0) (2017-12-11)
17 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.3...2.3.0) 26 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.3...2.3.0)
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml
index 978a48f4..71faccd7 100644
--- a/app/config/wallabag.yml
+++ b/app/config/wallabag.yml
@@ -1,5 +1,5 @@
1wallabag_core: 1wallabag_core:
2 version: 2.3.0 2 version: 2.3.1
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'