File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ a release.
2323- ` Gedmo\Mapping\Driver\File::$_paths ` property and ` Gedmo\Mapping\Driver\File::setPaths() ` method are deprecated and will
2424 be removed in version 4.0, as they are not used.
2525
26+ ## [ 3.3.0] - 2021-11-15
2627### Added
2728- Support to use Translatable annotations as attributes on PHP >= 8.0.
2829
Original file line number Diff line number Diff line change 7171 },
7272 "extra" : {
7373 "branch-alias" : {
74- "dev-master " : " 3.0 -dev"
74+ "dev-main " : " 3.4 -dev"
7575 }
7676 },
7777 "autoload" : {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ final class DoctrineExtensions
2626 /**
2727 * Current version of extensions
2828 */
29- public const VERSION = '3.2 .0 ' ;
29+ public const VERSION = '3.3 .0 ' ;
3030
3131 /**
3232 * Hooks all extension metadata mapping drivers into
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ abstract class File implements Driver
3535 protected $ _originalDriver = null ;
3636
3737 /**
38- * @deprecated since gedmo/doctrine-extensions 3.x , will be removed in version 4.0.
38+ * @deprecated since gedmo/doctrine-extensions 3.3 , will be removed in version 4.0.
3939 *
4040 * @var string[]
4141 */
@@ -49,7 +49,7 @@ public function setLocator(FileLocator $locator)
4949 /**
5050 * Set the paths for file lookup
5151 *
52- * @deprecated since gedmo/doctrine-extensions 3.x , will be removed in version 4.0.
52+ * @deprecated since gedmo/doctrine-extensions 3.3 , will be removed in version 4.0.
5353 *
5454 * @param string[] $paths
5555 *
You can’t perform that action at this time.
0 commit comments