From 2aed6d5d201fc34308eaca3ba23a17ab04c38056 Mon Sep 17 00:00:00 2001 From: gedi Date: Thu, 5 Jul 2012 23:53:16 +0300 Subject: [PATCH] update readme --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9be4f2a66a..556616e8d7 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ # Doctrine2 behavioral extensions -**Version 2.3.1-DEV** +**Version 2.3.1** [![Build Status](https://secure.travis-ci.org/l3pp4rd/DoctrineExtensions.png?branch=master)](http://travis-ci.org/l3pp4rd/DoctrineExtensions) -**Note:** tag **2.2.1** was removed, because it was published with backward incompatible changes by -mistake. If you have used **2.2.1** tag as a dependency version, please switch to **2.3.0** it is -a direct replacement of the removed tag. - -**Note:** Use 2.1.x or 2.2.x tag in order to use extensions based on Doctrine2.x.x component versions. Currently -master branch is based on 2.3.x versions and may not work with older components. +**Note:** recently doctrine orm and odm were updated to use common doctrine mapping persistense +layer. The support for it has been made and tagged with **2.3.1** version tag. It will be compatible +with latest version of doctrine mapping at master branches ### Latest updates +**2012-07-05** + +- **Mapping** drivers were updated to support latest doctrine versions. + **2012-05-01** - **Sluggable** now allows to regenerate slug if its set to empty or null. Also it allows to