Skip to content

Commit

Permalink
v3.7.3 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtoprak committed Mar 15, 2023
1 parent c521ce5 commit 92a823c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/library/Moka_Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exit;
}

define('OPTIMISTHUB_MOKA_PAY_VERSION', '3.7.2');
define('OPTIMISTHUB_MOKA_PAY_VERSION', '3.7.3');

global $mokaVersion;
$mokaVersion = OPTIMISTHUB_MOKA_PAY_VERSION;
Expand Down
12 changes: 12 additions & 0 deletions core/library/Optimisthub_Ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,18 @@ private function renderedHtml( $params )
<style>
.custom-checkboxes {display:flex;}
.w-w-50 {width:49%;float:left;margin-right:1%;}
p.form-row.w-w-50 {
width: 100% !important;
display: block !important;
margin: 0 !important;
}
p.form-row.w-w-50 input {
width: unset !important;
}
p.form-row.w-w-50 label {
line-height: 1 !important;
}
</style>
';

Expand Down
2 changes: 1 addition & 1 deletion 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.7.2
* Version: 3.7.3
* Author: Optimist Hub
* Author URI: https://optimisthub.com?ref=mokaPayment
* Domain Path: /languages/
Expand Down

0 comments on commit 92a823c

Please sign in to comment.