Skip to content

Commit

Permalink
3.7.0 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtoprak committed Feb 25, 2023
1 parent a9450b1 commit fb1a51d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
6 changes: 3 additions & 3 deletions assets/moka.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
jQuery.ajaxSetup({cache: false});

jQuery(document).ready(function () {
console.info('Moka PAY Core Js File loaded, successfully.');
console.info('Moka PAY Core Js File loaded, successfully. Version 3.7.0);

/**
* Bin Number Request
*/
jQuery(document).on('keyup','input#mokapay-card-number',function( e ) {
jQuery(document).on('blur keyup click change','input#mokapay-card-number',function( e ) {
e.preventDefault();
let binValue = jQuery(this).val();
let total = jQuery('#mokapay-current-order-total').val();
Expand All @@ -28,7 +28,7 @@ jQuery(document).ready(function () {
}
});
}
});
});

/**
* Cancel Subscription
Expand Down
2 changes: 1 addition & 1 deletion assets/moka.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.7');
define('OPTIMISTHUB_MOKA_PAY_VERSION', '3.7.0');

global $mokaVersion;
$mokaVersion = OPTIMISTHUB_MOKA_PAY_VERSION;
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.5.7
* Version: 3.7.0
* Author: Optimist Hub
* Author URI: https://optimisthub.com?ref=mokaPayment
* Domain Path: /languages/
Expand Down
17 changes: 16 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Moka Pos, Moka Pay plugin;
- Tried with MYSQL 8.0+.
- Tested with PHP versions 7.1,7.4,8.x>.
- Fully compatible with WooCommerce version 6.0+.
- Fully compatible with WordPress 5.8.2.
- Fully compatible with WordPress 5.8.2+.

## How To Install

Expand All @@ -38,3 +38,18 @@ For sandbox usage : https://developer.moka.com/home.php?page=test-kartlari
### Changelog

Version history : https://github.com/optimisthub/moka-woocommerce/wiki/Changelog

### Other integrations

- Moka PHP Client : https://github.com/optimisthub/moka-php
- Moka Open Cart 3.x : https://github.com/optimisthub/moka-opencart-3.x
- Moka Open Cart 2.3x : https://github.com/optimisthub/moka-opencart-2.3
- Moka Open Cart 2.2x : https://github.com/optimisthub/moka-opencart-2.2
- Moka Presta Shop : https://github.com/optimisthub/moka-prestashop
- Moka Magento : https://github.com/optimisthub/moka-magento

#### Powerfull WordPress Plugins by Optimisthub

- Smart SEO Friendly Sitemap Generator *[Already Published]* : https://github.com/optimisthub/smart-sitemap-generator
- Scheduled Posts Issue Fixer : https://github.com/optimisthub/scheduled-posts-issue-fixer
- Enable Svg Support : https://github.com/optimisthub/wordpress-svg-enabler

0 comments on commit fb1a51d

Please sign in to comment.