Skip to content

Commit

Permalink
Merge branch 'master' into default-settings-consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspijak committed Dec 6, 2023
2 parents 9c1fcf8 + e56aa39 commit 1392281
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ Yes. The SMS plugin for WooCommerce communicates with our BulkGate <a href="http


## Changelog
**3.0.5**
* cURL implementation
* BulkGate/plugins 1.0.1

**3.0.4**
* Order Payment Hook fix transaction_id type hint

Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ Yes. The SMS plugin for WooCommerce communicates with our BulkGate <a href="http


== Changelog ==
**3.0.5**
* cURL implementation
* BulkGate/plugins 1.0.1

= 3.0.4 =
* Order Payment Hook fix transaction_id type hint

Expand Down
3 changes: 1 addition & 2 deletions src/Eshop/LanguageWordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public function load(): array

public function get(?int $id = null): string
{
if ($this->hasMultiLanguageSupport() && defined('ICL_LANGUAGE_CODE')
)
if ($this->hasMultiLanguageSupport() && defined('ICL_LANGUAGE_CODE'))
{
return $id === null ? ICL_LANGUAGE_CODE : ((string) get_post_meta($id, 'wpml_language', true) ?: ICL_LANGUAGE_CODE);
}
Expand Down
2 changes: 1 addition & 1 deletion woosms-sms-module-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: BulkGate SMS Plugin for WooCommerce
* Plugin URI: https://www.bulkgate.com/en/integrations/sms-plugin-for-woocommerce/
* Description: Notify your customers about order status via SMS notifications.
* Version: 3.0.4
* Version: 3.0.5
* Author: BulkGate
* Author URI: https://www.bulkgate.com/
* Requires at least: 5.7
Expand Down

0 comments on commit 1392281

Please sign in to comment.