|
@@ -5,8 +5,7 @@
|
|
|
### Latest updates
|
|
|
|
|
|
**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. ODM currently
|
|
|
-does not work with **doctrine common 2.2.x**
|
|
|
+master branch is based on 2.2.x versions and may not work with 2.1.x components.
|
|
|
|
|
|
**2011-12-20**
|
|
|
|
|
@@ -25,18 +24,6 @@ from the specific version, etc.: **2.2.x** or **2.1.x** both are supported
|
|
|
- [@everzet](https://github.com/everzet) has contributed the **Translator** behavior, which indeed
|
|
|
is a more explicit way of handling translations in your projects
|
|
|
|
|
|
-**2011-10-08**
|
|
|
-
|
|
|
-- Thanks to [@acasademont](https://github.com/acasademont) Translatable now does not store translations for default locale. It is always left as original record value.
|
|
|
-So be sure you do not change your default locale per project or per data migration. This way
|
|
|
-it is more rational and unnecessary to store it additionaly in translation table.
|
|
|
-
|
|
|
-**2011-09-24**
|
|
|
-
|
|
|
-- Sluggable was refactored with a **BC break** for the sake of simplicity it now uses a single @Slug annotation.
|
|
|
-Also there were slug handlers introduced for extended sluggable functionality, like path based
|
|
|
-or relation based slugs. See the [documentation](https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/sluggable.md)
|
|
|
-
|
|
|
### Summary and features
|
|
|
|
|
|
This package contains extensions for Doctrine2 that hook into the facilities of Doctrine and
|
|
@@ -83,7 +70,6 @@ List of extensions which support ODM
|
|
|
- Sluggable
|
|
|
- Timestampable
|
|
|
- Loggable
|
|
|
-- Sortable
|
|
|
- Translator
|
|
|
|
|
|
All these extensions can be nested together and mapped in traditional ways - annotations,
|