Plugin Directory

Changeset 1257983


Ignore:
Timestamp:
10/02/2015 06:59:52 AM (10 years ago)
Author:
latorante
Message:

Updating to version 2.9.5, WP 4.2 changes

Location:
genoo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • genoo/trunk/Genoo.php

    r1231765 r1257983  
    66    Author URI: http://www.genoo.com/
    77    Author Email: info@genoo.com
    8     Version: 2.9.5
     8    Version: 2.9.6
    99    License: GPLv2
    1010    Text Domain: genoo
  • genoo/trunk/libs/Genoo/Frontend.php

    r1187234 r1257983  
    160160        if(GENOO_SETUP){
    161161            $settings = new RepositorySettings();
    162             echo $settings->getTrackingCode();
     162            $tracking = $settings->getTrackingCode();
     163            // url relative version
     164            $tracking = str_replace('http://api.genoo.com', '//api.genoo.com', $tracking);
     165            echo $tracking;
    163166        }
    164167    }
  • genoo/trunk/readme.txt

    r1231765 r1257983  
    11=== Genoo ===
    2 Contributors: Genoo,latorante
     2Contributors: Genoo, latorante
    33Tags: marketing automation, email marketing, centralized lead database, lead capture forms
    44Requires at least: 3.3
     
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 2.9.5
     8Stable tag: 2.9.6
    99
    1010Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
     
    6464
    6565== Upgrade Notice ==
    66 * CTA can be enabled for any post-types now
    67 * Updated CTA metabox validation
     66* URL relative script appending
    6867
    6968== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.