Skip to content

Commit

Permalink
wpml and polylang compatibility (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarpieszuk authored Nov 29, 2023
1 parent e4bdc49 commit 336da3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Please submit the [GitHub issue](https://github.com/kkarpieszuk/wc-price-history

= 1.8.0 =
* New: Basic compatibility with dynamic pricing plugins.
* New: Displayed HTML is translatable with WPML and Polylang.
* Hooks: Added filter `wc_price_history_is_correct_place` to make it possible to display price history info in custom location.
* Hooks: Added filter `wc_price_history_is_not_correct_when` to stop displaying price history for your own conditions.
* Fixed: Duplicated product had price history starting from original product last price.
Expand Down
7 changes: 7 additions & 0 deletions wpml-config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<wpml-config>
<admin-texts>
<key name="wc_price_history_settings">
<key name="display_text" />
</key>
</admin-texts>
</wpml-config>

0 comments on commit 336da3d

Please sign in to comment.