Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Releases: hyyan/woo-poly-integration

1.0.2 Release Beta 2

16 Jun 05:21
Compare
Choose a tag to compare
1.0.2 Release Beta 2 Pre-release
Pre-release
  • Fixes #195 Locale number formatting for prices and built-in attributes
  • Fixes #190 Products Quick Edit now synchronizes translations
  • Fixes #187 Wordpress 4.8 breaks translation for new Variation Products
  • Fixes #184 Stock update incorrect if customer switches language while checking out
  • Fixes #186 Shipping Method translation regression from 1.0.1
  • Fixes #188 When translating Variations, code tries to create copies of untranslated terms
  • Fixes #182 email translation extension hooks thanks to @vendidero/WooCommerce Germanized
  • Fixes #181 additional filters in Meta synchronization thanks to @vendidero/WooCommerce Germanized

1.0.2 Beta / Release Candidate

14 Jun 00:44
Compare
Choose a tag to compare
Pre-release
  • Fixes #190 Products Quick Edit now synchronizes translations
  • Fixes #187 Wordpress 4.8 breaks translation for new Variation Products
  • Fixes #184 Stock update incorrect if customer switches language while checking out
  • Fixes #186 Shipping Method translation regression from 1.0.1
  • Fixes #188 When translating Variations, code tries to create copies of untranslated terms
  • Fixes #182 email translation extension hooks thanks to @vendidero/WooCommerce Germanized
  • Fixes #181 additional filters in Meta synchronization thanks to @vendidero/WooCommerce Germanized

v1.0.1

05 Jun 16:39
Compare
Choose a tag to compare

Thanks for @Jon007 for his amazing job in supporting the plugin

1.0.1

  • Fixes #170 when WooCommerce 3.0.8+ active, product variation titles corrected in cart and orders
  • Added Documentation links to new wiki Documentation pages
  • Added minified javascript (enable SCRIPT_DEBUG to use unminified versions)
  • Fixes #174 Error in autofill of missing translations of parent category
  • Fixes #175 WooCommerce doesn't pass loop name for some shortcodes
  • Fixes #10 Initial setup issues if Polylang is not yet configured

v1.0.0

01 Jun 18:11
Compare
Choose a tag to compare

Thanks for @Jon007 and @decarvalhoaa for the amazing work in order to release this new version

This release fixes a number of issues around handling of attributes and translations.
In particular:

  1. New translations can now use auto-copy of source language, to help save time translating.
    In future a machine translation will be added.
    Copy option covers Product Title, Short Description and Long Description.
    Also when creating a new product, any missing Product Categories, Tags and Attributes are copied,
    to avoid unexpected problems which occur if a translation is saved with missing term translations.

  2. it is now possible to set up the system to allow different types of product attributes
    to be synchronised, translated, or independent in each language. The default options will be:

  • Translation and Synchronization Enabled for Product Attributes
  • Synchronization off for Custom Product Attributes

In this case choose how to set up your product attributes as follows:

  • Translated Attribute? Add in Products\Attributes and turn on Translation in Polylang at:
    Languages\Settings\Custom Taxonomies
  • Synchronised Attribute? [eg same value in all languages, eg product code, numeric properties]
    Add in Products\Attributes and leave Translation turned off in Polyang.
  • Different value in each language? add directly to Product as a Custom Product Attribute
  • Enh: synchronisation for Custom Product Attributes and Global Product Attributes can now be
    turned on and off independently in
    Settings\WooPoly, Metas List, Attributes Metas, Custom Product Attributes.
    The fields locker is unlocked for the attribute types which are not synchronized.
  • Fix: Global Product Attributes can now be individually configured in Polylang:
    When Settings\WooPoly Translation attributes is checked then attributes appear in Polylang:
    Languages\Settings\Custom Taxonomies lists the individual taxonomies
    Previously all attributes translation were forced on: now they can be selectively turned
    on and off. This means that there is no longer any need to create dummy translations for
    untranslateable values such as reference codes and numeric fields. Fixes #127.
    CHANGE: new Product Attributes are no longer automatically enabled for translation,
    After creating new Attribute, enable Translation in Polylang if needed by checking:
    Languages\Settings\Custom Taxonomies
  • Enh: Missing Term Translations are now added by default. Fixes #72
    Applies to Products\Categories, Products\Tags, Products\Attributes
    Previously missing term translations caused
  • Fixes: #148 WooCommerce3 product_visibility is now a taxonomy not a meta item
  • Fixes: #153 Fields locker doesn't correctly lock Product Attributes of type Select
  • Fixes: #147 When adding new variations, tool should also add the new variation to other languages
  • Fixes #149 Enable duplication of variable products
  • Fix #137 #131 #130 #110 #117, #97, #94, #84, #83, #82 adaptations for wooCommerce 3.0
  • Fix #136 Variable product stock sync issue where stock managed at parent level
  • Enh #132 Add settings Page link to plugins page
  • Fix #128 Allow variation description to be editable in translations
  • Fix #129 #138 Account page only shows orders in current language
  • Fix #112 Shipping Class are not sync for Product Variations
  • Fix #140, #142, #143, #89, #70 Email Translation issues
  • Fix #145 correct link from Polylang to Attributes Strings translations
  • Fix #95 WooCommmerce product shortcodes not filtering by language
  • Fix #104 Tax by allowing translation of Price Display Suffix