Changeset 2068120
- Timestamp:
- 04/12/2019 11:22:57 PM (7 years ago)
- Location:
- collapsed-archives/trunk
- Files:
-
- 2 edited
-
collapsed-archives.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
collapsed-archives/trunk/collapsed-archives.php
r2013834 r2068120 4 4 Plugin URI: https://github.com/mpetroff/collapsed-archives-wp 5 5 Description: Adds a widget to display archive links using purely CSS-based collapsing. 6 Version: 1. 36 Version: 1.4 7 7 Author: Matthew Petroff 8 8 Author URI: https://mpetroff.net/ … … 106 106 $output .= get_archives_link( $url, $text, 'html', '', $after ); 107 107 } 108 $output .= '</ul></li></ul></div>'; 108 109 } 109 $output .= '</ul></li></ul></div>';110 110 111 111 return $output; -
collapsed-archives/trunk/readme.txt
r2013832 r2068120 3 3 Tags: archives, collapsed, collapsing, CSS 4 4 Requires at least: 2.8 5 Tested up to: 5. 06 Stable tag: 1. 35 Tested up to: 5.1.1 6 Stable tag: 1.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 20 20 * Option to never automatically expand list for current post / year 21 21 * 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 22 25 23 26 = 1.3 (2019-01-16) = … … 62 65 == Changelog == 63 66 67 = 1.4 (2019-04-12) = 68 * Fixed bug for sites without posts 69 64 70 = 1.3 (2019-01-16) = 65 71 * Fixed deprecation warning in PHP 7.2
Note: See TracChangeset
for help on using the changeset viewer.