From a0067df77266866cf38b43859b3cd3a55ff640b4 Mon Sep 17 00:00:00 2001 From: Vitalii Solovei Date: Tue, 5 Nov 2024 16:00:34 +0100 Subject: [PATCH] remove log (WP-914) --- composer.json | 2 +- inc/Smartling/Bootstrap.php | 1 - readme.txt | 5 ++++- smartling-connector.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 42c4f021..7faf7a30 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "smartling/wordpress-connector", "license": "GPL-2.0-or-later", - "version": "3.9.13", + "version": "3.9.14", "description": "", "type": "wordpress-plugin", "repositories": [ diff --git a/inc/Smartling/Bootstrap.php b/inc/Smartling/Bootstrap.php index 8c3562e9..af63f475 100644 --- a/inc/Smartling/Bootstrap.php +++ b/inc/Smartling/Bootstrap.php @@ -435,7 +435,6 @@ private function initializeBuildInContentTypes(ContainerBuilder $di): void * Post types and taxonomies are registered on 'init' hook, but this code is executed on 'plugins_loaded' hook, * so we need to postpone dynamic handlers execution */ - self::$loggerInstance->info('Smartling bootstrap, action: ' . current_action()); add_action($action, static function () use ($action, $di) { // registering taxonomies first. $dynTermDefinitions = apply_filters(ExportedAPI::FILTER_SMARTLING_REGISTER_CUSTOM_TAXONOMY, []); diff --git a/readme.txt b/readme.txt index 672be987..c1f2a397 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: translation, localization, localisation, translate, multilingual, smartlin Requires at least: 5.5 Tested up to: 6.6.2 Requires PHP: 8.0 -Stable tag: 3.9.13 +Stable tag: 3.9.14 License: GPLv2 or later Translate content in WordPress quickly and seamlessly with Smartling, the industry-leading Translation Management System. @@ -62,6 +62,9 @@ Additional information on the Smartling Connector for WordPress can be found [he 3. Track translation status within WordPress from the Submissions Board. View overall progress of submitted translation requests as well as resend updated content. == Changelog == += 3.9.14 = +* Remove excessive logging + = 3.9.13 = * Improved handling of service strings inside nested ACF fields: they no longer should be sent for translation * Fixed Bulk Submit ingesting only one submission for translation when many were selected diff --git a/smartling-connector.php b/smartling-connector.php index 34126d60..dacf3547 100755 --- a/smartling-connector.php +++ b/smartling-connector.php @@ -11,7 +11,7 @@ * Plugin Name: Smartling Connector * Plugin URI: https://www.smartling.com/products/automate/integrations/wordpress/ * Description: Integrate your WordPress site with Smartling to upload your content and download translations. - * Version: 3.9.13 + * Version: 3.9.14 * Author: Smartling * Author URI: https://www.smartling.com * License: GPL-2.0+