Changeset 3491647
- Timestamp:
- 03/26/2026 10:04:27 AM (8 days ago)
- Location:
- api-isarud
- Files:
-
- 4 added
- 3 edited
- 10 copied
-
tags/5.8.0 (copied) (copied from api-isarud/trunk)
-
tags/5.8.0/api-isarud.php (copied) (copied from api-isarud/trunk/api-isarud.php) (5 diffs)
-
tags/5.8.0/includes/b2b-html.php (copied) (copied from api-isarud/trunk/includes/b2b-html.php)
-
tags/5.8.0/includes/class-isarud-b2b.php (copied) (copied from api-isarud/trunk/includes/class-isarud-b2b.php)
-
tags/5.8.0/includes/class-isarud-currency.php (copied) (copied from api-isarud/trunk/includes/class-isarud-currency.php)
-
tags/5.8.0/includes/class-isarud-segments.php (added)
-
tags/5.8.0/includes/currency-html.php (copied) (copied from api-isarud/trunk/includes/currency-html.php)
-
tags/5.8.0/includes/dashboard-html.php (copied) (copied from api-isarud/trunk/includes/dashboard-html.php)
-
tags/5.8.0/includes/ecosystem-html.php (copied) (copied from api-isarud/trunk/includes/ecosystem-html.php)
-
tags/5.8.0/includes/segments-html.php (added)
-
tags/5.8.0/readme-tr_TR.txt (copied) (copied from api-isarud/trunk/readme-tr_TR.txt) (1 diff)
-
tags/5.8.0/readme.txt (copied) (copied from api-isarud/trunk/readme.txt) (1 diff)
-
trunk/api-isarud.php (modified) (5 diffs)
-
trunk/includes/class-isarud-segments.php (added)
-
trunk/includes/segments-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.8.0/api-isarud.php
r3491642 r3491647 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. 7.06 * Version: 5.8.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. 7.0');19 define('ISARUD_VERSION', '5.8.0'); 20 20 define('ISARUD_DIR', plugin_dir_path(__FILE__)); 21 21 define('ISARUD_URL', plugin_dir_url(__FILE__)); … … 39 39 require_once ISARUD_DIR . 'includes/class-isarud-currency.php'; 40 40 require_once ISARUD_DIR . 'includes/class-isarud-b2b.php'; 41 require_once ISARUD_DIR . 'includes/class-isarud-segments.php'; 41 42 42 43 … … 325 326 add_submenu_page('isarud', 'TCMB Doviz Kuru', __('TCMB Doviz Kuru', 'api-isarud'), 'manage_options', 'isarud-currency', [$this, 'page_currency']); 326 327 add_submenu_page('isarud', 'B2B Toptan Satis', __('B2B Toptan Satis', 'api-isarud'), 'manage_options', 'isarud-b2b', [$this, 'page_b2b']); 328 add_submenu_page('isarud', 'Musteri Segmentasyonu', __('Musteri Segmentasyonu', 'api-isarud'), 'manage_options', 'isarud-segments', [$this, 'page_segments']); 327 329 } 328 330 … … 1596 1598 include ISARUD_DIR . 'includes/b2b-html.php'; 1597 1599 } 1600 1601 public function page_segments() { 1602 include ISARUD_DIR . 'includes/segments-html.php'; 1603 } 1598 1604 } 1599 1605 -
api-isarud/tags/5.8.0/readme-tr_TR.txt
r3491642 r3491647 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 5. 7.07 Stable tag: 5.8.0 8 8 License: GPLv2 or later 9 9 -
api-isarud/tags/5.8.0/readme.txt
r3491642 r3491647 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 5. 7.07 Stable tag: 5.8.0 8 8 License: GPLv2 or later 9 9 -
api-isarud/trunk/api-isarud.php
r3491642 r3491647 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. 7.06 * Version: 5.8.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. 7.0');19 define('ISARUD_VERSION', '5.8.0'); 20 20 define('ISARUD_DIR', plugin_dir_path(__FILE__)); 21 21 define('ISARUD_URL', plugin_dir_url(__FILE__)); … … 39 39 require_once ISARUD_DIR . 'includes/class-isarud-currency.php'; 40 40 require_once ISARUD_DIR . 'includes/class-isarud-b2b.php'; 41 require_once ISARUD_DIR . 'includes/class-isarud-segments.php'; 41 42 42 43 … … 325 326 add_submenu_page('isarud', 'TCMB Doviz Kuru', __('TCMB Doviz Kuru', 'api-isarud'), 'manage_options', 'isarud-currency', [$this, 'page_currency']); 326 327 add_submenu_page('isarud', 'B2B Toptan Satis', __('B2B Toptan Satis', 'api-isarud'), 'manage_options', 'isarud-b2b', [$this, 'page_b2b']); 328 add_submenu_page('isarud', 'Musteri Segmentasyonu', __('Musteri Segmentasyonu', 'api-isarud'), 'manage_options', 'isarud-segments', [$this, 'page_segments']); 327 329 } 328 330 … … 1596 1598 include ISARUD_DIR . 'includes/b2b-html.php'; 1597 1599 } 1600 1601 public function page_segments() { 1602 include ISARUD_DIR . 'includes/segments-html.php'; 1603 } 1598 1604 } 1599 1605 -
api-isarud/trunk/readme-tr_TR.txt
r3491642 r3491647 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 5. 7.07 Stable tag: 5.8.0 8 8 License: GPLv2 or later 9 9 -
api-isarud/trunk/readme.txt
r3491642 r3491647 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 5. 7.07 Stable tag: 5.8.0 8 8 License: GPLv2 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.