Skip to content

Commit

Permalink
Issue backdrop-contrib#42: Add replacement module: content_moderation…
Browse files Browse the repository at this point in the history
… for workbench_moderation.
  • Loading branch information
jenlampton committed Apr 5, 2024
1 parent a1d9169 commit abd6530
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backdrop_upgrade_status.compare.inc
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,11 @@ function backdrop_upgrade_status_obsolete(&$projects, $project) {
$projects[$project]['replaced_by'][0]['name'] = 'profile';
break;

case 'workbench_moderation':
$projects[$project]['obsolete_since'] = '1.x';
$projects[$project]['replaced_by'][0]['name'] = 'content_moderation';
break;

case 'yoast_seo':
$projects[$project]['obsolete_since'] = '1.x';
$projects[$project]['replaced_by'][0]['name'] = 'realtime_seo';
Expand Down

0 comments on commit abd6530

Please sign in to comment.