Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
l3pp4rd committed Jul 5, 2012
1 parent 67ac5ef commit 2aed6d5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2aed6d5

Please sign in to comment.