Plugin Directory

Changeset 2068120


Ignore:
Timestamp:
04/12/2019 11:22:57 PM (7 years ago)
Author:
petroffm
Message:

Fixed bug for sites without posts.

Location:
collapsed-archives/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • collapsed-archives/trunk/collapsed-archives.php

    r2013834 r2068120  
    44Plugin URI: https://github.com/mpetroff/collapsed-archives-wp
    55Description: Adds a widget to display archive links using purely CSS-based collapsing.
    6 Version: 1.3
     6Version: 1.4
    77Author: Matthew Petroff
    88Author URI: https://mpetroff.net/
     
    106106            $output .= get_archives_link( $url, $text, 'html', '', $after );
    107107        }
     108        $output .= '</ul></li></ul></div>';
    108109    }
    109     $output .= '</ul></li></ul></div>';
    110110   
    111111    return $output;
  • collapsed-archives/trunk/readme.txt

    r2013832 r2068120  
    33Tags: archives, collapsed, collapsing, CSS
    44Requires at least: 2.8
    5 Tested up to: 5.0
    6 Stable tag: 1.3
     5Tested up to: 5.1.1
     6Stable tag: 1.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2020* Option to never automatically expand list for current post / year
    2121* Choice between displaying archive links in reverse chronological order or chronological order
     22
     23= 1.4 (2019-04-12) =
     24* Fixed bug for sites without posts
    2225
    2326= 1.3 (2019-01-16) =
     
    6265== Changelog ==
    6366
     67= 1.4 (2019-04-12) =
     68* Fixed bug for sites without posts
     69
    6470= 1.3 (2019-01-16) =
    6571* Fixed deprecation warning in PHP 7.2
Note: See TracChangeset for help on using the changeset viewer.