Skip to content

Commit ec84eb5

Browse files
committed
3.3.0
1 parent ea1e025 commit ec84eb5

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"extra": {
7373
"branch-alias": {
74-
"dev-master": "3.0-dev"
74+
"dev-main": "3.4-dev"
7575
}
7676
},
7777
"autoload": {

src/DoctrineExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Mapping/Driver/File.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)