Skip to content

Commit 655c34c

Browse files
committed
Version. 3.12.0.
1 parent 327c42b commit 655c34c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

uniforce/inc/common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Sets all main constants
77
*
8-
* Version: 3.11.0
8+
* Version: 3.12.0
99
*/
1010

1111
use Cleantalk\USP\Common\Err;
@@ -14,7 +14,7 @@
1414
use Cleantalk\USP\Common\RemoteCalls;
1515

1616
if( ! defined( 'SPBCT_PLUGIN' ) ) define( 'SPBCT_PLUGIN', 'uniforce' );
17-
if( ! defined( 'SPBCT_VERSION' ) ) define( 'SPBCT_VERSION', '3.11.0' );
17+
if( ! defined( 'SPBCT_VERSION' ) ) define( 'SPBCT_VERSION', '3.12.0' );
1818
if( ! defined( 'SPBCT_AGENT' ) ) define( 'SPBCT_AGENT', SPBCT_PLUGIN . '-' . str_replace( '.', '', SPBCT_VERSION ) );
1919
if( ! defined( 'SPBCT_USER_AGENT' ) ) define( 'SPBCT_USER_AGENT', 'Cleantalk-Security-Universal-Plugin/' . SPBCT_VERSION );
2020

uniforce/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Version: 3.11.0
3+
* Version: 3.12.0
44
*/
55
$file_availability = true;
66
$site_index_file = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '/index.php';

uniforce/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
/**
3-
* Version: 3.11.0
3+
* Version: 3.12.0
44
*/

0 commit comments

Comments
 (0)