Plugin Directory

Changeset 705705


Ignore:
Timestamp:
04/30/2013 01:53:22 AM (13 years ago)
Author:
scottwerner
Message:

Update to version 2.0

Location:
relative-image-urls/trunk
Files:
1 deleted
1 edited

Legend:

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

    r225953 r705705  
    1 === Plugin Name ===
    2 Contributors: BlueLayerMedia, LLC
    3 Donate link: http://bluelayermedia.com/
    4 Tags: relative
     1=== Relative Image URLs ===
     2Contributors: scottwerner, BlueLayerMedia
     3Donate link: http://scottwernerdesign.com/plugins
     4Tags: relative, image, images, url, link, absolute
    55Requires at least: 2.0.2
    6 Tested up to: 2.9.2
    7 Stable tag: /trunk/
     6Tested up to: 3.5.1
     7Stable tag: 2.0
     8License: GPLv2 or later
     9License URI: http://www.gnu.org/licenses/gpl-2.0.html
    810
    9 The Relative Image URLs Plugin does the following.  When inserting an image into Wordpress posts, Wordpress uses absolute URLs to the files.  This plugin overrides that functionality and forces it to use relative URLs.
     11Creates relative URLs for images when inserting into posts.
    1012
    1113== Description ==
    1214
    13 The Relative Image URLs Plugin does the following.  When inserting an image into Wordpress posts, Wordpress uses absolute URLs to the files. This plugin overrides that functionality and forces it to use relative URLs.
     15When inserting an image into a post, Wordpress uses absolute URLs to the files. This plugin overrides that functionality and forces it to use relative URLs.
    1416
    15 For example:
     17**For example:**
    1618
    17 Wordpress Default:
    18 http://www.example.com/wp-content/upload/04/20/example.jpg
     19*Wordpress Default:*
     20http://www.example.com/wp-content/uploads/2013/04/example.jpg
    1921
    20 Plugin Override:
    21 /wp-content/upload/04/20/example.jpg
     22*Plugin Override:*
     23/wp-content/uploads/2013/04/example.jpg
    2224
    23 This is particularly useful if you plan on switching domains ever and has been requested in several help threads.
     25This is particularly useful if you plan on switching domains ever as well as reducing HTTP requests.
    2426
    2527== Installation ==
    2628
    27    1. Install the plugin either via FTP or Admin backend
    28    2. Activate the plugin
     291. Upload the 'No Image Link' folder to the `/wp-content/plugins/` directory
     301. Activate the plugin through the 'Plugins' menu in WordPress
    2931
    3032== Frequently Asked Questions ==
    3133
    32 None
     34= Do I have to set any options? =
     35
     36Nope. It's ready to go right out of the box.
     37
     38= Why would I want relative image URLs? =
     39
     40A few reasons:
     41* Makes it easier to move your site if you ever want to switch domains.
     42* If you have an install as a development/testing version of your site that you migrate frequently.
     43* Reduces HTTP requests, which will speed up page load time.
     44
     45== Screenshots ==
     46
     471. Shows the difference between absolute and relative image URLs in the WordPress post editor.
    3348
    3449== Changelog ==
    3550
     51= 2.0 =
     52* Fixed issue with an invalid header and directory issue which caused the plugin to fail install
     53* Updated WordPress version compatibility to 3.5.1
     54* Added a screenshot
     55* Added a FAQ
     56* Updated the short description to actually be short
     57* Added assets and plugin banner
     58* New contributor to update the plugin after it was abandoned 3 years ago
     59
    3660= 1.0 =
    3761* This is the first version.
     62
     63== Upgrade Notice ==
     64
     65= 2.0 =
     66* Fixed issue that caused plugin installation to fail.
     67* Compatible up to WordPress version 3.5.1
Note: See TracChangeset for help on using the changeset viewer.