update version 1.0.2
This commit is contained in:
parent
876003d0b6
commit
f720175e2d
10
README.md
10
README.md
|
@ -12,7 +12,7 @@ Modern, localized, and secure WooCommerce integration with Hesabix Cloud Account
|
||||||
|
|
||||||
== 🧩 Overview ==
|
== 🧩 Overview ==
|
||||||
|
|
||||||
**Hesabix for WooCommerce** connects your online store with [Hesabix](https://hesabix.com), the powerful cloud-based accounting system built for Persian businesses.
|
**Hesabix for WooCommerce** connects your online store with [Hesabix](https://hesabix.ir), the powerful cloud-based accounting system built for Persian businesses.
|
||||||
|
|
||||||
From real-time product, order, and customer sync to full Persian date support, this plugin is everything a modern Iranian online store needs to automate its bookkeeping.
|
From real-time product, order, and customer sync to full Persian date support, this plugin is everything a modern Iranian online store needs to automate its bookkeeping.
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ From real-time product, order, and customer sync to full Persian date support, t
|
||||||
1. Upload the plugin to `/wp-content/plugins/hesabix-woocommerce/`
|
1. Upload the plugin to `/wp-content/plugins/hesabix-woocommerce/`
|
||||||
2. Activate via **Plugins > Hesabix for WooCommerce**
|
2. Activate via **Plugins > Hesabix for WooCommerce**
|
||||||
3. Go to **WooCommerce > Hesabix Settings**
|
3. Go to **WooCommerce > Hesabix Settings**
|
||||||
4. Enter your API Key (get it from your [Hesabix account](https://app.hesabix.com))
|
4. Enter your API Key (get it from your [Hesabix account](https://app.hesabix.ir))
|
||||||
5. Test connection and start syncing!
|
5. Test connection and start syncing!
|
||||||
|
|
||||||
== ❓ Frequently Asked Questions ==
|
== ❓ Frequently Asked Questions ==
|
||||||
|
@ -83,9 +83,9 @@ Yes — we follow WordPress best practices including nonce verification, secure
|
||||||
|
|
||||||
== 🌐 Resources ==
|
== 🌐 Resources ==
|
||||||
|
|
||||||
- [Official Website](https://hesabix.com)
|
- [Official Website](https://hesabix.ir)
|
||||||
- [User Guide](https://hesabix.com/school)
|
- [User Guide](https://hesabix.ir/school)
|
||||||
- [Support](https://hesabix.com/support)
|
- [Support](https://hesabix.ir/support)
|
||||||
|
|
||||||
== 👨💻 Credits ==
|
== 👨💻 Credits ==
|
||||||
|
|
||||||
|
|
|
@ -1778,7 +1778,8 @@ class Hesabix_Admin
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$plugin_stats = wp_remote_get('https://hesabix.dragonizzer.ir/api/wordpress/plugin/stats');
|
$plugin_stats = wp_remote_get('https://app.hesabix.ir/api/wordpress/plugin/stats');
|
||||||
|
error_log(print_r($plugin_stats['body'], true));
|
||||||
|
|
||||||
if ($plugin_stats && !is_wp_error($plugin_stats) && $plugin_stats['response']['code'] == 200) {
|
if ($plugin_stats && !is_wp_error($plugin_stats) && $plugin_stats['response']['code'] == 200) {
|
||||||
|
|
||||||
|
|
|
@ -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.0
|
* Version: 1.0.2
|
||||||
* 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.0');
|
define('HESABIX_VERSION', '1.0.2');
|
||||||
|
|
||||||
function activate_hesabix()
|
function activate_hesabix()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue