Releases: picasso/zu-translate
Releases · picasso/zu-translate
1.3.5
1.3.3
- improved shortcode conversion for
Classic Blocks
- first support for
WooCommerce
is implemented - avoid some
post_type
forlist
option - moving
reset_qt_config_excluded
method tocurrent_screen
action - disable
qtranslate-admin-main
script withpost_type_excluded
field - implemented
is_gutenberg_disabled
method - added
ignore_cpt
option - implemented settings panel for
ignore_cpt
option - improved JS for
Language Switcher
on post/pages list - improved button CSS on
Classic
pages - Zukit updated to version 1.5.5
- fixed bug when empty language blocks lead to that all blocks are cut out by
qTranslate-XT
1.3.2
- implemented methods for
duplication
of posts - implemented converter for
Classic Blocks
- added options panel for
convert
action - implemented splitter for
Classic Blocks
- added options panel for
split
action - data for
Settings Page
and Block Editor were split - fixed bug when
classic
block was empty - small improvements
1.3.0
- added
Copy from
button to the language switcher - added
initialOpen
option for the language switching panel - added
Explorer
module to investigate problems withEntity
updates - added flags to menu items, improved keyboard navigation
- added
flashing
button when RAW copying is not possible - fixed bug with
flags
location - fixed bug when
raw
was not updated if value wasundefined
- fixed bug when sync could not complete due to the fact that the values of the languages matched
- GUTENBERG specification updated
- improved CSS on the
Settings
page - improved debug messages
1.2.5
1.2.3
- implemented tracking of attribute changes with
WP Data Store
(without Event Listeners) - RAW update implemented without
Event Listeners
- optimization of tracking changes for attributes
- implemented functionality for reset Post Editor backups
- added
nobackups
option for Block Editor - added support to clean changes for mode without blocks synchronization
- added check
has Session Storage Support
- added debug messages for
raw_helpers
option - fixed bug when
translatedValues
are used with wronglang
value - no more storing
lang
on the reference (leads to complex and difficult to detect errors) - modified
syncCompleted
function to avoid removing non existent id - other small improvements
1.2.1
1.2.0
- added
unsaved
option to control unsaved changes after language switching - support session lang with
unsaved
option - optimization of hooks
- refactoring
switchRawAttributes
withEdited Entity
- synced
enableDebug
vars with plugin Debug Options - improved debug messages
- Zukit updated to version 1.4.9
- fixed bug with
sessionLang
- small improvements
1.1.0
- added public methods
- completed the analysis of standard WP blocks
- processing such cases where the rendered block was not found in the content of page
- replaced
getBlockOrder
ongetEditorBlocks
in order not to miss the inner block IDs - included in
parse_blocks
all inner blocks - added a check if the attribute has already been added
- added a note about the current implementation (GUTENBERG.md)
1.0.3
- restored option to add Language Switcher to post/pages list
- refactoring
admin-edit
script to support support forQuick Edit
and post/pages list - added
session
option support - added support for shortcodes in menu
- added
appearance
andlarge
options - to change appearance of language buttons - implemented
inserted
hooks to deal with element removed from the page when the attribute Panel is closed - implemented
not synced
language switching - small CSS improvements