Plugin Directory

Changeset 1425674


Ignore:
Timestamp:
05/27/2016 05:05:58 PM (10 years ago)
Author:
polishedwp
Message:

fixed versions in source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genesis-sermons-cpt/trunk/genesis-sermons-cpt.php

    r1407364 r1425674  
    2121 * License:           GPL-2.0+
    2222 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    23  * Text Domain:       genesis-communities-cpt
    24  * Domain Path:       /languages/
    2523 * Function prefix:   scpt_
    2624 * GitHub Plugin URI: https://github.com/polishedwp/genesis-sermons-cpt
     
    5553 */
    5654
    57 if( !defined( 'SCPT_VERSION' ) )define( 'SCPT_VERSION', '0.4' );
     55if( !defined( 'SCPT_VERSION' ) )define( 'SCPT_VERSION', '0.4.3' );
    5856if( !defined( 'SCPT_BASE_FILE' ) )define( 'SCPT_BASE_FILE', __FILE__ );
    5957if( !defined( 'SCPT_BASE_DIR' ) )define( 'SCPT_BASE_DIR', dirname( SCPT_BASE_FILE ) );
Note: See TracChangeset for help on using the changeset viewer.