Skip to content

Commit

Permalink
Merge pull request #493 from AcclaroInc/release/3.3.5
Browse files Browse the repository at this point in the history
Release/3.3.5
  • Loading branch information
bhupeshappfoster authored Jan 29, 2024
2 parents ce1687b + f22b279 commit 9d952cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pluginName": "Translations for Craft",
"pluginDescription": "Drive global growth with simplified translation workflows.",
"pluginVersion": "3.3.4",
"pluginVersion": "3.3.5",
"pluginAuthorName": "Acclaro",
"pluginVendorName": "Acclaro",
"pluginAuthorUrl": "http://www.acclaro.com/",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.3.5 - 2024-01-29

### Fixed
- An issue where linkit fields were not added to source files for translation. ([AcclaroInc#523](https://github.com/AcclaroInc/craft-translations/pull/492))

## 3.3.4 - 2024-01-24

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,7 @@ class Constants
'craft\fields\RadioButtons',
'benf\neo\Field',
'verbb\vizy\fields\VizyField',
'typedlinkfield\fields\LinkField',
'craft\redactor\Field',
'fruitstudios\linkit\fields\LinkitField',
'presseddigital\linkit\fields\LinkitField',
'luwes\codemirror\fields\CodeMirrorField',
'verbb\supertable\fields\SuperTableField',
Expand Down
4 changes: 2 additions & 2 deletions src/services/fieldtranslator/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
use newism\fields\fields\Address;
use newism\fields\fields\Telephone;
use newism\fields\fields\PersonName;
use typedlinkfield\fields\LinkField;
use lenz\linkfield\fields\LinkField;
use acclaro\translations\Translations;
use craft\redactor\Field as RedactorField;
use craft\ckeditor\Field as CkEditorField;
use fruitstudios\linkit\fields\LinkitField;
use presseddigital\linkit\fields\LinkitField;
use luwes\codemirror\fields\CodeMirrorField;
use nystudio107\seomatic\fields\SeoSettings;

Expand Down

0 comments on commit 9d952cd

Please sign in to comment.