Skip to content

Commit

Permalink
change the version
Browse files Browse the repository at this point in the history
  • Loading branch information
wajihkm committed Apr 29, 2020
1 parent 592192a commit c54df12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paytabs-paypage.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: PayTabs - WooCommerce Payment Gateway
* Plugin URI: https://paytabs.com/
* Description: PayTabs is a <strong>3rd party payment gateway</strong>. Ideal payment solutions for your internet business.
* Version: 3.1.3
* Version: 3.1.4
* Author: PayTabs
* Author URI: https://paytabs.com/
* Revision Date : 19/April/2020
Expand All @@ -21,7 +21,7 @@
//load plugin function when woocommerce loaded
add_action('plugins_loaded', 'woocommerce_paytabs_init', 0);

define('PAYTABS_PAYPAGE_VERSION', '3.1.2');
define('PAYTABS_PAYPAGE_VERSION', '3.1.4');
define('PAYTABS_PAYPAGE_DIR', plugin_dir_path(__FILE__));
define('PAYTABS_PAYPAGE_ICONS_URL', plugins_url("icons/", __FILE__));
$PAYTABS_PAYPAGE_METHODS = [
Expand Down

0 comments on commit c54df12

Please sign in to comment.