Plugin Directory

Changeset 1674794


Ignore:
Timestamp:
06/09/2017 01:48:16 PM (9 years ago)
Author:
tribalNerd
Message:

Version 0.1.3

Location:
ptt-manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ptt-manager/tags/0.1.3/ptt-manager.php

    r1674790 r1674794  
    55 * Description: Post Type & Taxonomy Manager for WordPress Themes
    66 * Tags: post type, post types, custom-post-type, custom post types, taxonomy, taxonomies, custom taxonomy, custom taxonomies
    7  * Version: 0.1.2
     7 * Version: 0.1.3
    88 * License: GNU GPLv3
    99 * Copyright (c) 2017 Chris Winters
     
    2323    PTTManagerConstants( Array(
    2424        'PTT_MANAGER_BASE_URL'          => get_bloginfo( 'url' ),
    25         'PTT_MANAGER_VERSION'           => '0.1.2',
     25        'PTT_MANAGER_VERSION'           => '0.1.3',
    2626        'PTT_MANAGER_WP_MIN_VERSION'    => '4.6',
    2727
  • ptt-manager/trunk/ptt-manager.php

    r1643286 r1674794  
    55 * Description: Post Type & Taxonomy Manager for WordPress Themes
    66 * Tags: post type, post types, custom-post-type, custom post types, taxonomy, taxonomies, custom taxonomy, custom taxonomies
    7  * Version: 0.1.2
     7 * Version: 0.1.3
    88 * License: GNU GPLv3
    99 * Copyright (c) 2017 Chris Winters
     
    2323    PTTManagerConstants( Array(
    2424        'PTT_MANAGER_BASE_URL'          => get_bloginfo( 'url' ),
    25         'PTT_MANAGER_VERSION'           => '0.1.2',
     25        'PTT_MANAGER_VERSION'           => '0.1.3',
    2626        'PTT_MANAGER_WP_MIN_VERSION'    => '4.6',
    2727
Note: See TracChangeset for help on using the changeset viewer.