Changeset 705705
- Timestamp:
- 04/30/2013 01:53:22 AM (13 years ago)
- Location:
- relative-image-urls/trunk
- Files:
-
- 1 deleted
- 1 edited
-
readme.txt (modified) (1 diff)
-
relative-image-urls (deleted)
Legend:
- Unmodified
- Added
- Removed
-
relative-image-urls/trunk/readme.txt
r225953 r705705 1 === Plugin Name===2 Contributors: BlueLayerMedia, LLC3 Donate link: http:// bluelayermedia.com/4 Tags: relative 1 === Relative Image URLs === 2 Contributors: scottwerner, BlueLayerMedia 3 Donate link: http://scottwernerdesign.com/plugins 4 Tags: relative, image, images, url, link, absolute 5 5 Requires at least: 2.0.2 6 Tested up to: 2.9.2 7 Stable tag: /trunk/ 6 Tested up to: 3.5.1 7 Stable tag: 2.0 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 10 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.11 Creates relative URLs for images when inserting into posts. 10 12 11 13 == Description == 12 14 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.15 When 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. 14 16 15 For example: 17 **For example:** 16 18 17 Wordpress Default: 18 http://www.example.com/wp-content/upload /04/20/example.jpg19 *Wordpress Default:* 20 http://www.example.com/wp-content/uploads/2013/04/example.jpg 19 21 20 Plugin Override: 21 /wp-content/upload /04/20/example.jpg22 *Plugin Override:* 23 /wp-content/uploads/2013/04/example.jpg 22 24 23 This is particularly useful if you plan on switching domains ever a nd has been requested in several help threads.25 This is particularly useful if you plan on switching domains ever as well as reducing HTTP requests. 24 26 25 27 == Installation == 26 28 27 1. Install the plugin either via FTP or Admin backend 28 2. Activate the plugin 29 1. Upload the 'No Image Link' folder to the `/wp-content/plugins/` directory 30 1. Activate the plugin through the 'Plugins' menu in WordPress 29 31 30 32 == Frequently Asked Questions == 31 33 32 None 34 = Do I have to set any options? = 35 36 Nope. It's ready to go right out of the box. 37 38 = Why would I want relative image URLs? = 39 40 A 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 47 1. Shows the difference between absolute and relative image URLs in the WordPress post editor. 33 48 34 49 == Changelog == 35 50 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 36 60 = 1.0 = 37 61 * 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.