Plugin Directory

Changeset 678749


Ignore:
Timestamp:
03/09/2013 05:30:00 PM (13 years ago)
Author:
MarcusPope
Message:

updated readme and instructions

Location:
root-relative-urls/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • root-relative-urls/trunk/readme.txt

    r678745 r678749  
    2020
    2121Version 1.5 fixes an infinite redirect problem that is a result of a core bug in WordPress.  If you have problems with the <!--more--> tag or permalinks for custom post types, please read the FAQ or new Install Steps for support.
     22
     23Version 2.2 allows for adding certain URL's or partial URL's to a blacklist, meaning I won't use root relative urls, but dynamic absolute URLs instead for displaying content.  This will fix problems with 3rd party plugins, and can be configured on the General Settings page.
    2224
    2325== Installation ==
     
    108110
    109111== Changelog ==
     112= 2.3 =
     113* Minor text edits
    110114
    111115= 2.2 =
  • root-relative-urls/trunk/sb_root_relative_urls.php

    r678745 r678749  
    99Author: Marcus E. Pope, marcuspope
    1010Author URI: http://www.marcuspope.com
    11 Version: 2.2
     11Version: 2.3
    1212
    1313Copyright 2011 Marcus E. Pope (email : me@marcuspope.com)
     
    367367    static function render_setting_section($t) {
    368368        //add description of section to page
    369         echo "<p>Enter URLs you do not want processed by Root Relative URL Plugin.<br/>- Only put one URL per line, you can enter as many urls as you'd like.<br/>- You can use partial URLs, no wildcards needed, but be careful about unintentionally matching a post title.<br/>- The full URL in the browser will be used to check against these entries so you can disable root relative urls for your entire production site simply by putting your production url in this field.<br/>- To disable processing for RSS feeds you would use <span style='background-color: #e8f6fd;'>http://www.mysite.com/?feed</span> to capture all rss, atomic and comment feeds, only you'd replace www.mysite.com with your production URL.</p>";
     369        echo "<p>Enter URLs you do not want processed to root relative by the Root Relative URL Plugin. This is particularly useful for fixing 3rd party plugins that depend on absolute URLs.<br/>- Only put one URL per line, you can enter as many urls as you'd like.<br/>- You can use partial URLs, no wildcards needed, but be careful about unintentionally matching a post title.<br/>- The full URL in the browser will be used to check against these entries so you can disable root relative urls for your entire production site simply by putting your production url in this field.<br/>- To disable processing for RSS feeds you would use <span style='background-color: #e8f6fd;'>http://www.mysite.com/?feed</span> to capture all rss, atomic and comment feeds, only you'd replace www.mysite.com with your production URL.</p>";
    370370    }
    371371
Note: See TracChangeset for help on using the changeset viewer.