Plugin Directory

Changeset 1302047

Timestamp:
12/07/2015 10:26:55 AM (9 years ago)
Author:
jadpm
Message:

Prepare the Types 1.8.11 tag - version numbers and changelogs. After that, I will commit the actual changes, and finally update the stable version tag.

Location:
types/trunk
Files:
5 edited

Legend:

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

    r1288660 r1302047  
    157157    // This ones are skipped if used as embedded code!
    158158    if ( !defined( 'WPCF_VERSION' ) ) {
    159         define( 'WPCF_VERSION', '1.8.10' );
     159        define( 'WPCF_VERSION', '1.8.1' );
    160160        define( 'WPCF_META_PREFIX', 'wpcf-' );
    161161    }
  • types/trunk/embedded/plugin.php

    r1288660 r1302047  
    66  Author: OnTheGoSystems
    77  Author URI: http://www.onthegosystems.com
    8   Version: 1.8.10
     8  Version: 1.8.1
    99 */
    1010/**
  • types/trunk/embedded/readme.txt

    r1288660 r1302047  
    55License: GPLv2
    66Requires at least: 3.4
    7 Tested up to: 4.3,1
     7Tested up to: 4.
    88Stable tag: 1.8.10
    99
  • types/trunk/readme.txt

    r1288660 r1302047  
    55License: GPLv2
    66Requires at least: 3.4
    7 Tested up to: 4.3.1
     7Tested up to: 4.
    88Stable tag: 1.8.10
    99
     
    155155
    156156== Changelog ==
     157
     158
     159
     160
     161
     162
     163
    157164
    158165= 1.8.10 =
  • types/trunk/wpcf.php

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