Skip to content

Commit 16df40b

Browse files
committed
minor #17022 [Doctrine] MakerBundle 1.3 is too old to reference (jrushlow)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Doctrine] MakerBundle 1.3 is too old to reference MakerBundle 1.2/1.3 were released back in 2018. We're at `v1.44.0` now. I don't think we need to reference this anymore. Commits ------- 424ad98 [Doctrine] MakerBundle 1.3 is too old to reference
2 parents 58c16a6 + 424ad98 commit 16df40b

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ whitelist:
8585
- '.. versionadded:: 2.4.0' # SwiftMailer
8686
- '.. versionadded:: 1.30' # Twig
8787
- '.. versionadded:: 1.35' # Twig
88-
- '.. versionadded:: 1.2' # MakerBundle
89-
- '.. versionadded:: 1.11' # MakerBundle
90-
- '.. versionadded:: 1.3' # MakerBundle
91-
- '.. versionadded:: 1.8' # MakerBundle
88+
- '.. versionadded:: 1.11' # Messenger (Middleware / DoctrineBundle)
9289
- '.. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
9390
- '.. versionadded:: 1.0.0' # Encore
9491
- '.. versionadded:: 5.1' # Private Services

controller.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ and ``redirect()`` methods::
153153

154154
// redirects to a route and maintains the original query string parameters
155155
return $this->redirectToRoute('blog_show', $request->query->all());
156-
156+
157157
// redirects to the current route (e.g. for Post/Redirect/Get pattern):
158158
return $this->redirectToRoute($request->attributes->get('_route'));
159159

@@ -315,10 +315,6 @@ use:
315315
created: templates/product/new.html.twig
316316
created: templates/product/show.html.twig
317317
318-
.. versionadded:: 1.2
319-
320-
The ``make:crud`` command was introduced in MakerBundle 1.2.
321-
322318
.. index::
323319
single: Controller; Managing errors
324320
single: Controller; 404 pages

doctrine.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ need. The command will ask you some questions - answer them like done below:
127127
>
128128
(press enter again to finish)
129129
130-
.. versionadded:: 1.3
131-
132-
The interactive behavior of the ``make:entity`` command was introduced
133-
in MakerBundle 1.3.
134-
135130
Whoa! You now have a new ``src/Entity/Product.php`` file::
136131

137132
// src/Entity/Product.php

0 commit comments

Comments
 (0)