Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
** Hellotext for WooCommerce Changelog **

2025-04-9 - version 1.2.1

* Passes the shop's currency to Hellotext API when the plugin is installed.

2025-03-03 - version 1.2.0

* Updates API structure to the new format.
Expand Down
1 change: 1 addition & 0 deletions src/Events/AppInstalled.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function hellotext_activate () {
'email' => get_bloginfo('admin_email'),
'consumer_key' => $api_keys->consumer_key,
'consumer_secret' => $api_keys->consumer_secret,
'currency' => get_woocommerce_currency(),
]
]);

Expand Down