Skip to content

Commit

Permalink
v3.8.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
trgino committed Oct 24, 2023
1 parent ffbc3a5 commit fb9354e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### Version 3.8.1
- Issue : Installments Rate Save

#### Version 3.8.0
- Improvement : Additional Filters
- Issue : Minumum Installment Message
Expand Down
1 change: 0 additions & 1 deletion core/library/Moka_Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,6 @@ private function __saveRates()

if(data_get($_POST, $optionKey))
{
delete_option($optionKey);
return $this->optimisthubMoka->setInstallments($_POST[$optionKey]);
}
}
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Moka Payment Gateway for WooCommerce
* Plugin URI: https://github.com/optimisthub/moka-woocommerce
* Description: Moka Payment gateway for woocommerce
* Version: 3.8.0
* Version: 3.8.1
* Author: Optimist Hub
* Author URI: https://optimisthub.com/?utm_source=moka-woocommerce&utm_campaign=moka-woocommerce&utm_content=plugins
* Domain Path: /languages/
Expand All @@ -14,7 +14,7 @@
exit;
}

define( 'OPTIMISTHUB_MOKA_PAY_VERSION', '3.8.0' );
define( 'OPTIMISTHUB_MOKA_PAY_VERSION', '3.8.1' );
define( 'OPTIMISTHUB_MOKA_BASENAME', plugin_basename( __FILE__ ) );
define( 'OPTIMISTHUB_MOKA_DIR', plugin_dir_path( __FILE__ ) );
define( 'OPTIMISTHUB_MOKA_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit fb9354e

Please sign in to comment.