Changeset 3413534
- Timestamp:
- 12/07/2025 01:59:33 PM (3 months ago)
- Location:
- sync-basalam/trunk
- Files:
-
- 4 edited
-
includes/class-sync-basalam-plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
sync-basalam.php (modified) (1 diff)
-
templates/admin/menu/main/section/setting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sync-basalam/trunk/includes/class-sync-basalam-plugin.php
r3412923 r3413534 4 4 class SyncBasalamPlugin 5 5 { 6 const VERSION = '1.6. 2';6 const VERSION = '1.6.3'; 7 7 8 8 public function __construct() -
sync-basalam/trunk/readme.txt
r3412783 r3413534 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.6. 17 Stable tag: 1.6.3 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
sync-basalam/trunk/sync-basalam.php
r3412923 r3413534 5 5 * Plugin Name: sync basalam | ووسلام 6 6 * Description: با استفاده از پلاگین ووسلام میتوایند تمامی محصولات ووکامرس را با یک کلیک به غرفه باسلامی خود اضافه کنید، همچنین تمامی سفارش باسلامی شما به سایت شما اضافه میگردد. 7 * Version: 1.6. 27 * Version: 1.6.3 8 8 * Author: Woosalam Dev 9 9 * Author URI: https://wp.hamsalam.ir/ -
sync-basalam/trunk/templates/admin/menu/main/section/setting.php
r3412923 r3413534 237 237 } 238 238 239 // IMPORTANT: Don't disable sync_basalam_settings[sync_status_product] as it's dynamically generated 240 if (name === 'sync_basalam_settings[sync_status_product]') { 241 return; 242 } 243 244 // IMPORTANT: Don't disable sync_basalam_settings[sync_status_order] as it's dynamically generated 245 if (name === 'sync_basalam_settings[sync_status_order]') { 246 return; 247 } 248 239 249 let currentValue; 240 250 if (element.type === 'checkbox' || element.type === 'radio') {
Note: See TracChangeset
for help on using the changeset viewer.