Plugin Directory

Changeset 3491895


Ignore:
Timestamp:
03/26/2026 03:01:31 PM (8 days ago)
Author:
durasi
Message:

v6.0.2: Cross-sell Upsell - FBT, Order Bump, cart & thankyou upsell

Location:
api-isarud
Files:
4 added
3 edited
6 copied

Legend:

Unmodified
Added
Removed
  • api-isarud/tags/6.0.2/api-isarud.php

    r3491769 r3491895  
    44 * Plugin URI: https://isarud.com/integrations
    55 * 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.1
     6 * Version: 6.0.2
    77 * Requires at least: 6.0
    88 * Tested up to: 6.9
     
    1717if (!defined('ABSPATH')) exit;
    1818
    19 define('ISARUD_VERSION', '6.0.1');
     19define('ISARUD_VERSION', '6.0.2');
    2020define('ISARUD_DIR', plugin_dir_path(__FILE__));
    2121define('ISARUD_URL', plugin_dir_url(__FILE__));
     
    4444require_once ISARUD_DIR . 'includes/class-isarud-email-marketing.php';
    4545require_once ISARUD_DIR . 'includes/class-isarud-einvoice.php';
     46require_once ISARUD_DIR . 'includes/class-isarud-upsell.php';
    4647
    4748
     
    335336        add_submenu_page('isarud', 'E-posta Pazarlama', __('E-posta Pazarlama', 'api-isarud'), 'manage_options', 'isarud-email-marketing', [$this, 'page_email_marketing']);
    336337        add_submenu_page('isarud', 'E-Fatura', __('E-Fatura', 'api-isarud'), 'manage_options', 'isarud-einvoice', [$this, 'page_einvoice']);
     338        add_submenu_page('isarud', 'Cross-sell & Upsell', __('Cross-sell & Upsell', 'api-isarud'), 'manage_options', 'isarud-upsell', [$this, 'page_upsell']);
    337339    }
    338340
     
    16261628        include ISARUD_DIR . 'includes/einvoice-html.php';
    16271629    }
     1630
     1631    public function page_upsell() {
     1632        include ISARUD_DIR . 'includes/upsell-html.php';
     1633    }
    16281634}
    16291635
  • api-isarud/tags/6.0.2/readme-tr_TR.txt

    r3491769 r3491895  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 6.0.1
     7Stable tag: 6.0.2
    88License: GPLv2 or later
    99
  • api-isarud/tags/6.0.2/readme.txt

    r3491769 r3491895  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 6.0.1
     7Stable tag: 6.0.2
    88License: GPLv2 or later
    99
  • api-isarud/trunk/api-isarud.php

    r3491769 r3491895  
    44 * Plugin URI: https://isarud.com/integrations
    55 * 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.1
     6 * Version: 6.0.2
    77 * Requires at least: 6.0
    88 * Tested up to: 6.9
     
    1717if (!defined('ABSPATH')) exit;
    1818
    19 define('ISARUD_VERSION', '6.0.1');
     19define('ISARUD_VERSION', '6.0.2');
    2020define('ISARUD_DIR', plugin_dir_path(__FILE__));
    2121define('ISARUD_URL', plugin_dir_url(__FILE__));
     
    4444require_once ISARUD_DIR . 'includes/class-isarud-email-marketing.php';
    4545require_once ISARUD_DIR . 'includes/class-isarud-einvoice.php';
     46require_once ISARUD_DIR . 'includes/class-isarud-upsell.php';
    4647
    4748
     
    335336        add_submenu_page('isarud', 'E-posta Pazarlama', __('E-posta Pazarlama', 'api-isarud'), 'manage_options', 'isarud-email-marketing', [$this, 'page_email_marketing']);
    336337        add_submenu_page('isarud', 'E-Fatura', __('E-Fatura', 'api-isarud'), 'manage_options', 'isarud-einvoice', [$this, 'page_einvoice']);
     338        add_submenu_page('isarud', 'Cross-sell & Upsell', __('Cross-sell & Upsell', 'api-isarud'), 'manage_options', 'isarud-upsell', [$this, 'page_upsell']);
    337339    }
    338340
     
    16261628        include ISARUD_DIR . 'includes/einvoice-html.php';
    16271629    }
     1630
     1631    public function page_upsell() {
     1632        include ISARUD_DIR . 'includes/upsell-html.php';
     1633    }
    16281634}
    16291635
  • api-isarud/trunk/readme-tr_TR.txt

    r3491769 r3491895  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 6.0.1
     7Stable tag: 6.0.2
    88License: GPLv2 or later
    99
  • api-isarud/trunk/readme.txt

    r3491769 r3491895  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 6.0.1
     7Stable tag: 6.0.2
    88License: GPLv2 or later
    99
Note: See TracChangeset for help on using the changeset viewer.