Skip to content

Releases: picasso/zu-translate

1.3.5

07 Mar 10:44
Compare
Choose a tag to compare
  • more specific regex for edit.php pages
  • implemented Advanced Settings panel
  • added list_exclude option for CPT that will be ignored for "posts/pages" switcher
  • fix for WooCommerce coupons

1.3.3

05 Mar 15:42
Compare
Choose a tag to compare
  • improved shortcode conversion for Classic Blocks
  • first support for WooCommerce is implemented
  • avoid some post_type for list option
  • moving reset_qt_config_excluded method to current_screen action
  • disable qtranslate-admin-main script with post_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

24 Feb 10:41
Compare
Choose a tag to compare
  • 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

09 Feb 09:59
Compare
Choose a tag to compare
  • added Copy from button to the language switcher
  • added initialOpen option for the language switching panel
  • added Explorer module to investigate problems with Entity 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 was undefined
  • 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

25 Jan 14:28
Compare
Choose a tag to compare
  • in support of the option nobackups added deletion of autosave on the server
  • systematized colors for debug messages
  • minify JS output

1.2.3

21 Jan 19:36
Compare
Choose a tag to compare
  • 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 wrong lang 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

20 Jan 12:12
Compare
Choose a tag to compare
  • added isPostPublished state tracking
  • disable clean entity state when the post is not published
  • replace DOM elements (which have RAW) with content in selected language
  • small improvements

1.2.0

19 Jan 23:54
Compare
Choose a tag to compare
  • added unsaved option to control unsaved changes after language switching
  • support session lang with unsaved option
  • optimization of hooks
  • refactoring switchRawAttributes with Edited 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

10 Jan 18:32
Compare
Choose a tag to compare
  • 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 on getEditorBlocks 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

09 Jan 17:16
Compare
Choose a tag to compare
  • restored option to add Language Switcher to post/pages list
  • refactoring admin-edit script to support support for Quick Edit and post/pages list
  • added session option support
  • added support for shortcodes in menu
  • added appearance and large 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