Skip to content

Commit 04e5be6

Browse files
authored
Update deprecation removal version from 5.0 to 6.0 in admin-ui components (#1642)
1 parent 55f013d commit 04e5be6

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/bundle/DependencyInjection/Compiler/ComponentPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\DependencyInjection\ContainerBuilder;
1616

1717
/**
18-
* @deprecated 4.6.19 The {@see \Ibexa\Bundle\AdminUi\DependencyInjection\Compiler\ComponentPass} class is deprecated, will be removed in 5.0.
18+
* @deprecated 4.6.19 The {@see \Ibexa\Bundle\AdminUi\DependencyInjection\Compiler\ComponentPass} class is deprecated, will be removed in 6.0.
1919
* Use {@see \Ibexa\Bundle\TwigComponents\DependencyInjection\Compiler\ComponentPass} instead
2020
*/
2121
class ComponentPass implements CompilerPassInterface

src/contracts/Component/Renderable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Ibexa\Contracts\TwigComponents\ComponentInterface;
1212

1313
/**
14-
* @deprecated 4.6.19 The {@see \Ibexa\Contracts\AdminUi\Component\Renderable} class is deprecated, will be removed in 5.0.
14+
* @deprecated 4.6.19 The {@see \Ibexa\Contracts\AdminUi\Component\Renderable} class is deprecated, will be removed in 6.0.
1515
* Use {@see \Ibexa\Contracts\TwigComponents\ComponentInterface} instead
1616
*/
1717
interface Renderable extends ComponentInterface

src/contracts/Component/Renderer/RendererInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace Ibexa\Contracts\AdminUi\Component\Renderer;
1010

1111
/**
12-
* @deprecated 4.6.19 The {@see \Ibexa\Contracts\AdminUi\Component\Renderer\RendererInterface} class is deprecated, will be removed in 5.0.
12+
* @deprecated 4.6.19 The {@see \Ibexa\Contracts\AdminUi\Component\Renderer\RendererInterface} class is deprecated, will be removed in 6.0.
1313
* Use {@see \Ibexa\Contracts\TwigComponents\Renderer\RendererInterface} instead
1414
*/
1515
interface RendererInterface

src/lib/Component/Event/RenderGroupEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Symfony\Contracts\EventDispatcher\Event;
1313

1414
/**
15-
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Event\RenderGroupEvent} class is deprecated, will be removed in 5.0.
15+
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Event\RenderGroupEvent} class is deprecated, will be removed in 6.0.
1616
* Use {@see \Ibexa\Contracts\TwigComponents\Event\RenderGroupEvent} instead
1717
*/
1818
class RenderGroupEvent extends Event

src/lib/Component/Event/RenderSingleEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Symfony\Contracts\EventDispatcher\Event;
1414

1515
/**
16-
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Event\RenderSingleEvent} class is deprecated, will be removed in 5.0.
16+
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Event\RenderSingleEvent} class is deprecated, will be removed in 6.0.
1717
* Use {@see \Ibexa\Contracts\TwigComponents\Event\RenderSingleEvent} instead
1818
*/
1919
class RenderSingleEvent extends Event

src/lib/Component/LinkComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Twig\Environment;
1313

1414
/**
15-
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\LinkComponent} class is deprecated, will be removed in 5.0.
15+
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\LinkComponent} class is deprecated, will be removed in 6.0.
1616
* Use {@see \Ibexa\TwigComponents\Component\LinkComponent} instead
1717
*/
1818
class LinkComponent implements ComponentInterface

src/lib/Component/Registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Ibexa\TwigComponents\Component\Registry as TwigComponentsRegistry;
1313

1414
/**
15-
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Registry} class is deprecated, will be removed in 5.0.
15+
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Registry} class is deprecated, will be removed in 6.0.
1616
* Use {@see \Ibexa\TwigComponents\Component\Registry} instead
1717
*/
1818
class Registry

src/lib/Component/Renderer/DefaultRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Ibexa\TwigComponents\Component\Renderer\DefaultRenderer as TwigComponentsDefaultRenderer;
1313

1414
/**
15-
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Renderer\DefaultRenderer} class is deprecated, will be removed in 5.0.
15+
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Renderer\DefaultRenderer} class is deprecated, will be removed in 6.0.
1616
* Use {@see \Ibexa\TwigComponents\Component\Renderer\DefaultRenderer} instead
1717
*/
1818
class DefaultRenderer implements RendererInterface

src/lib/Component/ScriptComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Twig\Environment;
1313

1414
/**
15-
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\ScriptComponent} class is deprecated, will be removed in 5.0.
15+
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\ScriptComponent} class is deprecated, will be removed in 6.0.
1616
* Use {@see \Ibexa\TwigComponents\Component\ScriptComponent} instead
1717
*/
1818
class ScriptComponent implements ComponentInterface

src/lib/Component/TwigComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Twig\Environment;
1313

1414
/**
15-
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\TwigComponent} class is deprecated, will be removed in 5.0.
15+
* @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\TwigComponent} class is deprecated, will be removed in 6.0.
1616
* Use {@see \Ibexa\TwigComponents\Component\TemplateComponent} instead
1717
*/
1818
class TwigComponent implements ComponentInterface

0 commit comments

Comments
 (0)