Plugin Directory

Changeset 3046234


Ignore:
Timestamp:
03/06/2024 10:40:13 AM (2 years ago)
Author:
zhuyi
Message:

9.6.5

Location:
wordpress-tooltips/trunk
Files:
3 edited

Legend:

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

    r3036292 r3046234  
    226226                                        <?php
    227227                                            $languageAddonUrl = get_option('siteurl').'/wp-admin/edit.php?post_type=tooltips&page=tooltipsFreeLanguageMenu';
     228                                            //9.6.5
     229                                            $languageAddonSettings = get_option('siteurl').'/wp-admin/edit.php?post_type=tooltips&page=tooltipsfreeaddonmanager';
    228230                                            // before 9.5.9 echo __( 'Language: ', 'wordpress-tooltips' ).'<span class="questionlanguageforglossary">?</span>'." <a href='$languageAddonUrl' target='_blank' >enable custom language</a>";
    229231                                            //9.5.9
    230                                             echo __( 'Language: ', 'wordpress-tooltips' ).'<span class="questionlanguageforglossary">?</span>'." <a href='".esc_url($languageAddonUrl)."' target='_blank' >enable custom language</a>";
     232                                            //!!! before 9.6.5 echo __( 'Language: ', 'wordpress-tooltips' ).'<span class="questionlanguageforglossary">?</span>'." <a href='".esc_url($languageAddonUrl)."' target='_blank' >enable custom language</a>";
     233                                            //9.6.5
     234                                            echo __( 'Language: ', 'wordpress-tooltips' ).'<span class="questionlanguageforglossary">?</span>';
     235                                            echo "<br />";
     236                                            echo "1: <a href='".esc_url($languageAddonSettings)."' target='_blank' >enable addon</a> 2: <a href='".esc_url($languageAddonUrl)."' target='_blank' >custom language</a>";
     237
    231238                                        ?>
    232239                                        <?php
  • wordpress-tooltips/trunk/readme.txt

    r3039723 r3046234  
    310310
    311311== Changelog ==
     312= Version 9.6.5 =
     313>[Resesige the custom language option in glossary settings panel](https://tooltips.org/resigned-the-custom-language-option-in-glossary-settings-panel-wordpress-tooltips-pro-plus-30-0-8-tooltips-pro-19-9-8-tooltips-free-9-6-5-released/)
     314
    312315= Version 9.6.1 =
    313316>[Support the exclusion of specific user IDs from the member directory](https://tooltips.org/support-for-more-member-directory-functions-wordpress-tooltips-free-plugin-9-6-1-released/)
    314317
    315318= Version 9.5.9 =
    316 >[Support for filtering users by including only those whose IDS are invluced in the "include" patameter list](https://tooltips.org/support-job-board-directory-wordpress-tooltips-free-9-4-3-released/)
    317 >[Followed wordpress security standard to use esc_ functions / sanitize / wp_kses / wpdb... etc to enhance code security](https://tooltips.org/support-job-board-directory-wordpress-tooltips-free-9-4-3-released/)
     319>[Support for filtering users by including only those whose IDS are invluced in the "include" patameter list](https://tooltips.org/how-to-display-only-the-users-in-a-specified-user-id-list-in-the-member-directory-wordpress-tooltip-tooltips-pro-plus-28-9-8-released/)
     320>[Followed wordpress security standard to use esc_ functions / sanitize / wp_kses / wpdb... etc to enhance code security](https://tooltips.org/wordpress-tooltips-free-9-5-9-released/)
    318321
    319322= Version 9.5.3 =
  • wordpress-tooltips/trunk/tooltips.php

    r3039723 r3046234  
    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.6.1
     6Version: 9.6.5
    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/
     
    17211721       //!!! end 7.9.7
    17221722    }
    1723     update_option('ztooltipversion','9.6.1');
     1723    update_option('ztooltipversion','9.6.5');
    17241724}
    17251725add_action( 'init', 'upgrade_check');
Note: See TracChangeset for help on using the changeset viewer.