]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Prepare wallabag 2.0.7 2226/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 22 Aug 2016 08:08:21 +0000 (10:08 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 22 Aug 2016 08:08:21 +0000 (10:08 +0200)
CHANGELOG.md
README.md
app/config/config.yml
docs/de/user/installation.rst
docs/en/user/installation.rst
docs/fr/user/installation.rst

index 575d01cf60d95a8f401768ef9c1ae09818405878..a6f7e168d613fe2ef5074c0d5f6d0ccb008c703f 100644 (file)
@@ -2,6 +2,23 @@
 
 All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
 
+## [2.0.7] - 2016-08-22
+
+### Added
+
+- [#2222](https://github.com/wallabag/wallabag/pull/2222) Added creation date and reading time on article view (Nicolas Lœuillet)
+- [#2134](https://github.com/wallabag/wallabag/pull/2134) Run tests on an uptodate HHVM (Jeremy Benoist)
+
+### Changed
+
+- [#2221](https://github.com/wallabag/wallabag/pull/2221) Replaced favorite word/icon with star one (Nicolas Lœuillet)
+
+### Fixed
+
+- [#2224](https://github.com/wallabag/wallabag/pull/2224) Avoid breaking import when fetching fail (Jeremy Benoist)
+- [#2216](https://github.com/wallabag/wallabag/pull/2216), [#2220](https://github.com/wallabag/wallabag/pull/2220) Enable CORS headers for OAUTH part (Rurik19)
+- [#2095](https://github.com/wallabag/wallabag/pull/2095) Fix form user display when 2FA is disabled (Nicolas Lœuillet)
+
 ## [2.0.6] - 2016-08-10
 
 ### Changed
index a6973466d3d4987e80858fa6fde52f15479c206b..6053e6d9e9a395b82db27711e9b33f91e08d4a31 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Then you can install wallabag by executing the following commands:
 ```
     git clone https://github.com/wallabag/wallabag.git
     cd wallabag
-    git checkout 2.0.6
+    git checkout 2.0.7
     SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console wallabag:install --env=prod
     php bin/console server:run --env=prod
index 72c854ab4b871708da01a7b44cd9da774c8cacf6..49b325a291299fa5c8073298541499abc7195e87 100644 (file)
@@ -30,7 +30,7 @@ framework:
     assets: ~
 
 wallabag_core:
-    version: 2.0.6
+    version: 2.0.7
     paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
     languages:
         en: 'English'
index 0fc2f44737d08ded85856ec87dda28d948fc4523..1b6710b7cfa24dff94507d0827f2ece0853d8a97 100644 (file)
@@ -54,7 +54,7 @@ Um wallabag selbst zu installieren, musst du die folgenden Kommandos ausführen:
 
     git clone https://github.com/wallabag/wallabag.git
     cd wallabag
-    git checkout 2.0.6
+    git checkout 2.0.7
     SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console wallabag:install --env=prod
 
index 0aa391e8416e9a650c577207973e1dd846634f4e..95df263ab5b470225f6a3db22fdcdf0645a8dad3 100644 (file)
@@ -53,7 +53,7 @@ To install wallabag itself, you must run the following commands:
 
     git clone https://github.com/wallabag/wallabag.git
     cd wallabag
-    git checkout 2.0.6
+    git checkout 2.0.7
     SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console wallabag:install --env=prod
 
index 069396cc9e6a3f9a715bd0d46840f226ae20c0d3..d46f79a40acc90d3403f31f010c893a1fd4adaf1 100644 (file)
@@ -51,7 +51,7 @@ Pour installer wallabag, vous devez exécuter ces deux commandes :
 
     git clone https://github.com/wallabag/wallabag.git
     cd wallabag
-    git checkout 2.0.6
+    git checkout 2.0.7
     SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console wallabag:install --env=prod