Link Library - Version 6.0-Beta11

Version Description

Download this release

Release Info

Developer jackdewey
Plugin Icon 128x128 Link Library
Version 6.0-Beta11
Comparing to
See all releases

Code changes from version 6.0-Beta10 to 6.0-Beta11

Files changed (3) hide show
  1. link-library-admin.php +1 -1
  2. link-library.php +1 -1
  3. readme.txt +3 -0
link-library-admin.php CHANGED
@@ -1318,7 +1318,7 @@ class link_library_plugin_admin {
1318
  }
1319
 
1320
  $post_title = '';
1321
- $title_labels = array( 'Link Name', 'link_name' );
1322
  foreach( $title_labels as $title_label ) {
1323
  if ( isset( $import_columns[$title_label] ) ) {
1324
  if ( ! empty( $data[ $import_columns[$title_label] ] ) ) {
1318
  }
1319
 
1320
  $post_title = '';
1321
+ $title_labels = array( 'Link Name', 'link_name', 'Name' );
1322
  foreach( $title_labels as $title_label ) {
1323
  if ( isset( $import_columns[$title_label] ) ) {
1324
  if ( ! empty( $data[ $import_columns[$title_label] ] ) ) {
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: 6.0 Beta 10
7
  Author: Yannick Lefebvre
8
  Author URI: http://ylefebvre.ca/
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: 6.0 Beta 11
7
  Author: Yannick Lefebvre
8
  Author URI: http://ylefebvre.ca/
9
  Text Domain: link-library
readme.txt CHANGED
@@ -59,6 +59,9 @@ Further configuration is available under the Link Library Settings panel.
59
 
60
  == Changelog ==
61
 
 
 
 
62
  = 6.0 Beta 10 =
63
  * Fix to display child categories when using shortcode category override options
64
 
59
 
60
  == Changelog ==
61
 
62
+ = 6.0 Beta 11 =
63
+ * Fix in links importer to properly read in data exported by plugin
64
+
65
  = 6.0 Beta 10 =
66
  * Fix to display child categories when using shortcode category override options
67