Plugin Directory

Changeset 3491481


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

v5.3.10: Fix webhooks menu + tag

Location:
api-isarud
Files:
3 edited
7 copied

Legend:

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

    r3491475 r3491481  
    44 * Plugin URI: https://isarud.com/integrations
    55 * 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.9
     6 * Version: 5.3.10
    77 * Requires at least: 6.0
    88 * Tested up to: 6.7
     
    1717if (!defined('ABSPATH')) exit;
    1818
    19 define('ISARUD_VERSION', '5.3.9');
     19define('ISARUD_VERSION', '5.3.10');
    2020define('ISARUD_DIR', plugin_dir_path(__FILE__));
    2121define('ISARUD_URL', plugin_dir_url(__FILE__));
     
    319319        add_submenu_page('isarud', 'Cloud Sync', __('Cloud Sync', 'api-isarud'), 'manage_options', 'isarud-cloud', [$this, 'page_cloud_sync']);
    320320        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']);
    321322        add_submenu_page('isarud', 'Sync Log', __('Günlük', 'api-isarud'), 'manage_options', 'isarud-log', [$this, 'page_log']);
    322323    }
  • api-isarud/tags/5.3.10/readme-tr_TR.txt

    r3491475 r3491481  
    55Tested up to: 6.9.4
    66Requires PHP: 8.0
    7 Stable tag: 5.3.9
     7Stable tag: 5.3.10
    88License: GPLv2 or later
    99
  • api-isarud/tags/5.3.10/readme.txt

    r3491475 r3491481  
    55Tested up to: 6.9.4
    66Requires PHP: 8.0
    7 Stable tag: 5.3.9
     7Stable tag: 5.3.10
    88License: GPLv2 or later
    99
  • api-isarud/trunk/api-isarud.php

    r3491475 r3491481  
    44 * Plugin URI: https://isarud.com/integrations
    55 * 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.9
     6 * Version: 5.3.10
    77 * Requires at least: 6.0
    88 * Tested up to: 6.7
     
    1717if (!defined('ABSPATH')) exit;
    1818
    19 define('ISARUD_VERSION', '5.3.9');
     19define('ISARUD_VERSION', '5.3.10');
    2020define('ISARUD_DIR', plugin_dir_path(__FILE__));
    2121define('ISARUD_URL', plugin_dir_url(__FILE__));
     
    319319        add_submenu_page('isarud', 'Cloud Sync', __('Cloud Sync', 'api-isarud'), 'manage_options', 'isarud-cloud', [$this, 'page_cloud_sync']);
    320320        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']);
    321322        add_submenu_page('isarud', 'Sync Log', __('Günlük', 'api-isarud'), 'manage_options', 'isarud-log', [$this, 'page_log']);
    322323    }
  • api-isarud/trunk/readme-tr_TR.txt

    r3491475 r3491481  
    55Tested up to: 6.9.4
    66Requires PHP: 8.0
    7 Stable tag: 5.3.9
     7Stable tag: 5.3.10
    88License: GPLv2 or later
    99
  • api-isarud/trunk/readme.txt

    r3491475 r3491481  
    55Tested up to: 6.9.4
    66Requires PHP: 8.0
    7 Stable tag: 5.3.9
     7Stable tag: 5.3.10
    88License: GPLv2 or later
    99
Note: See TracChangeset for help on using the changeset viewer.