From 004f924fda9faabe2988c52453fa9e294a2a9a7c Mon Sep 17 00:00:00 2001 From: Fabien Potencier <fabien.potencier@gmail.com> Date: Sun, 30 Apr 2017 09:26:05 -0700 Subject: [PATCH] marked Silex 1.3 as being unmaintained --- README.rst | 2 ++ doc/changelog.rst | 7 +++++-- doc/intro.rst | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 47d40333..d95d4535 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ Silex, a simple Web Framework ============================= +**WARNING** Silex 1.x is not maintained anymore. Please, upgrade to Silex 2.x. + Silex is a PHP micro-framework to develop websites based on `Symfony components`_:: diff --git a/doc/changelog.rst b/doc/changelog.rst index 55bd224f..bf3c0654 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,10 +1,13 @@ Changelog ========= -1.3.6 (2016-XX-XX) +1.3.6 (2016-04-30) ------------------ -* n/a +**WARNING** This is the last release of the Silex 1.x branch. Please, upgrade +to Silex 2.x. + +* minor docs/tests changes 1.3.5 (2016-01-06) ------------------ diff --git a/doc/intro.rst b/doc/intro.rst index 2ab2bc30..99551b89 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -1,6 +1,9 @@ Introduction ============ +**WARNINIG** You are reading documentation for the Silex 1.x branch, which is +not maintained anymore. You should upgrade to Silex 2.x. + Silex is a PHP microframework. It is built on the shoulders of `Symfony`_ and `Pimple`_ and also inspired by `Sinatra`_. -- GitLab