Plugin Directory

Changeset 1202977

Timestamp:
07/21/2015 09:45:57 AM (9 years ago)
Author:
jadpm
Message:

Update trunk version to 1.7.7

Location:
types/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • types/trunk/classes/class.wpcf-marketing-tutorial.php

    r1181030 r1202977  
    7070        $url = $this->add_ga_campain($url, 'fetch-data');
    7171
    72         $resp = wp_remote_get($url);
     72        $resp = wp_remote_get($url);
    7373
    7474        if ( is_wp_error( $resp ) ) {
     
    8686            return $this->error('wrong response status');
    8787        }
    88 
    89         $title = preg_split('/<header class="masthead">/', $resp['body']);
    90         $title = preg_split('/<h1>/', $title[1]);
    91         $title = preg_split('@</h1>@', $title[1]);
    92         $title = $title[0];
     88       
     89        //$title = preg_split('/<header class="masthead">/', $resp['body']);// WARNING this HTL element no longer exists!!!!
     90        $title]);
     91        $title);
     92        $title = $title[0];
    9393
    9494        $body = '';
  • types/trunk/classes/class.wpcf-marketing.php

    r1181030 r1202977  
    8080                        'utm_source' => 'typesplugin',
    8181                        'utm_medium' => 'insert-fields',
    82                         'utm_campaig' => 'postedit',
     82                        'utm_campaig' => 'postedit',
    8383                        'utm_term' => 'meet-toolset',
    8484                    ),
     
    9292                        'utm_source' => 'typesplugin',
    9393                        'utm_medium' => 'insert-fields',
    94                         'utm_campaig' => 'postedit',
     94                        'utm_campaig' => 'postedit',
    9595                        'utm_term' => 'creating-content-templates',
    9696                    ),
     
    202202                'utm_source' => 'typesplugin',
    203203                'utm_medium' =>  $utm_medium,
    204                 'utm_campaig' => sprintf('%s-howto', $this->get_kind() ),
     204                'utm_campaig' => sprintf('%s-howto', $this->get_kind() ),
    205205            ),
    206206            $url
  • types/trunk/embedded/bootstrap.php

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

    r1202085 r1202977  
    66  Author: OnTheGoSystems
    77  Author URI: http://www.onthegosystems.com
    8   Version: 1.7.6
     8  Version: 1.7.
    99 */
    1010/**
  • types/trunk/marketing/etc/types-site-kinds.php

    r1181030 r1202977  
    55        'title' => __('Brochure', 'wpcf'),
    66        'description' => __('static content displayed in different ways', 'wpcf'),
    7         'url' => __('http://wp-types.com/develop-brochure-site-wordpress/' , 'wpcf'),
     7        'url' => __('http://wp-types.com/develop-brochure-site-wordpress/' , 'wpcf'),
    88        'default' => true,
    99    ),
  • types/trunk/readme.txt

    r1202085 r1202977  
    66Requires at least: 3.4
    77Tested up to: 4.2.2
    8 Stable tag: 1.7.6
     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.6 =
  • types/trunk/wpcf.php

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