Changeset 1674794
- Timestamp:
- 06/09/2017 01:48:16 PM (9 years ago)
- Location:
- ptt-manager
- Files:
-
- 2 edited
-
tags/0.1.3/ptt-manager.php (modified) (2 diffs)
-
trunk/ptt-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ptt-manager/tags/0.1.3/ptt-manager.php
r1674790 r1674794 5 5 * Description: Post Type & Taxonomy Manager for WordPress Themes 6 6 * Tags: post type, post types, custom-post-type, custom post types, taxonomy, taxonomies, custom taxonomy, custom taxonomies 7 * Version: 0.1. 27 * Version: 0.1.3 8 8 * License: GNU GPLv3 9 9 * Copyright (c) 2017 Chris Winters … … 23 23 PTTManagerConstants( Array( 24 24 'PTT_MANAGER_BASE_URL' => get_bloginfo( 'url' ), 25 'PTT_MANAGER_VERSION' => '0.1. 2',25 'PTT_MANAGER_VERSION' => '0.1.3', 26 26 'PTT_MANAGER_WP_MIN_VERSION' => '4.6', 27 27 -
ptt-manager/trunk/ptt-manager.php
r1643286 r1674794 5 5 * Description: Post Type & Taxonomy Manager for WordPress Themes 6 6 * Tags: post type, post types, custom-post-type, custom post types, taxonomy, taxonomies, custom taxonomy, custom taxonomies 7 * Version: 0.1. 27 * Version: 0.1.3 8 8 * License: GNU GPLv3 9 9 * Copyright (c) 2017 Chris Winters … … 23 23 PTTManagerConstants( Array( 24 24 'PTT_MANAGER_BASE_URL' => get_bloginfo( 'url' ), 25 'PTT_MANAGER_VERSION' => '0.1. 2',25 'PTT_MANAGER_VERSION' => '0.1.3', 26 26 'PTT_MANAGER_WP_MIN_VERSION' => '4.6', 27 27
Note: See TracChangeset
for help on using the changeset viewer.