Plugin Directory

Changeset 3298598


Ignore:
Timestamp:
05/22/2025 10:03:35 AM (10 months ago)
Author:
beycanpress
Message:

Update to version 2.4.2 from GitHub

Location:
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop
Files:
2 added
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/app/Loader.php

    r3208025 r3298598  
    6767    public function adminProcess(): void
    6868    {
    69         new Pages\Creator();
     69        add_action('init', function (): void {
     70            new Pages\Creator();
    7071
    71         if (file_exists(Helpers::getProp('pluginDir') . '/debug.log')) {
    72             new Pages\DebugLogs();
    73         }
     72            if (file_exists(Helpers::getProp('pluginDir') . '/debug.log')) {
     73                new Pages\DebugLogs();
     74            }
    7475
    75         add_action('init', function (): void {
    7676            new Settings();
    7777        }, 9);
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/app/Pages/Creator.php

    r3228123 r3298598  
    1616    public function __construct()
    1717    {
    18         add_action('init', function (): void {
    19             $param = defined('BP_TOKENICO_PRO_LOADED') ? esc_html__(' Premium', 'tokenico') : '';
     18        $param = defined('BP_TOKENICO_PRO_LOADED') ? esc_html__(' Premium', 'tokenico') : '';
    2019
    21             parent::__construct([
    22                 'priority' => 1,
    23                 'subMenu' => true,
    24                 'slug' => 'tokenico-creator',
    25                 'icon' => Helpers::getImageUrl('menu1.png'),
    26                 'subMenuPageName' => esc_html__('Creator', 'tokenico'),
    27                 'pageName' => sprintf(esc_html__('TokenICO%s', 'tokenico'), $param),
    28             ]);
    29         });
     20        parent::__construct([
     21            'priority' => 1,
     22            'subMenu' => true,
     23            'slug' => 'tokenico-creator',
     24            'icon' => Helpers::getImageUrl('menu1.png'),
     25            'subMenuPageName' => esc_html__('Creator', 'tokenico'),
     26            'pageName' => sprintf(esc_html__('TokenICO%s', 'tokenico'), $param),
     27        ]);
    3028
    3129        add_action('admin_head', function (): void {
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/app/PluginHero/Plugin.php

    r3196126 r3298598  
    9494
    9595        if (is_admin()) {
    96             new Plugins();
     96            add_action('init', function (): void {
     97                new Plugins();
     98            });
    9799        }
    98100    }
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/readme.txt

    r3261922 r3298598  
    33Tags: Crypto, Token, Presale, Launchpad, ICO & IDO
    44Requires at least: 5.0
    5 Tested up to: 6.7.2
     5Tested up to: 6.8
    66Requires PHP: 8.1
    7 Stable Tag: 2.4.1
    8 Version: 2.4.1
     7Stable Tag: 2.4.2
     8Version: 2.4.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    161161== Changelog ==
    162162
     163= 2.4.2 =
     164* Fixed: _load_textdomain_just_in_time early call
     165
    163166= 2.4.1 =
    164167* Compatibility: TokenICO Premium 2.4.1
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/tokenico.php

    r3261922 r3298598  
    1010/**
    1111 * Plugin Name: TokenICO
    12  * Version:     2.4.1
     12 * Version:     2.4.2
    1313 * Plugin URI:  https://beycanpress.com/tokenico/
    1414 * Description: Cryptocurrency (Token), Launchpad (Presale), ICO & IDO, Airdrop
     
    2121 * Tags:        crypto, token, tokenico, presale, ico, ido, airdrop
    2222 * Requires at least: 5.0
    23  * Tested up to: 6.7.2
     23 * Tested up to: 6.8
    2424 * Requires PHP: 8.1
    2525*/
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/app/Loader.php

    r3208025 r3298598  
    6767    public function adminProcess(): void
    6868    {
    69         new Pages\Creator();
     69        add_action('init', function (): void {
     70            new Pages\Creator();
    7071
    71         if (file_exists(Helpers::getProp('pluginDir') . '/debug.log')) {
    72             new Pages\DebugLogs();
    73         }
     72            if (file_exists(Helpers::getProp('pluginDir') . '/debug.log')) {
     73                new Pages\DebugLogs();
     74            }
    7475
    75         add_action('init', function (): void {
    7676            new Settings();
    7777        }, 9);
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/app/Pages/Creator.php

    r3228123 r3298598  
    1616    public function __construct()
    1717    {
    18         add_action('init', function (): void {
    19             $param = defined('BP_TOKENICO_PRO_LOADED') ? esc_html__(' Premium', 'tokenico') : '';
     18        $param = defined('BP_TOKENICO_PRO_LOADED') ? esc_html__(' Premium', 'tokenico') : '';
    2019
    21             parent::__construct([
    22                 'priority' => 1,
    23                 'subMenu' => true,
    24                 'slug' => 'tokenico-creator',
    25                 'icon' => Helpers::getImageUrl('menu1.png'),
    26                 'subMenuPageName' => esc_html__('Creator', 'tokenico'),
    27                 'pageName' => sprintf(esc_html__('TokenICO%s', 'tokenico'), $param),
    28             ]);
    29         });
     20        parent::__construct([
     21            'priority' => 1,
     22            'subMenu' => true,
     23            'slug' => 'tokenico-creator',
     24            'icon' => Helpers::getImageUrl('menu1.png'),
     25            'subMenuPageName' => esc_html__('Creator', 'tokenico'),
     26            'pageName' => sprintf(esc_html__('TokenICO%s', 'tokenico'), $param),
     27        ]);
    3028
    3129        add_action('admin_head', function (): void {
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/app/PluginHero/Plugin.php

    r3196126 r3298598  
    9494
    9595        if (is_admin()) {
    96             new Plugins();
     96            add_action('init', function (): void {
     97                new Plugins();
     98            });
    9799        }
    98100    }
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/readme.txt

    r3261922 r3298598  
    33Tags: Crypto, Token, Presale, Launchpad, ICO & IDO
    44Requires at least: 5.0
    5 Tested up to: 6.7.2
     5Tested up to: 6.8
    66Requires PHP: 8.1
    7 Stable Tag: 2.4.1
    8 Version: 2.4.1
     7Stable Tag: 2.4.2
     8Version: 2.4.2
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    161161== Changelog ==
    162162
     163= 2.4.2 =
     164* Fixed: _load_textdomain_just_in_time early call
     165
    163166= 2.4.1 =
    164167* Compatibility: TokenICO Premium 2.4.1
  • tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/tokenico.php

    r3261922 r3298598  
    1010/**
    1111 * Plugin Name: TokenICO
    12  * Version:     2.4.1
     12 * Version:     2.4.2
    1313 * Plugin URI:  https://beycanpress.com/tokenico/
    1414 * Description: Cryptocurrency (Token), Launchpad (Presale), ICO & IDO, Airdrop
     
    2121 * Tags:        crypto, token, tokenico, presale, ico, ido, airdrop
    2222 * Requires at least: 5.0
    23  * Tested up to: 6.7.2
     23 * Tested up to: 6.8
    2424 * Requires PHP: 8.1
    2525*/
Note: See TracChangeset for help on using the changeset viewer.