Changeset 3491635
- Timestamp:
- 03/26/2026 09:53:40 AM (8 days ago)
- Location:
- api-isarud
- Files:
-
- 4 added
- 3 edited
- 6 copied
-
tags/5.6.0 (copied) (copied from api-isarud/trunk)
-
tags/5.6.0/api-isarud.php (copied) (copied from api-isarud/trunk/api-isarud.php) (5 diffs)
-
tags/5.6.0/includes/class-isarud-currency.php (added)
-
tags/5.6.0/includes/currency-html.php (added)
-
tags/5.6.0/includes/dashboard-html.php (copied) (copied from api-isarud/trunk/includes/dashboard-html.php)
-
tags/5.6.0/includes/ecosystem-html.php (copied) (copied from api-isarud/trunk/includes/ecosystem-html.php)
-
tags/5.6.0/readme-tr_TR.txt (copied) (copied from api-isarud/trunk/readme-tr_TR.txt) (1 diff)
-
tags/5.6.0/readme.txt (copied) (copied from api-isarud/trunk/readme.txt) (1 diff)
-
trunk/api-isarud.php (modified) (5 diffs)
-
trunk/includes/class-isarud-currency.php (added)
-
trunk/includes/currency-html.php (added)
-
trunk/readme-tr_TR.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
api-isarud/tags/5.6.0/api-isarud.php
r3491631 r3491635 4 4 * Plugin URI: https://isarud.com/integrations 5 5 * Description: Yaptırım tarama + Trendyol, Hepsiburada, N11, Amazon, Pazarama, Etsy API entegrasyonu + sipariş yönetimi + iade + fatura + müşteri soruları + marka arama. %100 ücretsiz. 6 * Version: 5. 5.36 * Version: 5.6.0 7 7 * Requires at least: 6.0 8 8 * Tested up to: 6.9 … … 17 17 if (!defined('ABSPATH')) exit; 18 18 19 define('ISARUD_VERSION', '5. 5.3');19 define('ISARUD_VERSION', '5.6.0'); 20 20 define('ISARUD_DIR', plugin_dir_path(__FILE__)); 21 21 define('ISARUD_URL', plugin_dir_url(__FILE__)); … … 37 37 require_once ISARUD_DIR . 'includes/class-isarud-customer-questions.php'; 38 38 require_once ISARUD_DIR . 'includes/class-isarud-brand-lookup.php'; 39 require_once ISARUD_DIR . 'includes/class-isarud-currency.php'; 39 40 40 41 … … 321 322 add_submenu_page('isarud', 'Sync Log', __('Günlük', 'api-isarud'), 'manage_options', 'isarud-log', [$this, 'page_log']); 322 323 add_submenu_page('isarud', 'E-ticaret Rehberi', __('E-ticaret Rehberi', 'api-isarud'), 'manage_options', 'isarud-ecosystem', [$this, 'page_ecosystem']); 324 add_submenu_page('isarud', 'TCMB Doviz Kuru', __('TCMB Doviz Kuru', 'api-isarud'), 'manage_options', 'isarud-currency', [$this, 'page_currency']); 323 325 } 324 326 … … 1584 1586 include ISARUD_DIR . 'includes/ecosystem-html.php'; 1585 1587 } 1588 1589 public function page_currency() { 1590 include ISARUD_DIR . 'includes/currency-html.php'; 1591 } 1586 1592 } 1587 1593 -
api-isarud/tags/5.6.0/readme-tr_TR.txt
r3491631 r3491635 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 5. 5.37 Stable tag: 5.6.0 8 8 License: GPLv2 or later 9 9 -
api-isarud/tags/5.6.0/readme.txt
r3491631 r3491635 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 5. 5.37 Stable tag: 5.6.0 8 8 License: GPLv2 or later 9 9 -
api-isarud/trunk/api-isarud.php
r3491631 r3491635 4 4 * Plugin URI: https://isarud.com/integrations 5 5 * Description: Yaptırım tarama + Trendyol, Hepsiburada, N11, Amazon, Pazarama, Etsy API entegrasyonu + sipariş yönetimi + iade + fatura + müşteri soruları + marka arama. %100 ücretsiz. 6 * Version: 5. 5.36 * Version: 5.6.0 7 7 * Requires at least: 6.0 8 8 * Tested up to: 6.9 … … 17 17 if (!defined('ABSPATH')) exit; 18 18 19 define('ISARUD_VERSION', '5. 5.3');19 define('ISARUD_VERSION', '5.6.0'); 20 20 define('ISARUD_DIR', plugin_dir_path(__FILE__)); 21 21 define('ISARUD_URL', plugin_dir_url(__FILE__)); … … 37 37 require_once ISARUD_DIR . 'includes/class-isarud-customer-questions.php'; 38 38 require_once ISARUD_DIR . 'includes/class-isarud-brand-lookup.php'; 39 require_once ISARUD_DIR . 'includes/class-isarud-currency.php'; 39 40 40 41 … … 321 322 add_submenu_page('isarud', 'Sync Log', __('Günlük', 'api-isarud'), 'manage_options', 'isarud-log', [$this, 'page_log']); 322 323 add_submenu_page('isarud', 'E-ticaret Rehberi', __('E-ticaret Rehberi', 'api-isarud'), 'manage_options', 'isarud-ecosystem', [$this, 'page_ecosystem']); 324 add_submenu_page('isarud', 'TCMB Doviz Kuru', __('TCMB Doviz Kuru', 'api-isarud'), 'manage_options', 'isarud-currency', [$this, 'page_currency']); 323 325 } 324 326 … … 1584 1586 include ISARUD_DIR . 'includes/ecosystem-html.php'; 1585 1587 } 1588 1589 public function page_currency() { 1590 include ISARUD_DIR . 'includes/currency-html.php'; 1591 } 1586 1592 } 1587 1593 -
api-isarud/trunk/readme-tr_TR.txt
r3491631 r3491635 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 5. 5.37 Stable tag: 5.6.0 8 8 License: GPLv2 or later 9 9 -
api-isarud/trunk/readme.txt
r3491631 r3491635 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 5. 5.37 Stable tag: 5.6.0 8 8 License: GPLv2 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.