Skip to content

Commit

Permalink
Version: 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Aug 11, 2022
1 parent a255669 commit 755153b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions uniforce/inc/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
*
* Sets all main constants
*
* Version: 3.6.0
* Version: 3.7.0
*/

use Cleantalk\USP\Common\State;
use Cleantalk\USP\Variables\Server;
use Cleantalk\USP\Common\RemoteCalls;

if( ! defined( 'SPBCT_PLUGIN' ) ) define( 'SPBCT_PLUGIN', 'uniforce' );
if( ! defined( 'SPBCT_VERSION' ) ) define( 'SPBCT_VERSION', '3.6.0' );
if( ! defined( 'SPBCT_VERSION' ) ) define( 'SPBCT_VERSION', '3.7.0' );
if( ! defined( 'SPBCT_AGENT' ) ) define( 'SPBCT_AGENT', SPBCT_PLUGIN . '-' . str_replace( '.', '', SPBCT_VERSION ) );
if( ! defined( 'SPBCT_USER_AGENT' ) ) define( 'SPBCT_USER_AGENT', 'Cleantalk-Security-Universal-Plugin/' . SPBCT_VERSION );

Expand Down
2 changes: 1 addition & 1 deletion uniforce/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Version: 3.6.0
* Version: 3.7.0
*/
$file_availability = true;
$site_index_file = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '/index.php';
Expand Down
2 changes: 1 addition & 1 deletion uniforce/version.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
/**
* Version: 3.6.0
* Version: 3.7.0
*/

0 comments on commit 755153b

Please sign in to comment.