Skip to content

Commit

Permalink
Jetpack: Remove WAF deprecation notice (#39568)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller authored Sep 27, 2024
1 parent b03243a commit 337fdd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
14 changes: 0 additions & 14 deletions projects/plugins/jetpack/_inc/client/security/waf.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { FormFieldset } from 'components/forms';
import { createNotice, removeNotice } from 'components/global-notices/state/notices/actions';
import JetpackBanner from 'components/jetpack-banner';
import { withModuleSettingsFormHelpers } from 'components/module-settings/with-module-settings-form-helpers';
import SimpleNotice from 'components/notice';
import NoticeAction from 'components/notice/notice-action';
import SettingsCard from 'components/settings-card';
import SettingsGroup from 'components/settings-group';
import {
Expand Down Expand Up @@ -501,18 +499,6 @@ export const Waf = class extends Component {
hideButton={ true }
>
{ isWafActive && <QueryWafSettings /> }
<SimpleNotice
showDismiss={ false }
status="is-info"
text={ __(
'The settings for the Firewall will be moved to Jetpack Protect in Jetpack version 13.10.',
'jetpack'
) }
>
<NoticeAction href={ this.props.getProtectUrl }>
{ __( 'Get Jetpack Protect', 'jetpack' ) }
</NoticeAction>
</SimpleNotice>
<SettingsGroup
disableInOfflineMode
module={ this.props.getModule( 'waf' ) }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Removed deprecation notice as the firewall feature will not be removed in the next release.

0 comments on commit 337fdd7

Please sign in to comment.