bug fix
This commit is contained in:
parent
dce1fa4d23
commit
99fdeed88a
|
@ -9,7 +9,7 @@
|
|||
* Plugin Name: Hesabix: WooCommerce
|
||||
* Plugin URI: https://hesabix.ir/
|
||||
* Description: Connect Hesabix Online Accounting to WooCommerce.
|
||||
* Version: 1.0.2
|
||||
* Version: 1.0.3
|
||||
* Author: Mohammad Rezai
|
||||
* Author URI: https://pirouz.xyz
|
||||
* License: GPL-3.0+
|
||||
|
@ -24,7 +24,7 @@ if (!defined('WPINC')) {
|
|||
}
|
||||
|
||||
define('HESABIX_PLUGIN_URL', plugin_dir_url(__FILE__));
|
||||
define('HESABIX_VERSION', '1.0.2');
|
||||
define('HESABIX_VERSION', '1.0.3');
|
||||
|
||||
function activate_hesabix()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue