Plugin Directory

Changeset 421819


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

Extended support for numbers in PURL

Location:
purlem-personal-url-marketing/trunk
Files:
2 edited

Legend:

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

    r419553 r421819  
    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.0.8
     6Version: 1.0.9
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    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

    r419553 r421819  
    55Requires at least: 2.1
    66Tested up to: 3.1.3
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    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.