Skip to content

Commit

Permalink
Merge branch 'release/1.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Culka committed Nov 24, 2023
2 parents d819098 + 1b1945b commit 74cf5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trexima/cv",
"description": "Bundle provides form for creating CV in european format.",
"type": "symfony-bundle",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/Entity/EuropeanCVPractice.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EuropeanCVPractice
private MonthYearRange $dateRange;

#[Assert\NotBlank]
#[Assert\Length(max: 100, maxMessage: 'trexima_european_cv.max_length_reached')]
#[Assert\Length(max: 256, maxMessage: 'trexima_european_cv.max_length_reached')]
#[ORM\Column(type: 'string', length: 256, nullable: true)]
private ?string $title = null;

Expand Down

0 comments on commit 74cf5f0

Please sign in to comment.