update version 1.0.2

This commit is contained in:
Mohammad Rezai 2025-08-06 01:12:27 +03:30
parent 876003d0b6
commit f720175e2d
3 changed files with 10 additions and 9 deletions

View file

@ -12,7 +12,7 @@ Modern, localized, and secure WooCommerce integration with Hesabix Cloud Account
== 🧩 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.
@ -43,7 +43,7 @@ From real-time product, order, and customer sync to full Persian date support, t
- Extendable data mappers for products and customers
- Debug logs and status monitoring
### 🌐 Localization & UI
### 🌐 Localization & UI
- Fully RTL and Persian language ready
- Modern, tabbed admin interface
- Responsive and mobile-friendly
@ -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/`
2. Activate via **Plugins > Hesabix for WooCommerce**
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!
== ❓ Frequently Asked Questions ==
@ -83,9 +83,9 @@ Yes — we follow WordPress best practices including nonce verification, secure
== 🌐 Resources ==
- [Official Website](https://hesabix.com)
- [User Guide](https://hesabix.com/school)
- [Support](https://hesabix.com/support)
- [Official Website](https://hesabix.ir)
- [User Guide](https://hesabix.ir/school)
- [Support](https://hesabix.ir/support)
== 👨‍💻 Credits ==

View file

@ -1778,7 +1778,8 @@ class Hesabix_Admin
}
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) {

View file

@ -9,7 +9,7 @@
* Plugin Name: Hesabix: WooCommerce
* Plugin URI: https://hesabix.ir/
* Description: Connect Hesabix Online Accounting to WooCommerce.
* Version: 1.0.0
* Version: 1.0.2
* 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.0');
define('HESABIX_VERSION', '1.0.2');
function activate_hesabix()
{