Plugin Directory

Changeset 3163600


Ignore:
Timestamp:
10/06/2024 02:20:30 PM (18 months ago)
Author:
zhuyi
Message:

10.0.3

Location:
wordpress-tooltips/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wordpress-tooltips/trunk/directory/admin/admin.php

    r3155803 r3163600  
    569569
    570570    $current_url = $_SERVER['REQUEST_URI'];
    571     $target_url = admin_url('edit.php?post_type=tooltips&page=tooltipdirectorysetting_pro');
    572 
    573 
    574     if (stripos($target_url, $current_url) !== false)
     571    //!!! before 32.5.8 and 9.9.9 $target_url = admin_url('edit.php?post_type=tooltips&page=tooltipdirectorysetting_pro');
     572    //32.5.8 and 10.0.3
     573    $target_url = 'edit.php?post_type=tooltips&page=tooltipdirectorysetting';
     574
     575    if (stripos($current_url , $target_url) !== false)
    575576    {
    576577        $var_tooltips_is_directory_setting_panel = true;
  • wordpress-tooltips/trunk/readme.txt

    r3155803 r3163600  
    309309
    310310== Changelog ==
     311= Version 10.0.3 =
     312>[Only load bootstrap.css and bootstrap.js in the wordpress tooltips directory settings panel](https://tooltips.org/enhanced-directory-settings-panel-with-bootstrap-wordpress-tooltips-pro-plus-plugin-32-5-8-and-wordpress-tooltips-free-10-0-3-released/)
     313
    311314= Version 9.9.9 =
    312 >[In the WordPress Tooltip directory control panel, we added a tab panel to display different types of directories in separate tabs](https://tooltips.org/new-tab-panel-for-displaying-directory-types-in-wordpress-tooltip-control-panel-wordpress-tooltips-free-9-9-9/)
    313 We also rewrite description of directory :)
     315>[New Tab Panel for Displaying Directory Types in WordPress Tooltip Control Panel](https://tooltips.org/new-tab-panel-for-displaying-directory-types-in-wordpress-tooltip-control-panel-wordpress-tooltips-free-9-9-9/)
    314316
    315317= Version 9.9.3 =
  • wordpress-tooltips/trunk/tooltips.php

    r3155803 r3163600  
    44Plugin URI:  https://tooltips.org/features-of-wordpress-tooltips-plugin/
    55Description: Wordpress Tooltips,You can add text,image,link,video,radio in tooltips, add tooltips in gallery. More amazing features? Do you want to customize a beautiful style for your tooltips? One Minute, Check <a href='https://tooltips.org/features-of-wordpress-tooltips-plugin/' target='_blank'> Features of WordPress Tooltips Pro</a>.
    6 Version: 9.9.9
     6Version: 10.0.3
    77Author: Tomas | <a href='https://tooltips.org/wordpress-tooltip-plugin/wordpress-tooltip-plugin-document/' target='_blank'>Docs</a> | <a href='https://tooltips.org/faq/' target='_blank'>FAQ</a> | <a href='https://tooltips.org/contact-us' target='_blank'>Premium Support</a>
    88Author URI: https://tooltips.org/wordpress-tooltip-plugin/wordpress-tooltips-demo/
     
    18181818       //!!! end 7.9.7
    18191819    }
    1820     update_option('ztooltipversion','9.9.9');
     1820    update_option('ztooltipversion','10.0.3');
    18211821}
    18221822add_action( 'init', 'upgrade_check');
Note: See TracChangeset for help on using the changeset viewer.