The format is based on Keep a Changelog and this project adheres to Semantic Versioning. Instead of change type headers, we use module names.
html_heading
- html content displayed on the header of product’s tag pageuser_assignable
- flag whether the tag could be assigned to product manually by userfrontend_visible
- flag to specify if tag will be visible on product’s pages$widgetManager->removeWidget()
in your *Module.php
:
$widgetManager->removeWidget(
'payments.admin.user_payments.listing.recurrent.actions',
\Crm\PaymentsModule\Components\ReactivateFailedRecurrentPaymentWidget\ReactivateFailedRecurrentPaymentWidget::class,
);
setSubscribeOnlyConfirmedUser(true)
in setup
part of mailerMailerConfig
service configuration. remp/crm#2650SegmentsSeeder
and seed unsubscribe_inactive_users_from_newsletters_list
segment. remp/remp#1277SubscriptionStarts
which is triggered when subscription starts. remp/novydenik#1074
SubscriptionStartsHandler
which dispatches subscription_starts
scenarios event.FirstSubscriptionInPeriodCriteria
. It can be used to find the first subscription of a specific content access. remp/novydenik#1074softDelete
on subscription type item ignoring providers blocking update. remp/crm#2881name
and user_label
properties to the subscription object of the /api/v1/users/subscriptions
API response. remp/crm#2916secure
flag to n_token
access token cookie, if request is done over HTTPS. remp/crm#2195UserConnectedAccountsListWidget
now list all connected accounts, not just Apple or Google. remp/crm#2890/api/v1/users/touch
to refresh cached user’s data. remp/web#2061/api/v1/users/email-check
API endpoint for simple email check, without password check and rate limiting, using bearer token authentication. remp/crm#2909@crm.press
. Demo users will not be seeded if there are already users in the database (to prevent reseeding in case they were deleted). remp/crm#2889