Changeset 3491481
- Timestamp:
- 03/26/2026 06:31:31 AM (8 days ago)
- Location:
- api-isarud
- Files:
-
- 3 edited
- 7 copied
-
tags/5.3.10 (copied) (copied from api-isarud/trunk)
-
tags/5.3.10/api-isarud.php (copied) (copied from api-isarud/trunk/api-isarud.php) (3 diffs)
-
tags/5.3.10/includes/dashboard-html.php (copied) (copied from api-isarud/trunk/includes/dashboard-html.php)
-
tags/5.3.10/languages/api-isarud-tr_TR.mo (copied) (copied from api-isarud/trunk/languages/api-isarud-tr_TR.mo)
-
tags/5.3.10/languages/api-isarud-tr_TR.po (copied) (copied from api-isarud/trunk/languages/api-isarud-tr_TR.po)
-
tags/5.3.10/readme-tr_TR.txt (copied) (copied from api-isarud/trunk/readme-tr_TR.txt) (1 diff)
-
tags/5.3.10/readme.txt (copied) (copied from api-isarud/trunk/readme.txt) (1 diff)
-
trunk/api-isarud.php (modified) (3 diffs)
-
trunk/readme-tr_TR.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
api-isarud/tags/5.3.10/api-isarud.php
r3491475 r3491481 4 4 * Plugin URI: https://isarud.com/integrations 5 5 * Description: Yaptırım tarama + 6 pazar yeri entegrasyonu + sipariş yönetimi + iade + fatura + müşteri soruları + marka arama. %100 ücretsiz. 6 * Version: 5.3. 96 * Version: 5.3.10 7 7 * Requires at least: 6.0 8 8 * Tested up to: 6.7 … … 17 17 if (!defined('ABSPATH')) exit; 18 18 19 define('ISARUD_VERSION', '5.3. 9');19 define('ISARUD_VERSION', '5.3.10'); 20 20 define('ISARUD_DIR', plugin_dir_path(__FILE__)); 21 21 define('ISARUD_URL', plugin_dir_url(__FILE__)); … … 319 319 add_submenu_page('isarud', 'Cloud Sync', __('Cloud Sync', 'api-isarud'), 'manage_options', 'isarud-cloud', [$this, 'page_cloud_sync']); 320 320 add_submenu_page('isarud', 'İstatistikler', __('İstatistikler', 'api-isarud'), 'manage_options', 'isarud-statistics', [$this, 'page_statistics']); 321 add_submenu_page('isarud', 'Webhooks', __('Webhooks', 'api-isarud'), 'manage_options', 'isarud-webhooks', [$this, 'page_webhooks']); 321 322 add_submenu_page('isarud', 'Sync Log', __('Günlük', 'api-isarud'), 'manage_options', 'isarud-log', [$this, 'page_log']); 322 323 } -
api-isarud/tags/5.3.10/readme-tr_TR.txt
r3491475 r3491481 5 5 Tested up to: 6.9.4 6 6 Requires PHP: 8.0 7 Stable tag: 5.3. 97 Stable tag: 5.3.10 8 8 License: GPLv2 or later 9 9 -
api-isarud/tags/5.3.10/readme.txt
r3491475 r3491481 5 5 Tested up to: 6.9.4 6 6 Requires PHP: 8.0 7 Stable tag: 5.3. 97 Stable tag: 5.3.10 8 8 License: GPLv2 or later 9 9 -
api-isarud/trunk/api-isarud.php
r3491475 r3491481 4 4 * Plugin URI: https://isarud.com/integrations 5 5 * Description: Yaptırım tarama + 6 pazar yeri entegrasyonu + sipariş yönetimi + iade + fatura + müşteri soruları + marka arama. %100 ücretsiz. 6 * Version: 5.3. 96 * Version: 5.3.10 7 7 * Requires at least: 6.0 8 8 * Tested up to: 6.7 … … 17 17 if (!defined('ABSPATH')) exit; 18 18 19 define('ISARUD_VERSION', '5.3. 9');19 define('ISARUD_VERSION', '5.3.10'); 20 20 define('ISARUD_DIR', plugin_dir_path(__FILE__)); 21 21 define('ISARUD_URL', plugin_dir_url(__FILE__)); … … 319 319 add_submenu_page('isarud', 'Cloud Sync', __('Cloud Sync', 'api-isarud'), 'manage_options', 'isarud-cloud', [$this, 'page_cloud_sync']); 320 320 add_submenu_page('isarud', 'İstatistikler', __('İstatistikler', 'api-isarud'), 'manage_options', 'isarud-statistics', [$this, 'page_statistics']); 321 add_submenu_page('isarud', 'Webhooks', __('Webhooks', 'api-isarud'), 'manage_options', 'isarud-webhooks', [$this, 'page_webhooks']); 321 322 add_submenu_page('isarud', 'Sync Log', __('Günlük', 'api-isarud'), 'manage_options', 'isarud-log', [$this, 'page_log']); 322 323 } -
api-isarud/trunk/readme-tr_TR.txt
r3491475 r3491481 5 5 Tested up to: 6.9.4 6 6 Requires PHP: 8.0 7 Stable tag: 5.3. 97 Stable tag: 5.3.10 8 8 License: GPLv2 or later 9 9 -
api-isarud/trunk/readme.txt
r3491475 r3491481 5 5 Tested up to: 6.9.4 6 6 Requires PHP: 8.0 7 Stable tag: 5.3. 97 Stable tag: 5.3.10 8 8 License: GPLv2 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.