Link Library - Version 7.3.10

Version Description

  • Fix for error when displaying part of the Global Options section
  • Updated promotional section in Global Options page with newest book published
Download this release

Release Info

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

Code changes from version 7.3.9 to 7.3.10

icons/7683os_cover_small.jpg CHANGED
Binary file
link-library-admin.php CHANGED
@@ -3549,13 +3549,13 @@ wp_editor( $post->post_content, 'content', $editor_config );
3549
  <?php if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) { ?>
3550
  <td style='padding: 8px; border: 1px solid #cccccc;vertical-align:top !important;'>
3551
 
3552
- <div style="width: 400px"><h3>Support the author - Second Edition</h3><br />
3553
  <table>
3554
  <tr>
3555
  <td>
3556
- <a href="http://www.packtpub.com/wordpress-plugin-development-cookbook/book"><img src='<?php echo plugins_url( 'icons/7683os_cover_small.jpg', __FILE__ ); ?>'>
3557
  </td>
3558
- <td></a>The second edition of my plugin development cookbook is now available. Learn how to create your own plugins with my book.<br /><br />Order now!<br /><br /><a href="https://www.packtpub.com/web-development/wordpress-plugin-development-cookbook-second-edition">Packt Publishing</a><br /><a href="https://amzn.to/2s1U7GP">Amazon.com</a><br /><a href="https://www.amazon.ca/WordPress-Plugin-Development-Cookbook-powerful-ebook/dp/B073V39F6X/ref=sr_1_2?ie=UTF8&qid=1526738915&sr=8-2&keywords=wordpress+plugin+development+cookbook">Amazon.ca</a>
3559
  </td>
3560
  </tr>
3561
  </table>
@@ -4032,8 +4032,9 @@ function general_custom_fields_meta_box( $data ) {
4032
  <?php
4033
  }
4034
 
4035
- function general_importexport_meta_box() {
4036
  require_once plugin_dir_path( __FILE__ ) . 'wp_dropdown_posts.php';
 
4037
  ?>
4038
  <div style='padding-top:15px' id="ll-importexport" class="content-section">
4039
  <table>
3549
  <?php if ( isset( $genoptions['hidedonation'] ) && !$genoptions['hidedonation'] ) { ?>
3550
  <td style='padding: 8px; border: 1px solid #cccccc;vertical-align:top !important;'>
3551
 
3552
+ <div style="width: 400px"><h3>Support the author - Third Edition just released!</h3><br />
3553
  <table>
3554
  <tr>
3555
  <td>
3556
+ <a href="https://www.packtpub.com/product/wordpress-plugin-development-cookbook-third-edition/9781801810777"><img src='<?php echo plugins_url( 'icons/7683os_cover_small.jpg', __FILE__ ); ?>'>
3557
  </td>
3558
+ <td></a>The third edition of my plugin development cookbook is now available. Learn how to create your own plugins with my book, including some brand new chapters on creating blocks for the Block Editor and working with external data sources.<br /><br />Order now!<br /><br /><a href="https://www.packtpub.com/product/wordpress-plugin-development-cookbook-third-edition/9781801810777">Packt Publishing</a><br /><a href="https://www.amazon.com/WordPress-Plugin-Development-Cookbook-complete/dp/180181077X/">Amazon.com</a><br /><a href="https://www.amazon.ca/WordPress-Plugin-Development-Cookbook-complete/dp/180181077X/">Amazon.ca</a>
3559
  </td>
3560
  </tr>
3561
  </table>
4032
  <?php
4033
  }
4034
 
4035
+ function general_importexport_meta_box( $data ) {
4036
  require_once plugin_dir_path( __FILE__ ) . 'wp_dropdown_posts.php';
4037
+ $genoptions = $data['genoptions'];
4038
  ?>
4039
  <div style='padding-top:15px' id="ll-importexport" class="content-section">
4040
  <table>
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.9
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.3.10
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.9
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,10 @@ Further configuration is available under the Link Library Settings panel.
50
 
51
  == Changelog ==
52
 
 
 
 
 
53
  = 7.3.9 =
54
  * Additional improvements to link creation page display on mobile devices
55
 
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.10
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.3.10 =
54
+ * Fix for error when displaying part of the Global Options section
55
+ * Updated promotional section in Global Options page with newest book published
56
+
57
  = 7.3.9 =
58
  * Additional improvements to link creation page display on mobile devices
59