smartling 7.x-4.18

Insecure
Unsupported

This release contains no changes in the connector itself. The only change is updated api-sdk-php dependency.

smartling 7.x-4.17

Bug fixes
Insecure
Unsupported

Fixed issues:

  • Added smartling_entity_date.file_name shortening in case it more than 255 characters

smartling 7.x-4.16

New features
Insecure
Unsupported

New features:

  • Added support for HTML attributes translation

smartling 7.x-4.15

New features
Insecure
Unsupported

New features:

  • Implemented support for quiz/multichoice module (only works with translation by nodes method)

smartling 7.x-4.14

Bug fixes
Insecure
Unsupported

Fixed issues:

  • "Automatically convert entities for translation" option doesn't work
  • Bulk submit for nodes view doesn't show nodes with "und" language

smartling 7.x-4.13

Bug fixes
Insecure
Unsupported

Fixed issues:

  • Issue #3176976 by scott.allison: Content Utilities submodule references incorrect permission

smartling 7.x-4.11

Bug fixes
Insecure
Unsupported

Fixed issues:

  • Do not translate log messages

smartling 7.x-4.10

Bug fixes
Insecure
Unsupported

Fixed issues:

  • Issue #3023709 by Loparev: Reject submission when locale is not available for the project

smartling 7.x-4.9

Bug fixes
New features
Insecure
Unsupported

New features:

  • Added option for publishing or not publishing downloaded translation ("Nodes method")

Fixed issues:

  • Do not override source node alias after target node download ("Nodes mathod")

smartling 7.x-4.8

New features
Insecure
Unsupported

New features:

  • Reject submission if corresponding file was not found in Smartling while checking status

smartling 7.x-4.7

Bug fixes
Insecure
Unsupported
  • Fixed "Due date" field value validation
  • Fixed slow context upload (switched to async upload, resources older than 2 days are ignored, added curl timeouts)

smartling 7.x-4.6

New features
Insecure
Unsupported

New features:

  • Issue #2978038: Make it possible to change Smartling's source locale

smartling 7.x-4.5

Bug fixes
Insecure
Unsupported

FIxed issues with:

  • Saving translated entities
  • Saving locked fields for an entity without submission

smartling 7.x-4.4

New features
Insecure
Unsupported

Added "Translation lock fields" functionality. It's needed for the case when a user changed something in the translated content and this content must not be changed by further downloads.

smartling 7.x-3.6

Bug fixes
Insecure
Unsupported

Fixed issue with canceling submissions.

smartling 7.x-4.3

Insecure
Unsupported
  • Show error on admin settings page if smartling directory is not set up properly
  • Authorize Daily Bucket job if "Auto authorize" option is enabled at connector settings page
  • Simplified remote log channel name

smartling 7.x-4.2

Bug fixes
Insecure
Unsupported
  • Fixed issue with file names in job files list (broken links to Smartling Dashboard)
  • Fixed issue with authorize option (default value relies only on Automatically authorize content for translation in Smarlting) setting
  • Added unique id for log messages

smartling 7.x-4.1

Insecure
Unsupported
  • Fixed issue with context debug under invalid user
  • Fixed issue with UTC time transforms
  • Allowed to create/edit job with empty due date

smartling 7.x-4.0

New features
Insecure
Unsupported

Brings integration with Smartling Jobs API. Main features:

  1. Create Smartling Jobs with needed content (Entity edit page, Bulk submit page, Translation popup)
  2. Add needed content to existing Smartling Jobs (Entity edit page, Bulk submit page, Translation popup)

smartling 7.x-3.5

Insecure
Unsupported

Removed "sl-override-context" class from context html

smartling 7.x-3.1

Insecure
Unsupported

This release brings "Smartling remote logging" feature which sends only connector related logs to Smartling - the same information that is stored in the database. By default, this feature is enabled. If you don't want to send connector related logs then disable it after module update at connector settings page.

smartling 7.x-3.0-rc1

Bug fixes
New features
Insecure
Unsupported

This release brings Smartling FileAPIv2 into connector. It also contains all the features/improvements/fixes from 7.x-2.x branch.

smartling 7.x-2.96

Bug fixes
New features
Unsupported

1. Improved Smartling Context processing
2. Fixed update of existing translations of field_collections
3. Added support for the Bean module
4. Added proper handling for Smartling Submissions "CANCELED" status, when tracking changes for source content
5. Some other minor fixes...

smartling 7.x-2.95

Bug fixes
Unsupported

No new features. Several fixes included:
1. Fix for the condition when we need to download updated content
2. Fixed issues with smartling.services.yaml when symfony/yaml ~3.0 installed.
3. Fixed type mismatch error, when there are no items for submissions collection.
4. Fix for the unit-test. It turns out that "authorizedStringCount" - is number of strings that are left to be translated
5. Minimized log entry in case of Exception being fired. It is much more readable now.

smartling 8.x-1.0-rc1

Bug fixes
New features
Unsupported

Basic functionality to translate "content" and "configs".

smartling 7.x-2.94

Bug fixes
New features
Unsupported

- Added automatic translation context submission to Smartling (smartling_translation_context) module
- Fixed some bugs

smartling 7.x-2.93

Bug fixes
New features
Unsupported

IMPORTANT - This release adds a new ‘bulk check status” feature that will result in performance improvements when checking the status of a submission across multiple locales. The bulk check status provides status information for all locales using a single http request and yields significant performance improvements to the “smarting_check_status” queue. This also allows for translation updates made in the Smartling Dashboard to be reflected in Drupal if callback functionality is not available.
This release also adds a new column to the “smarting_entity_data” table.

smartling 7.x-2.92

Bug fixes
New features
Unsupported

Added "bulk check status" feature: which allow to check current status for the all locales of a file (node) with a single http request. Which in turn means that now the "smartling_check_status" queue can be processed much faster.

We now also track if the translation for already translated entity was changed in Smartling dashboard. Now it should be automatically downloaded to Smartling.

DB update is needed this time.

smartling 7.x-2.91

Bug fixes
New features
Unsupported

- Fixed check_status queue, when the one is being called with the help of "drush cron-run" command.
- Made check_status queue to avoid duplicates.
- improved handling of errors whenservice_container is not available.
- Improved code formatting according to Drupal standards.
- fixed hardcoded "en" source language for UI strings translation.
- Changed default behavior for UI translation import: now it will overwrite the existing translations by default. Only default choice is changed.
- Added filter by locales to Smartling submissions page

smartling 8.x-1.0-alpha1

New features
Unsupported

Initial implementation of the Smartling Connector for Drupal 8.

The translation flow can be accessed from the "Smartling" tab on a per node basis. Bulk operations are in progress.
Support for locales management and configuration.

smartling 7.x-2.90

Bug fixes
New features
Unsupported

New features:
- Finally we implemented context module. It will allow a user to capture any page of the site and upload it to Smartling so that translators could see the text that is being translated in the "context" of the whole page of the site.
- "Cancel submission" feature will allow you to cancel any piece of content from translation.
- Now you can also disable auto-resubmission of content on the cron-runs.

also some minor bugs were fixed

smartling 7.x-2.80

Bug fixes
New features
Unsupported

- Added beta preview for page context. This allows a user to submit some page with translatable context to the dashboard.
- Small UI improvements.
- Some bug fixes that improve overall module stability.

smartling 7.x-2.72

Bug fixes
New features
Unsupported

- Added support for media module.
- fixed a bug on submission list failure if empty submissions are present in the list.

smartling 7.x-2.71

Bug fixes
New features
Unsupported

Small release:
- minor bug fixes
- new feature: now you can edit the regular expression that will be used for placeholdering content (for experts only).

Pages

Subscribe with RSS Subscribe to Releases for Smartling Connector