Skip to content

Commit 5809a6a

Browse files
committed
[Scheduler] Remove mentions to Symfony 6.4
1 parent ca59216 commit 5809a6a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

scheduler.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,6 @@ For example::
238238
The day of month range is ``1-28``, this is to account for February
239239
which has a minimum of 28 days.
240240

241-
.. versionadded:: 6.4
242-
243-
Since version 6.4, it is now possible to add and define a timezone as a 3rd argument
244-
245241
Periodical Triggers
246242
~~~~~~~~~~~~~~~~~~~
247243

@@ -352,11 +348,6 @@ the Messenger component:
352348
.. image:: /_images/components/scheduler/generate_consume.png
353349
:alt: Symfony Scheduler - generate and consume
354350

355-
.. versionadded:: 6.4
356-
357-
Since version 6.4, you can define your messages via a ``callback`` via the
358-
:class:`Symfony\\Component\\Scheduler\\Trigger\\CallbackMessageProvider`.
359-
360351
Debugging the Schedule
361352
----------------------
362353

@@ -380,12 +371,6 @@ recurring messages. You can narrow down the list to a specific schedule:
380371
15 4 */3 * * App\Messenger\Foo(0:17..) Mon, 18 Dec 2023 ...
381372
-------------------- -------------------------- ---------------------
382373
383-
.. versionadded:: 6.4
384-
385-
Since version 6.4, you can even specify a date to determine the next run date
386-
using the ``--date`` option. Additionally, you have the option to display
387-
terminated recurring messages using the ``--all`` option.
388-
389374
Efficient management with Symfony Scheduler
390375
-------------------------------------------
391376

0 commit comments

Comments
 (0)