Releases: AcclaroInc/craft-translations
Releases · AcclaroInc/craft-translations
Version 3.0.1
Fixed
- Unhandled exception on plugin installation (AcclaroInc#387)
- Exception opening plugin dashboard when acclaro feed is unavailable.
Version 3.0.0
Fixed
- Track target content changes alerts (AcclaroInc#488)
- An issue where order details page loads without order id when order is being submitted to api translator from queue.
- An issue where deleting draft from
globalsetdraft/assetdraft
detail page was removing order file.
Updated
- Requires Craft
4.0.0+
- Requires PHP
8.0.2+
- Category draft's custom logic with craft's native code. (Craft now supports category drafts)
- Download TM files action disabled by default.
- Entry draft live-preview feature.
Added
- Entry quick-edit feature (AcclaroInc#490)
- Request a quote feature (AcclaroInc#11)
- Logging in webhook flow for api orders.
Removed
- Removed unsused
editDraftAssets
. - Removed
translations_categorydrafts
table.
Chore
- Code refactoring and cleanup.
Version 2.2.3
Fixed
- An issue where target content was missing after merging into the draft (AcclaroInc#358)
- An issue where exported redactor links were missing some required data (AccclaroInc#364)
- An issue where entry was missing assets fields after merging into draft (AcclaroInc#362)
- An issue where seomatic image field missing after merging into the draft (Issue#371)
- A bug where global config settings for track source/target changes were interfering with submitted orders track changes
- An issue where category drafts were missing content from non-localized blocks and draft titles were updated but not saved (AcclaroInc#375).
- An issue where category drafts were not editable and led to errors when saved or published from the draft detail page.
Updated
- To prevent target entry sync for old orders which were created before
track target content
feature was introduced. - The disable logging behavior changed from only disabling API calls to completely disabled plugin logs (AcclaroInc#373)
- Download/Sync TM files option is only available when the user can see an alert icon for target mismatch.
Version 3.0.0-beta.1
3.0.0-beta.1 - 2022-07-14
Fixed
- An issue where
New translations
button on entry index page remains active on switching entry groups. - An issue where deleting draft from
globalsetdraft/assetdraft
detail page was removing order file.
Updated
- Craft minimum version from 3.7.33 to 4.0.0
- Requires PHP ^8.0.2
- Category draft's custom logic with craft's native code. (Craft now supports category drafts)
- Download TM files action disabled by default.
Added
- Support for Craft 4.
- Logging in webhook flow for api orders.
Removed
- Removed unsused
editDraftAssets
. - Removed
translations_categorydrafts
table.
Chore
- Code refactoring and cleanup.
Version 2.2.2
Fixed
- An issue where order fails to open when preview url length exceeds 255 chars. (#341)
Updated
- Removed the use of
filetype
param in API order sync call.
Version 2.2.1
Fixed
- TM alignment error parsing special characters (AcclaroInc/#483)
- Track target content notice bug (AcclaroInc/#484)
- TM alignment file export bug (AcclaroInc/485)
Updated
craftcms/cms
minimum version from3.7.33
to3.7.36
due to dependency vulnerabilitiesguzzlehttp/guzzle
minimum version from6.5.7
to6.5.8
due to dependency vulnerabilities
Version 2.2.0
Fixed
- Missing translation draft edits after applying (AcclaroInc/#477)
- Duplicate resnames in exported XML (AcclaroInc/#472)
- Issue with duplicated blocks and overwritten values in multiple working drafts
- Issue with localized matrix fields when order submitted with non-primary source site (AcclaroInc/#467)
- Duplicate "Modified" Order status (#299)
- Acclaro orders sync issue (#334)
- Draft deletion on Order removal
- Draft application error with JSON and CSV formats
- Issue with order page auto-refresh on queue job completion
Added
- Translation memory alignment (AcclaroInc/#442)
- Enhanced UX for Order preview links (AcclaroInc/#448)
- Vizy plugin support (AcclaroInc/#305)
- Acclaro API
createOrder
request paramtype
asWebsite
(AcclaroInc/#476) - Allow file actions for "Applied" Orders (AcclaroInc/#431)
- A confirmation warning when clearing orders from settings page
Updated
- Craft minimum version from
3.7.14
to3.7.33
Version 2.1.4
Updated
- ISO alias mapping API endpoint
Fixed
- Plugin uninstallation bug
- Changed required verstion for
enshrined/svg-sanitize
to fix cross site scriptiong (AcclaroInc/#458)
Version 2.1.3
Fixed
- Entry relation for disabled target reference (AcclaroInc/#455)
$order->siteId
to$order->sourceSite
(#305)- Nested Supertable bug (AcclaroInc/#451)
- Missing title on "Merge into draft" bug (AcclaroInc/#437)