|
@@ -7,6 +7,12 @@
|
|
|
**Note:** Use 2.1.x tag in order to use extensions based on Doctrine2.1.x versions. Currently
|
|
|
master branch is based on 2.2.x versions and may not work with 2.1.x components.
|
|
|
|
|
|
+**2012-01-09**
|
|
|
+
|
|
|
+- My [blog](http://gediminasm.org) was recently rebuilt from scratch using symfony2.
|
|
|
+All recent documentation based on [extension docs](https://github.com/l3pp4rd/DoctrineExtensions/tree/master/doc)
|
|
|
+will be available there too. Also it will be a good example for symfony2 users.
|
|
|
+
|
|
|
**2012-01-04**
|
|
|
|
|
|
- Refactored translatable to be able to persist, update many translations
|
|
@@ -80,12 +86,9 @@ List of extensions which support ODM
|
|
|
All these extensions can be nested together and mapped in traditional ways - annotations,
|
|
|
xml or yaml
|
|
|
|
|
|
-**Notice:** extension tutorial on doctrine blog is outdated, most recent documentation is in **doc** directory.
|
|
|
-There is a post introducing to these extensions on [doctrine project](http://www.doctrine-project.org/blog/doctrine2-behavioral-extensions "Doctrine2 behavior extensions")
|
|
|
-
|
|
|
-You can test these extensions on [my blog](http://gediminasm.org/test/ "Test doctrine behavior extensions").
|
|
|
-
|
|
|
-All tutorials for basic usage examples are on [my blog](http://gediminasm.org "Tutorials for extensions") also.
|
|
|
+You can test these extensions on [my blog](http://gediminasm.org/demo "Test doctrine behavioral extensions").
|
|
|
+All tutorials for basic usage examples are on [my blog](http://gediminasm.org "Tutorials for extensions") too.
|
|
|
+You can also fork or clone this blog from [github repository](https://github.com/l3pp4rd/gediminasm.org)
|
|
|
|
|
|
### Running the tests:
|
|
|
|