Link Library - Version 7.3

Version Description

  • Official 7.3 version containing all features from beta 1 to 4
Download this release

Release Info

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

Code changes from version 7.3.0.Test to 7.3

Files changed (2) hide show
  1. readme.txt +7 -1
  2. stylesheettemplate.css +2 -2
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: 5.8
7
- Stable tag: 7.2.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
 
@@ -48,6 +48,12 @@ Further configuration is available under the Link Library Settings panel.
48
 
49
  == Changelog ==
50
 
 
 
 
 
 
 
51
  = 7.3 Beta 3 =
52
  * Added new option when displaying categories as visibility toggles to add show all and hide all buttons
53
 
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: 5.8
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
 
48
 
49
  == Changelog ==
50
 
51
+ = 7.3 =
52
+ * Official 7.3 version containing all features from beta 1 to 4
53
+
54
+ = 7.3 Beta 4 =
55
+ * Added CSS rules for new visibility toggle buttons
56
+
57
  = 7.3 Beta 3 =
58
  * Added new option when displaying categories as visibility toggles to add show all and hide all buttons
59
 
stylesheettemplate.css CHANGED
@@ -6,7 +6,7 @@
6
  margin: 8px;
7
  }
8
 
9
- .cattoggle, .cattoggleall {
10
  margin: 10px;
11
  padding: 10px;
12
  float: left;
@@ -14,7 +14,7 @@
14
  cursor: pointer;
15
  }
16
 
17
- .catactive, .cattoggleall {
18
  background-color: #228B22;
19
  color: #FFF;
20
  }
6
  margin: 8px;
7
  }
8
 
9
+ .cattoggle, .cattogglehideall, .cattoggleshowall {
10
  margin: 10px;
11
  padding: 10px;
12
  float: left;
14
  cursor: pointer;
15
  }
16
 
17
+ .catactive, .cattogglehideall, .cattoggleshowall {
18
  background-color: #228B22;
19
  color: #FFF;
20
  }