Skip to content

Commit

Permalink
Add URI to support 3rd party auto updaters
Browse files Browse the repository at this point in the history
Add requires woocommerce
  • Loading branch information
wajihkm committed Dec 20, 2024
1 parent 6cde44d commit e0977c6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions paytabs-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@
* Plugin URI: https://paytabs.com/
* Description: PayTabs is a <strong>3rd party payment gateway</strong>. Ideal payment solutions for your internet business.
* Version: 5.6.1
* Version: 5.6.2
* Requires PHP: 7.0
* Requires Plugins: woocommerce
* Author: PayTabs
* Author URI: [email protected]
* Author URI: mailto:[email protected]
* GitHub Plugin URI: https://github.com/paytabscom/paytabs-woocommerce
*/

if (!function_exists('add_action')) {
exit;
}


define('PAYTABS_PAYPAGE_VERSION', '5.6.1');
define('PAYTABS_PAYPAGE_VERSION', '5.6.2');
define('PAYTABS_PAYPAGE_DIR', plugin_dir_path(__FILE__));
define('PAYTABS_PAYPAGE_URL', plugins_url("/", __FILE__));
define('PAYTABS_PAYPAGE_ICONS_URL', plugins_url("icons/", __FILE__));
Expand Down

0 comments on commit e0977c6

Please sign in to comment.