Plugin Directory

Changeset 1385808


Ignore:
Timestamp:
04/03/2016 11:47:42 PM (10 years ago)
Author:
polishedwp
Message:

updating versioning

Location:
genesis-sermons-cpt/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • genesis-sermons-cpt/trunk/README.txt

    r1384653 r1385808  
    55Requires at least: 4.0
    66Tested up to: 4.4
    7 Stable tag: 0.3
     7Stable tag: 0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 0.4 =
     44* Updated versioning
     45
    4346= 0.3.1 =
    4447* Fixed Custom CSS path
  • genesis-sermons-cpt/trunk/genesis-sermons-cpt.php

    r1384706 r1385808  
    1515 * Plugin URI:        https://github.com/polishedwp/genesis-sermons-cpt
    1616 * Description:       Adds a custom post type for Sermons to any Genesis Child Theme.
    17  * Version:           0.3.1
     17 * Version:           0.4
    1818 * Author:            Chuck Smith
    1919 * Author URI:        http://www.polishedwp.com
     
    5555 */
    5656
    57 if( !defined( 'SCPT_VERSION' ) )define( 'SCPT_VERSION', '0.3.1' );
     57if( !defined( 'SCPT_VERSION' ) )define( 'SCPT_VERSION', '0.4' );
    5858if( !defined( 'SCPT_BASE_FILE' ) )define( 'SCPT_BASE_FILE', __FILE__ );
    5959if( !defined( 'SCPT_BASE_DIR' ) )define( 'SCPT_BASE_DIR', dirname( SCPT_BASE_FILE ) );
Note: See TracChangeset for help on using the changeset viewer.