Plugin Directory

Changeset 759434


Ignore:
Timestamp:
08/20/2013 06:20:57 PM (13 years ago)
Author:
mthomas9
Message:

OptmizePress 2.0 compatibility

Location:
purlem-personal-url-marketing
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r734815 r759434  
    44Plugin URI: http://purlem.com
    55Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong>
    6 Version: 1.2.4
     6Version: 1.2.5
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    2929add_action('update_option_purlemID', 'add_htaccess_code');
    3030add_action('update_option_purlemURI', 'add_htaccess_code');
    31 add_action('get_header', 'display_purl_code');
     31add_action('the_title', 'display_purl_code');
    3232add_action('the_content', 'display_purl_content');
    3333add_action('the_title', 'display_purl_header');
     
    105105function display_purl_content($content) {
    106106    $newContent .= purl_convert($content);
    107    
     107    @session_start();
    108108    if($_GET['wordpress'] == 'Y') {
    109109        $newContent .= $_SESSION['visitor']->{'content'};
  • purlem-personal-url-marketing/trunk/readme.txt

    r734815 r759434  
    55Requires at least: 2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.2.4
     7Stable tag: 1.2.5
    88
    99Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset for help on using the changeset viewer.