From 755153b9d2d8e1023a5d7f7a80ef3c19b39e0e45 Mon Sep 17 00:00:00 2001 From: Glomberg Date: Thu, 11 Aug 2022 15:59:28 +0300 Subject: [PATCH] Version: 3.7.0 --- uniforce/inc/common.php | 4 ++-- uniforce/index.php | 2 +- uniforce/version.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/uniforce/inc/common.php b/uniforce/inc/common.php index 25d695e..42f03ff 100644 --- a/uniforce/inc/common.php +++ b/uniforce/inc/common.php @@ -5,7 +5,7 @@ * * Sets all main constants * - * Version: 3.6.0 + * Version: 3.7.0 */ use Cleantalk\USP\Common\State; @@ -13,7 +13,7 @@ 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 ); diff --git a/uniforce/index.php b/uniforce/index.php index 24a8327..8561766 100644 --- a/uniforce/index.php +++ b/uniforce/index.php @@ -1,6 +1,6 @@