Plugin Directory

Changeset 1212514

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

Update to Types 1.7.10

Location:
types/trunk
Files:
6 edited

Legend:

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

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

    r1211931 r1212514  
    4747            $value = array_map( array( 'WPCF_Loader', 'wpcf_sanitize_values_on_save' ), $value );
    4848        } else {
    49             if ( current_user_can( 'unfiltered_html' ) ) {
    50                 $value = wp_filter_post_kses( $value );
    51             } else {
    52                 $value = wp_filter_kses( $value );
    53             }
     49            $value = wp_filter_post_kses( $value );
    5450        }
    5551        return $value;
  • types/trunk/embedded/plugin.php

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

    r1212506 r1212514  
    66Requires at least: 3.4
    77Tested up to: 4.2.3
    8 Stable tag: 1.7.9
     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

    r1212506 r1212514  
    66Requires at least: 3.4
    77Tested up to: 4.2.3
    8 Stable tag: 1.7.9
     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.9 =
  • types/trunk/wpcf.php

    r1212506 r1212514  
    66  Author: OnTheGoSystems
    77  Author URI: http://www.onthegosystems.com
    8   Version: 1.7.9
     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.9' );
     19    define( 'WPCF_VERSION', '1.7.' );
    2020}
    2121
Note: See TracChangeset for help on using the changeset viewer.