Skip to content

Commit 20745a1

Browse files
committed
bump version and update readme
1 parent b6ee36a commit 20745a1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Doctrine2 behavioral extensions
22

3-
**Version 2.4.9**
3+
**Version 2.4.11**
44

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

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

1313
### Latest updates
1414

15+
**2016-01-27**
16+
17+
- Nested tree now allows root field as association.
18+
1519
**2015-05-01**
1620

1721
- 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.

lib/Gedmo/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class DoctrineExtensions
2323
/**
2424
* Current version of extensions
2525
*/
26-
const VERSION = 'v2.4.9';
26+
const VERSION = 'v2.4.11';
2727

2828
/**
2929
* Hooks all extensions metadata mapping drivers

0 commit comments

Comments
 (0)