Plugin Directory

Changeset 1212506

Timestamp:
08/04/2015 11:50:24 AM (9 years ago)
Author:
jadpm
Message:

Prepare 1.7.9 version

Location:
types/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • types/trunk/embedded/bootstrap.php

    r1211931 r1212506  
    134134    // This ones are skipped if used as embedded code!
    135135    if ( !defined( 'WPCF_VERSION' ) ) {
    136         define( 'WPCF_VERSION', '1.7.8' );
     136        define( 'WPCF_VERSION', '1.7.' );
    137137        define( 'WPCF_META_PREFIX', 'wpcf-' );
    138138    }
  • types/trunk/embedded/plugin.php

    r1211931 r1212506  
    66  Author: OnTheGoSystems
    77  Author URI: http://www.onthegosystems.com
    8   Version: 1.7.8
     8  Version: 1.7.
    99 */
    1010/**
  • types/trunk/embedded/readme.txt

    r1211931 r1212506  
    66Requires at least: 3.4
    77Tested up to: 4.2.3
    8 Stable tag: 1.7.8
     8Stable tag: 1.7.
    99
    1010The Embedded version lets you create custom types, taxonomies and fields for your theme or plugin, without requiring any plugin.
  • types/trunk/readme.txt

    r1211931 r1212506  
    66Requires at least: 3.4
    77Tested up to: 4.2.3
    8 Stable tag: 1.7.8
     8Stable tag: 1.7.
    99
    1010The complete and reliable plugin for managing custom post types, custom taxonomies and custom fields.
     
    155155
    156156== Changelog ==
     157
     158
     159
     160
     161
    157162
    158163= 1.7.8 =
  • types/trunk/wpcf.php

    r1211931 r1212506  
    66  Author: OnTheGoSystems
    77  Author URI: http://www.onthegosystems.com
    8   Version: 1.7.8
     8  Version: 1.7.
    99 */
    1010/**
     
    1717     * make sure that WPCF_VERSION in embedded/bootstrap.php is the same!
    1818     */
    19     define( 'WPCF_VERSION', '1.7.8' );
     19    define( 'WPCF_VERSION', '1.7.' );
    2020}
    2121
Note: See TracChangeset for help on using the changeset viewer.