Skip to content

Commit

Permalink
Fix Protect version (#31952)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller authored Jul 18, 2023
1 parent eff98a6 commit b26d08c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: minor
Significance: patch
Type: added

Add brute force protection access for particular environments that do not support the WAF
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: major
Significance: patch
Type: added

Add authentication to zendesk chat widget
Updated composer.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Significance: minor
Significance: patch
Type: changed

Remove conditional rendering from zendesk chat widget component due to it being handled by an api endpoint now
Updated composer.lock
2 changes: 1 addition & 1 deletion projects/plugins/protect/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"automattic/jetpack-autoloader": true,
"automattic/jetpack-composer-plugin": true
},
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ2_0_0_alpha"
"autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_4_1_alpha"
}
}
4 changes: 2 additions & 2 deletions projects/plugins/protect/jetpack-protect.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Jetpack Protect
* Plugin URI: https://wordpress.org/plugins/jetpack-protect
* Description: Security tools that keep your site safe and sound, from posts to plugins.
* Version: 2.0.0-alpha
* Version: 1.4.1-alpha
* Author: Automattic - Jetpack Security team
* Author URI: https://jetpack.com/protect/
* License: GPLv2 or later
Expand Down Expand Up @@ -32,7 +32,7 @@
exit;
}

define( 'JETPACK_PROTECT_VERSION', '2.0.0-alpha' );
define( 'JETPACK_PROTECT_VERSION', '1.4.1-alpha' );
define( 'JETPACK_PROTECT_DIR', plugin_dir_path( __FILE__ ) );
define( 'JETPACK_PROTECT_ROOT_FILE', __FILE__ );
define( 'JETPACK_PROTECT_ROOT_FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit b26d08c

Please sign in to comment.