Plugin Directory

Changeset 2742024


Ignore:
Timestamp:
06/14/2022 07:12:52 AM (4 years ago)
Author:
waedwards
Message:

Release 14,8

Location:
free-books-section/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • free-books-section/trunk/Free_Books_Section.php

    r2697561 r2742024  
    44Plugin URI: https://www.whitedovebooks.co.uk/our-plugin/
    55Description: Embed our dynamically updated free books newsfeed into your site, quickly and easily. Your visitors can submit books into the newsfeed for a small fee, and you earn affiliate commissions when they do.
    6 Version: 14.7
     6Version: 14.8
    77Author: Will Edwards
    8 Author URI: https://www.whitedovebooks.co.uk/book-bloggers-plugin/
     8Author URI: https://www.whitedovebooks.co.uk/books/will-edwards/
    99*/
    1010
     
    8787.topnav {
    8888  background-color: #333;
    89   color: white;
    9089  text-decoration: none;
    9190  overflow: hidden;
     
    9695  float: left;
    9796  display: block;
    98   background-color: #333;
    99   color: #f2f2f2;
     97  background-color: #333333;
     98  color: white !important;
    10099  text-align: center;
    101100  padding: 10px 12px;
    102   text-decoration: none;
     101  text-decoration: none !important;
    103102  font-size: 16px;
    104103}
     
    113112/* Hover */
    114113.topnav a:hover {
    115   background-color: #ddd;
    116   color: black;
     114  background-color: #30d239 ;
    117115  text-decoration: none;
    118116}
     
    195193
    196194<div class="ver">
    197 FBS Ver:14.7&nbsp;&nbsp;&nbsp
     195FBS Ver:14.8&nbsp;&nbsp;&nbsp;
    198196</div>
    199197
  • free-books-section/trunk/readme.txt

    r2730303 r2742024  
    8181
    8282== Changelog ==
     83= 14.8 =
     84Menu styling css change
     85
    8386= 14.7 =
    8487Improved iframe timing for same domain instance.
     
    97100
    98101== Upgrade Notice ==
     102= 14.8 =
     103Menu styling css change
     104
    99105= 14.7 =
    100106Improved iframe timing.
Note: See TracChangeset for help on using the changeset viewer.