Link Library - Version 7.3.8

Version Description

  • Brought back mechanism to help with large imports from pre-6.0 versions to current revisions.
Download this release

Release Info

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

Code changes from version 7.3.7 to 7.3.8

Files changed (2) hide show
  1. link-library.php +3 -3
  2. readme.txt +5 -2
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.7
7
  Author: Yannick Lefebvre
8
  Author URI: http://ylefebvre.github.io/
9
  Text Domain: link-library
@@ -762,14 +762,14 @@ class link_library_plugin {
762
 
763
  require plugin_dir_path( __FILE__ ) . 'link-library-update-60.php';
764
  link_library_60_update( $this );
765
- } /* elseif ( isset( $_GET['continue60update'] ) ) {
766
  if ( !current_user_can( 'manage_options' ) ) {
767
  return;
768
  }
769
 
770
  require plugin_dir_path( __FILE__ ) . 'link-library-update-60.php';
771
  link_library_60_update( $this, true );
772
- } */ else {
773
  if ( ( false == $link_library_60_update && !empty( $genoptions ) ) ) {
774
  if ( !current_user_can( 'manage_options' ) ) {
775
  return;
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.8
7
  Author: Yannick Lefebvre
8
  Author URI: http://ylefebvre.github.io/
9
  Text Domain: link-library
762
 
763
  require plugin_dir_path( __FILE__ ) . 'link-library-update-60.php';
764
  link_library_60_update( $this );
765
+ } elseif ( isset( $_GET['continue60update'] ) ) {
766
  if ( !current_user_can( 'manage_options' ) ) {
767
  return;
768
  }
769
 
770
  require plugin_dir_path( __FILE__ ) . 'link-library-update-60.php';
771
  link_library_60_update( $this, true );
772
+ } else {
773
  if ( ( false == $link_library_60_update && !empty( $genoptions ) ) ) {
774
  if ( !current_user_can( 'manage_options' ) ) {
775
  return;
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: jackdewey
3
  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
7
- Stable tag: 7.3.7
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.7 =
54
  * Improved display of link creation page on mobile devices
55
 
3
  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.8
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.8 =
54
+ * Brought back mechanism to help with large imports from pre-6.0 versions to current revisions.
55
+
56
  = 7.3.7 =
57
  * Improved display of link creation page on mobile devices
58