Skip to content

Commit

Permalink
Merge pull request #51185 from fabpot/release-6.3.3
Browse files Browse the repository at this point in the history
released v6.3.3
  • Loading branch information
fabpot committed Jul 31, 2023
2 parents 1faa50c + 0d62ef1 commit 3fc1328
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-6.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ in 6.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v6.3.0...v6.3.1

* 6.3.3 (2023-07-31)

* bug #51178 [Finder] Revert "Fix children condition in ExcludeDirectoryFilterIterator" (derrabus)

* 6.3.2 (2023-07-30)

* bug #51138 [Scheduler] Postpone schedule creation (HypeMC)
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
*/
private static array $freshCache = [];

public const VERSION = '6.3.3-DEV';
public const VERSION = '6.3.3';
public const VERSION_ID = 60303;
public const MAJOR_VERSION = 6;
public const MINOR_VERSION = 3;
public const RELEASE_VERSION = 3;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';

public const END_OF_MAINTENANCE = '01/2024';
public const END_OF_LIFE = '01/2024';
Expand Down

0 comments on commit 3fc1328

Please sign in to comment.