Link Library - Version 7.4

Version Description

  • Corrected PHP warning in render-link-library-addlink-sc.php
Download this release

Release Info

Developer jackdewey
Plugin Icon 128x128 Link Library
Version 7.4
Comparing to
See all releases

Code changes from version 7.3.21 to 7.4

link-library-admin.php CHANGED
@@ -3264,7 +3264,7 @@ wp_editor( $post->post_content, 'content', $editor_config );
3264
  <td><input class="button" type="submit" id="deletell59links" name="deletell59links" value="<?php _e( 'Delete old links', 'link-library' ); ?>" /></td>
3265
  </tr>
3266
  <tr>
3267
- <td colspan="2"><h4>General Options</h4></td>
3268
  </tr>
3269
  <?php if ( !is_multisite() ) { ?>
3270
  <tr>
@@ -3571,7 +3571,7 @@ wp_editor( $post->post_content, 'content', $editor_config );
3571
  <td colspan="2"><hr /></td>
3572
  </tr>
3573
  <tr class="captchagenerator">
3574
- <td><?php _e( 'Captcha generator' ); ?>
3575
  </td>
3576
  <td>
3577
  <select id="captchagenerator" name="captchagenerator">
@@ -3584,14 +3584,14 @@ wp_editor( $post->post_content, 'content', $editor_config );
3584
  </td>
3585
  </tr>
3586
  <tr>
3587
- <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>"><?php _e( 'Google reCAPTCHA Site Key' ); ?>
3588
  </td>
3589
  <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>">
3590
  <input type="text" id="recaptchasitekey" name="recaptchasitekey" size="60" value="<?php echo $genoptions['recaptchasitekey']; ?>" />
3591
  </td>
3592
  </tr>
3593
  <tr>
3594
- <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>"><?php _e( 'Google reCAPTCHA Secret Key' ); ?>
3595
  </td>
3596
  <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>">
3597
  <input type="text" id="recaptchasecretkey" name="recaptchasecretkey" size="60" value="<?php echo $genoptions['recaptchasecretkey']; ?>" />
3264
  <td><input class="button" type="submit" id="deletell59links" name="deletell59links" value="<?php _e( 'Delete old links', 'link-library' ); ?>" /></td>
3265
  </tr>
3266
  <tr>
3267
+ <td colspan="2"><h4><?php _e( 'General Options', 'link-library' ); ?></h4></td>
3268
  </tr>
3269
  <?php if ( !is_multisite() ) { ?>
3270
  <tr>
3571
  <td colspan="2"><hr /></td>
3572
  </tr>
3573
  <tr class="captchagenerator">
3574
+ <td><?php _e( 'Captcha generator', 'link-library' ); ?>
3575
  </td>
3576
  <td>
3577
  <select id="captchagenerator" name="captchagenerator">
3584
  </td>
3585
  </tr>
3586
  <tr>
3587
+ <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>"><?php _e( 'Google reCAPTCHA Site Key', 'link-library' ); ?>
3588
  </td>
3589
  <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>">
3590
  <input type="text" id="recaptchasitekey" name="recaptchasitekey" size="60" value="<?php echo $genoptions['recaptchasitekey']; ?>" />
3591
  </td>
3592
  </tr>
3593
  <tr>
3594
+ <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>"><?php _e( 'Google reCAPTCHA Secret Key', 'link-library' ); ?>
3595
  </td>
3596
  <td class="lltooltip" title="<?php _e( 'Sign up for the reCAPTCHA service before activating this feature to get your Site and Secret Keys', 'link-library' ); ?>">
3597
  <input type="text" id="recaptchasecretkey" name="recaptchasecretkey" size="60" value="<?php echo $genoptions['recaptchasecretkey']; ?>" />
link-library.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Link Library
4
  Plugin URI: http://wordpress.org/extend/plugins/link-library/
5
  Description: Display links on pages with a variety of options
6
- Version: 7.3.21
7
  Author: Yannick Lefebvre
8
  Author URI: http://ylefebvre.github.io/
9
  Text Domain: link-library
3
  Plugin Name: Link Library
4
  Plugin URI: http://wordpress.org/extend/plugins/link-library/
5
  Description: Display links on pages with a variety of options
6
+ Version: 7.4
7
  Author: Yannick Lefebvre
8
  Author URI: http://ylefebvre.github.io/
9
  Text Domain: link-library
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://ylefebvre.github.io/wordpress-plugins/link-library/
4
  Tags: link, list, directory, page, library, AJAX, RSS, feeds, inline, search, paging, add, submit, import, batch, pop-up
5
  Requires at least: 4.4
6
  Tested up to: 6.0.1
7
- Stable tag: 7.3.21
8
 
9
  The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.
10
 
@@ -50,6 +50,9 @@ Further configuration is available under the Link Library Settings panel.
50
 
51
  == Changelog ==
52
 
 
 
 
53
  = 7.3.21 =
54
  * Fix for AJAX category switching when using New editor on some themes
55
  * Additional fixes for [link-library-cats] shortcode for sites with hierarchical categories
4
  Tags: link, list, directory, page, library, AJAX, RSS, feeds, inline, search, paging, add, submit, import, batch, pop-up
5
  Requires at least: 4.4
6
  Tested up to: 6.0.1
7
+ Stable tag: 7.4
8
 
9
  The purpose of this plugin is to add the ability to output a list of link categories and a complete list of links with notes and descriptions.
10
 
50
 
51
  == Changelog ==
52
 
53
+ = 7.4 =
54
+ * Corrected PHP warning in render-link-library-addlink-sc.php
55
+
56
  = 7.3.21 =
57
  * Fix for AJAX category switching when using New editor on some themes
58
  * Additional fixes for [link-library-cats] shortcode for sites with hierarchical categories
render-link-library-addlink-sc.php CHANGED
@@ -412,8 +412,8 @@ function RenderLinkLibraryAddLinkForm( $LLPluginClass, $generaloptions, $library
412
  }
413
 
414
  if ( $debugmode ) {
415
- $output .= "\n<!-- Category query for add link form:" . print_r($linkcatquery, TRUE) . "-->\n\n";
416
- $output .= "\n<!-- Results of Category query for add link form:" . print_r($linkcats, TRUE) . "-->\n";
417
  }
418
 
419
  if ( $linkcats ) {
412
  }
413
 
414
  if ( $debugmode ) {
415
+ $output .= "\n<!-- Category query for add link form:" . print_r( $link_categories_query_args, TRUE) . "-->\n\n";
416
+ $output .= "\n<!-- Results of Category query for add link form:" . print_r( $linkcats, TRUE) . "-->\n";
417
  }
418
 
419
  if ( $linkcats ) {