Skip to content

Commit 1854a4e

Browse files
Updates the version tag to 1.3.3.
1 parent d1f76bf commit 1854a4e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: performance, transients, autoload, healthcheck, load time, ssl, https, che
55
Requires at least: 5.5
66
Tested up to: 6.8.3
77
Requires PHP: 7.2
8-
Stable tag: 1.3.2
8+
Stable tag: 1.3.3
99
License: GPLv3+
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

src/Admin/AJAX.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ private function extract_form_data() {
278278
/**
279279
* Verifies AJAX request security (nonce and capability).
280280
*
281-
* @since {VERSION}
281+
* @since 1.3.3
282282
*
283283
* @param string $action The action name for nonce verification.
284284
*/

src/Helpers/Request.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
* The Request class.
66
*
77
* @package supervisor
8-
* @since {VERSION}
8+
* @since 1.3.3
99
*/
1010
final class Request {
1111

1212
/**
1313
* Allowed sanitization callbacks.
1414
*
15-
* @since {VERSION}
15+
* @since 1.3.3
1616
*
1717
* @var array
1818
*/
@@ -24,7 +24,7 @@ final class Request {
2424
/**
2525
* Gets a GET parameter.
2626
*
27-
* @since {VERSION}
27+
* @since 1.3.3
2828
*
2929
* @param string $key The parameter key.
3030
* @param mixed $default_value Optional. Default value if not found. Default null.
@@ -53,7 +53,7 @@ public static function get_arg( $key, $default_value = null, $sanitizer = 'sanit
5353
/**
5454
* Gets a POST parameter.
5555
*
56-
* @since {VERSION}
56+
* @since 1.3.3
5757
*
5858
* @param string $key The parameter key.
5959
* @param mixed $default_value Optional. Default value if not found. Default null.

supervisor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Supervisor
44
* Plugin URI: https://supervisorwp.com
55
* Description: A plugin to help improve the performance and security of your WordPress install.
6-
* Version: 1.3.2
6+
* Version: 1.3.3
77
* Author: Supervisor Team
88
* Author URI: https://supervisorwp.com/contributors
99
* License: GPL-3.0+
@@ -24,7 +24,7 @@
2424
* @since 1.0.0
2525
*/
2626
define( 'SUPV', true );
27-
define( 'SUPV_VERSION', '1.3.2' );
27+
define( 'SUPV_VERSION', '1.3.3' );
2828

2929
define( 'SUPV_PLUGIN_DIR', dirname( __FILE__ ) );
3030
define( 'SUPV_PLUGIN_URL', plugins_url( '', __FILE__ ) );

0 commit comments

Comments
 (0)