Plugin Directory

Changeset 399996


Ignore:
Timestamp:
06/22/2011 08:08:56 PM (15 years ago)
Author:
mthomas9
Message:

Now accepts numbers in PURL

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

Legend:

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

    r385569 r399996  
    33Plugin Name: Purlem Personalized URL
    44Plugin URI: http://www.purlem.com
    5 Description: 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.0.3
     5Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://purlem.com'>Purlem Account</a>.</strong>
     6Version: 1.0.5
    77Author: Marty Thomas
    8 Author URI: http://www.purlem.com/pages/personalized-url-company.php
     8Author URI: http://purlem.com/company
    99License: A "Slug" license name e.g. GPL2
    1010
     
    4242RewriteCond %{REQUEST_FILENAME} !-d
    4343RewriteCond %{REQUEST_FILENAME} !-f
    44 RewriteRule ^([A-Za-z]+)\.([A-Za-z]+)/?$ ".get_option('purlemURI')."&purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R]\n#END PURL CODE";
     44RewriteRule ^([A-Za-z0-9]+)\.([A-Za-z0-9]+)/?$ ".get_option('purlemURI')."&purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R]\n#END PURL CODE";
    4545    $code_permalink = "#PURL CODE
    4646<IfModule mod_rewrite.c>
     
    4949RewriteCond %{REQUEST_FILENAME} !-f
    5050RewriteCond %{REQUEST_FILENAME} !-d
    51 RewriteRule ^([a-zA-Z]+)\\\\\.([a-zA-Z]+)/?$ ".get_option('purlemURI')."?purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R,L]
     51RewriteRule ^([a-zA-Z0-9]+)\\\\\.([a-zA-Z0-9]+)/?$ ".get_option('purlemURI')."?purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R,L]
    5252</IfModule>
    5353#END PURL CODE\n";
  • purlem-personal-url-marketing/trunk/readme.txt

    r385570 r399996  
    44Link: http://purlem.com/
    55Requires at least: 2.1
    6 Tested up to: 3.1
    7 Stable tag: 1.0.4
     6Tested up to: 3.1.3
     7Stable tag: 1.0.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.