Changeset 3491997
- Timestamp:
- 03/26/2026 04:54:02 PM (7 days ago)
- Location:
- api-isarud
- Files:
-
- 4 added
- 3 edited
- 9 copied
-
tags/6.0.4 (copied) (copied from api-isarud/trunk)
-
tags/6.0.4/api-isarud.php (copied) (copied from api-isarud/trunk/api-isarud.php) (6 diffs)
-
tags/6.0.4/includes/class-isarud-einvoice.php (copied) (copied from api-isarud/trunk/includes/class-isarud-einvoice.php)
-
tags/6.0.4/includes/class-isarud-upsell.php (copied) (copied from api-isarud/trunk/includes/class-isarud-upsell.php)
-
tags/6.0.4/includes/class-isarud-welcome.php (added)
-
tags/6.0.4/includes/ecosystem-html.php (copied) (copied from api-isarud/trunk/includes/ecosystem-html.php)
-
tags/6.0.4/includes/einvoice-html.php (copied) (copied from api-isarud/trunk/includes/einvoice-html.php)
-
tags/6.0.4/includes/upsell-html.php (copied) (copied from api-isarud/trunk/includes/upsell-html.php)
-
tags/6.0.4/includes/welcome-html.php (added)
-
tags/6.0.4/readme-tr_TR.txt (copied) (copied from api-isarud/trunk/readme-tr_TR.txt) (1 diff)
-
tags/6.0.4/readme.txt (copied) (copied from api-isarud/trunk/readme.txt) (1 diff)
-
trunk/api-isarud.php (modified) (6 diffs)
-
trunk/includes/class-isarud-welcome.php (added)
-
trunk/includes/welcome-html.php (added)
-
trunk/readme-tr_TR.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
api-isarud/tags/6.0.4/api-isarud.php
r3491938 r3491997 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: 6.0. 36 * Version: 6.0.4 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', '6.0. 3');19 define('ISARUD_VERSION', '6.0.4'); 20 20 define('ISARUD_DIR', plugin_dir_path(__FILE__)); 21 21 define('ISARUD_URL', plugin_dir_url(__FILE__)); … … 45 45 require_once ISARUD_DIR . 'includes/class-isarud-einvoice.php'; 46 46 require_once ISARUD_DIR . 'includes/class-isarud-upsell.php'; 47 require_once ISARUD_DIR . 'includes/class-isarud-welcome.php'; 47 48 48 49 … … 62 63 register_activation_hook(__FILE__, function() { 63 64 global $wpdb; 65 Isarud_Welcome::on_activate(); 64 66 $charset = $wpdb->get_charset_collate(); 65 67 require_once ABSPATH . 'wp-admin/includes/upgrade.php'; … … 337 339 add_submenu_page('isarud', 'E-Fatura', __('E-Fatura', 'api-isarud'), 'manage_options', 'isarud-einvoice', [$this, 'page_einvoice']); 338 340 add_submenu_page('isarud', 'Cross-sell & Upsell', __('Cross-sell & Upsell', 'api-isarud'), 'manage_options', 'isarud-upsell', [$this, 'page_upsell']); 341 add_submenu_page('isarud', 'Hosgeldiniz', __('Hosgeldiniz', 'api-isarud'), 'manage_options', 'isarud-welcome', [$this, 'page_welcome']); 339 342 } 340 343 … … 1632 1635 include ISARUD_DIR . 'includes/upsell-html.php'; 1633 1636 } 1637 1638 public function page_welcome() { 1639 include ISARUD_DIR . 'includes/welcome-html.php'; 1640 } 1634 1641 } 1635 1642 -
api-isarud/tags/6.0.4/readme-tr_TR.txt
r3491938 r3491997 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 6.0. 37 Stable tag: 6.0.4 8 8 License: GPLv2 or later 9 9 -
api-isarud/tags/6.0.4/readme.txt
r3491938 r3491997 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 6.0. 37 Stable tag: 6.0.4 8 8 License: GPLv2 or later 9 9 -
api-isarud/trunk/api-isarud.php
r3491938 r3491997 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: 6.0. 36 * Version: 6.0.4 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', '6.0. 3');19 define('ISARUD_VERSION', '6.0.4'); 20 20 define('ISARUD_DIR', plugin_dir_path(__FILE__)); 21 21 define('ISARUD_URL', plugin_dir_url(__FILE__)); … … 45 45 require_once ISARUD_DIR . 'includes/class-isarud-einvoice.php'; 46 46 require_once ISARUD_DIR . 'includes/class-isarud-upsell.php'; 47 require_once ISARUD_DIR . 'includes/class-isarud-welcome.php'; 47 48 48 49 … … 62 63 register_activation_hook(__FILE__, function() { 63 64 global $wpdb; 65 Isarud_Welcome::on_activate(); 64 66 $charset = $wpdb->get_charset_collate(); 65 67 require_once ABSPATH . 'wp-admin/includes/upgrade.php'; … … 337 339 add_submenu_page('isarud', 'E-Fatura', __('E-Fatura', 'api-isarud'), 'manage_options', 'isarud-einvoice', [$this, 'page_einvoice']); 338 340 add_submenu_page('isarud', 'Cross-sell & Upsell', __('Cross-sell & Upsell', 'api-isarud'), 'manage_options', 'isarud-upsell', [$this, 'page_upsell']); 341 add_submenu_page('isarud', 'Hosgeldiniz', __('Hosgeldiniz', 'api-isarud'), 'manage_options', 'isarud-welcome', [$this, 'page_welcome']); 339 342 } 340 343 … … 1632 1635 include ISARUD_DIR . 'includes/upsell-html.php'; 1633 1636 } 1637 1638 public function page_welcome() { 1639 include ISARUD_DIR . 'includes/welcome-html.php'; 1640 } 1634 1641 } 1635 1642 -
api-isarud/trunk/readme-tr_TR.txt
r3491938 r3491997 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 6.0. 37 Stable tag: 6.0.4 8 8 License: GPLv2 or later 9 9 -
api-isarud/trunk/readme.txt
r3491938 r3491997 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 6.0. 37 Stable tag: 6.0.4 8 8 License: GPLv2 or later 9 9
Note: See TracChangeset
for help on using the changeset viewer.