fix the since version
authordemeritcowboy <demeritcowboy@hotmail.com>
Thu, 24 Feb 2022 00:12:25 +0000 (19:12 -0500)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Thu, 24 Feb 2022 00:12:25 +0000 (19:12 -0500)
Civi/Api4/Mailing.php
Civi/Api4/MailingJob.php

index e9ada0ac81203463b9c64079cf5271013bf5e7e6..49060f099709601218a5b6ed42e30d0496cc8403 100644 (file)
@@ -17,7 +17,7 @@ namespace Civi\Api4;
  *
  * @searchable secondary
  * @see https://docs.civicrm.org/user/en/latest/email/what-is-civimail/
- * @since 5.47
+ * @since 5.48
  * @package Civi\Api4
  */
 class Mailing extends Generic\DAOEntity {
index 56b43d88e00f76958c89cf6e7d23eb27832bb2d3..cf187a8ed29ed38d25e85f04bbca01203716db3c 100644 (file)
@@ -20,7 +20,7 @@ use Civi\Api4\Generic\Traits\ReadOnlyEntity;
  * @searchable none
  *
  * @see https://docs.civicrm.org/user/en/latest/email/what-is-civimail/
- * @since 5.47
+ * @since 5.48
  * @package Civi\Api4
  */
 class MailingJob extends Generic\DAOEntity {