Changeset 669997
- Timestamp:
- 02/18/2013 10:51:35 PM (13 years ago)
- Location:
- purlem-personal-url-marketing
- Files:
-
- 3 added
- 2 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/purlem.php (added)
-
tags/1.2.1/readme.txt (added)
-
trunk/purlem.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
purlem-personal-url-marketing/trunk/purlem.php
r647117 r669997 4 4 Plugin URI: http://purlem.com 5 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.2. 06 Version: 1.2.1 7 7 Author: Marty Thomas 8 8 Author URI: http://purlem.com/company … … 102 102 if(get_option('showPurlForm') == 'Y') $newContent .= $_SESSION['visitor']->{'form'}; 103 103 104 if(!$_SESSION['visitor'] ->{'firstName'}) {104 if(!$_SESSION['visitor']) { 105 105 $newContent .= '<b>PURL NOT FOUND</b> Please try again.'; 106 106 } -
purlem-personal-url-marketing/trunk/readme.txt
r647117 r669997 5 5 Requires at least: 2.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 9 9 Personalize 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.