Changeset 1385808
- Timestamp:
- 04/03/2016 11:47:42 PM (10 years ago)
- Location:
- genesis-sermons-cpt/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
genesis-sermons-cpt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
genesis-sermons-cpt/trunk/README.txt
r1384653 r1385808 5 5 Requires at least: 4.0 6 6 Tested up to: 4.4 7 Stable tag: 0. 37 Stable tag: 0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 0.4 = 44 * Updated versioning 45 43 46 = 0.3.1 = 44 47 * Fixed Custom CSS path -
genesis-sermons-cpt/trunk/genesis-sermons-cpt.php
r1384706 r1385808 15 15 * Plugin URI: https://github.com/polishedwp/genesis-sermons-cpt 16 16 * Description: Adds a custom post type for Sermons to any Genesis Child Theme. 17 * Version: 0. 3.117 * Version: 0.4 18 18 * Author: Chuck Smith 19 19 * Author URI: http://www.polishedwp.com … … 55 55 */ 56 56 57 if( !defined( 'SCPT_VERSION' ) )define( 'SCPT_VERSION', '0. 3.1' );57 if( !defined( 'SCPT_VERSION' ) )define( 'SCPT_VERSION', '0.4' ); 58 58 if( !defined( 'SCPT_BASE_FILE' ) )define( 'SCPT_BASE_FILE', __FILE__ ); 59 59 if( !defined( 'SCPT_BASE_DIR' ) )define( 'SCPT_BASE_DIR', dirname( SCPT_BASE_FILE ) );
Note: See TracChangeset
for help on using the changeset viewer.