Changeset 3046234
- Timestamp:
- 03/06/2024 10:40:13 AM (2 years ago)
- Location:
- wordpress-tooltips/trunk
- Files:
-
- 3 edited
-
admin/glossaryglobalsettings.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
tooltips.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-tooltips/trunk/admin/glossaryglobalsettings.php
r3036292 r3046234 226 226 <?php 227 227 $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'; 228 230 // before 9.5.9 echo __( 'Language: ', 'wordpress-tooltips' ).'<span class="questionlanguageforglossary">?</span>'." <a href='$languageAddonUrl' target='_blank' >enable custom language</a>"; 229 231 //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 231 238 ?> 232 239 <?php -
wordpress-tooltips/trunk/readme.txt
r3039723 r3046234 310 310 311 311 == 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 312 315 = Version 9.6.1 = 313 316 >[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/) 314 317 315 318 = 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/) 318 321 319 322 = Version 9.5.3 = -
wordpress-tooltips/trunk/tooltips.php
r3039723 r3046234 4 4 Plugin URI: https://tooltips.org/features-of-wordpress-tooltips-plugin/ 5 5 Description: 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. 16 Version: 9.6.5 7 7 Author: 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> 8 8 Author URI: https://tooltips.org/wordpress-tooltip-plugin/wordpress-tooltips-demo/ … … 1721 1721 //!!! end 7.9.7 1722 1722 } 1723 update_option('ztooltipversion','9.6. 1');1723 update_option('ztooltipversion','9.6.5'); 1724 1724 } 1725 1725 add_action( 'init', 'upgrade_check');
Note: See TracChangeset
for help on using the changeset viewer.