Changeset 3298598
- Timestamp:
- 05/22/2025 10:03:35 AM (10 months ago)
- Location:
- tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop
- Files:
-
- 2 added
- 10 edited
- 1 copied
-
tags/2.4.2 (copied) (copied from tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk)
-
tags/2.4.2/.distignore (added)
-
tags/2.4.2/app/Loader.php (modified) (1 diff)
-
tags/2.4.2/app/Pages/Creator.php (modified) (1 diff)
-
tags/2.4.2/app/PluginHero/Plugin.php (modified) (1 diff)
-
tags/2.4.2/readme.txt (modified) (2 diffs)
-
tags/2.4.2/tokenico.php (modified) (2 diffs)
-
trunk/.distignore (added)
-
trunk/app/Loader.php (modified) (1 diff)
-
trunk/app/Pages/Creator.php (modified) (1 diff)
-
trunk/app/PluginHero/Plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tokenico.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/app/Loader.php
r3208025 r3298598 67 67 public function adminProcess(): void 68 68 { 69 new Pages\Creator(); 69 add_action('init', function (): void { 70 new Pages\Creator(); 70 71 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 } 74 75 75 add_action('init', function (): void {76 76 new Settings(); 77 77 }, 9); -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/app/Pages/Creator.php
r3228123 r3298598 16 16 public function __construct() 17 17 { 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') : ''; 20 19 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 ]); 30 28 31 29 add_action('admin_head', function (): void { -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/app/PluginHero/Plugin.php
r3196126 r3298598 94 94 95 95 if (is_admin()) { 96 new Plugins(); 96 add_action('init', function (): void { 97 new Plugins(); 98 }); 97 99 } 98 100 } -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/readme.txt
r3261922 r3298598 3 3 Tags: Crypto, Token, Presale, Launchpad, ICO & IDO 4 4 Requires at least: 5.0 5 Tested up to: 6. 7.25 Tested up to: 6.8 6 6 Requires PHP: 8.1 7 Stable Tag: 2.4. 18 Version: 2.4. 17 Stable Tag: 2.4.2 8 Version: 2.4.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 161 161 == Changelog == 162 162 163 = 2.4.2 = 164 * Fixed: _load_textdomain_just_in_time early call 165 163 166 = 2.4.1 = 164 167 * Compatibility: TokenICO Premium 2.4.1 -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/tags/2.4.2/tokenico.php
r3261922 r3298598 10 10 /** 11 11 * Plugin Name: TokenICO 12 * Version: 2.4. 112 * Version: 2.4.2 13 13 * Plugin URI: https://beycanpress.com/tokenico/ 14 14 * Description: Cryptocurrency (Token), Launchpad (Presale), ICO & IDO, Airdrop … … 21 21 * Tags: crypto, token, tokenico, presale, ico, ido, airdrop 22 22 * Requires at least: 5.0 23 * Tested up to: 6. 7.223 * Tested up to: 6.8 24 24 * Requires PHP: 8.1 25 25 */ -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/app/Loader.php
r3208025 r3298598 67 67 public function adminProcess(): void 68 68 { 69 new Pages\Creator(); 69 add_action('init', function (): void { 70 new Pages\Creator(); 70 71 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 } 74 75 75 add_action('init', function (): void {76 76 new Settings(); 77 77 }, 9); -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/app/Pages/Creator.php
r3228123 r3298598 16 16 public function __construct() 17 17 { 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') : ''; 20 19 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 ]); 30 28 31 29 add_action('admin_head', function (): void { -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/app/PluginHero/Plugin.php
r3196126 r3298598 94 94 95 95 if (is_admin()) { 96 new Plugins(); 96 add_action('init', function (): void { 97 new Plugins(); 98 }); 97 99 } 98 100 } -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/readme.txt
r3261922 r3298598 3 3 Tags: Crypto, Token, Presale, Launchpad, ICO & IDO 4 4 Requires at least: 5.0 5 Tested up to: 6. 7.25 Tested up to: 6.8 6 6 Requires PHP: 8.1 7 Stable Tag: 2.4. 18 Version: 2.4. 17 Stable Tag: 2.4.2 8 Version: 2.4.2 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 161 161 == Changelog == 162 162 163 = 2.4.2 = 164 * Fixed: _load_textdomain_just_in_time early call 165 163 166 = 2.4.1 = 164 167 * Compatibility: TokenICO Premium 2.4.1 -
tokenico-cryptocurrency-token-launchpad-presale-ico-ido-airdrop/trunk/tokenico.php
r3261922 r3298598 10 10 /** 11 11 * Plugin Name: TokenICO 12 * Version: 2.4. 112 * Version: 2.4.2 13 13 * Plugin URI: https://beycanpress.com/tokenico/ 14 14 * Description: Cryptocurrency (Token), Launchpad (Presale), ICO & IDO, Airdrop … … 21 21 * Tags: crypto, token, tokenico, presale, ico, ido, airdrop 22 22 * Requires at least: 5.0 23 * Tested up to: 6. 7.223 * Tested up to: 6.8 24 24 * Requires PHP: 8.1 25 25 */
Note: See TracChangeset
for help on using the changeset viewer.