Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetpack: Remove WAF deprecation notice #39568

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading