Skip to content

Commit

Permalink
bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
l3pp4rd committed Jan 27, 2016
1 parent b6ee36a commit 20745a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Doctrine2 behavioral extensions

**Version 2.4.9**
**Version 2.4.11**

[![Build Status](https://secure.travis-ci.org/Atlantic18/DoctrineExtensions.png?branch=master)](http://travis-ci.org/Atlantic18/DoctrineExtensions)

Expand All @@ -12,6 +12,10 @@ ORM 2.5.x versions require **PHP 5.4** or higher.

### Latest updates

**2016-01-27**

- Nested tree now allows root field as association.

**2015-05-01**

- Reverted back [1272](https://github.com/Atlantic18/DoctrineExtensions/pull/1272) and see [1263](https://github.com/Atlantic18/DoctrineExtensions/issues/1263). Use [naming strategy](http://stackoverflow.com/questions/12702657/how-to-configure-naming-strategy-in-doctrine-2) for your use cases.
Expand Down
2 changes: 1 addition & 1 deletion lib/Gedmo/DoctrineExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class DoctrineExtensions
/**
* Current version of extensions
*/
const VERSION = 'v2.4.9';
const VERSION = 'v2.4.11';

/**
* Hooks all extensions metadata mapping drivers
Expand Down

0 comments on commit 20745a1

Please sign in to comment.