Version Description
- Additional improvements to link creation page display on mobile devices
Download this release
Release Info
Developer | jackdewey |
Plugin | Link Library |
Version | 7.3.9 |
Comparing to | |
See all releases |
Code changes from version 7.3.8 to 7.3.9
- link-library-admin.css +5 -1
- link-library.php +1 -1
- readme.txt +4 -1
link-library-admin.css
CHANGED
@@ -2128,10 +2128,14 @@ input[type="text"].module-search + label:after {
|
|
2128 |
margin-bottom: 16px;
|
2129 |
}
|
2130 |
|
2131 |
-
.mobile #
|
2132 |
width: auto !important;
|
2133 |
}
|
2134 |
|
|
|
|
|
|
|
|
|
2135 |
.mobile #genthumbs, .mobile #genfavicons {
|
2136 |
white-space: normal;
|
2137 |
}
|
2128 |
margin-bottom: 16px;
|
2129 |
}
|
2130 |
|
2131 |
+
.mobile #link_second_url, .mobile #link_telephone, .mobile #link_email, .mobile #link_reciprocal, .mobile #link_visits, .mobile #link_submitter, .mobile #link_submitter_name, .mobile #link_submitter_email, .mobile #link_submitter_comment, .mobile #link_rel, .mobile #link_updated {
|
2132 |
width: auto !important;
|
2133 |
}
|
2134 |
|
2135 |
+
.mobile #link_url, .mobile #link_submitter_comment {
|
2136 |
+
width: 100% !important;
|
2137 |
+
}
|
2138 |
+
|
2139 |
.mobile #genthumbs, .mobile #genfavicons {
|
2140 |
white-space: normal;
|
2141 |
}
|
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 |
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.9
|
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.
|
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.8 =
|
54 |
* Brought back mechanism to help with large imports from pre-6.0 versions to current revisions.
|
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.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 |
|
51 |
== Changelog ==
|
52 |
|
53 |
+
= 7.3.9 =
|
54 |
+
* Additional improvements to link creation page display on mobile devices
|
55 |
+
|
56 |
= 7.3.8 =
|
57 |
* Brought back mechanism to help with large imports from pre-6.0 versions to current revisions.
|
58 |
|