Plugin Directory

Changeset 2061201

Timestamp:
04/01/2019 08:34:09 PM (5 years ago)
Author:
danieltj
Message:

Update Custom Archives to v3.0.2

Location:
custom-archives
Files:
6 added
1 deleted
2 edited

Legend:

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

    r2060524 r2061201  
    55 * Plugin URI: https://wordpress.org/plugins/custom-archives/
    66 * Description: Select a page to be a custom archive for your post types.
    7  * Version: 3.0.1
     7 * Version: 3.0.
    88 * Author: Daniel James
    99 * Author URI: https://danieltj.uk/
     
    619619
    620620                // Get a post count of at least 1.
    621                 $post_count = ( 1 <= count( $wp_query->post_count ) ) ? count( $wp_query->post_count ) : 1;
     621                $post_count = ( 1 <= : 1;
    622622
    623623                /**
  • custom-archives/trunk/readme.txt

    r2060524 r2061201  
    44Requires at least: 4.6
    55Tested up to: 5.1
    6 Stable tag: 3.0.1
     6Stable tag: 3.0.
    77License: GNU GPL v3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.