You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin-release-confirmation.php
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,11 @@ public function confirm_release( $request ) {
231
231
$result['fully_confirmed'] = true;
232
232
}
233
233
234
+
// Store the release strategy if provided, overwriting any previous choice.
0 commit comments