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