Changeset 1162364
- Timestamp:
- 05/18/2015 12:05:30 AM (11 years ago)
- Location:
- redirect-editor/trunk
- Files:
-
- 3 edited
-
form.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
redirect-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
redirect-editor/trunk/form.php
r757730 r1162364 15 15 <p><pre><code>/2012/09/old-post/ http://www.example.com/2012/09/new-post/</code></pre></p> 16 16 17 <p><textarea name='redirects' style='width:100%;height:15em;white-space: nowrap;font-family:Consolas,Monaco,monospace;' wrap="off"><?php print esc_textarea( $redirects ); ?></textarea></p>17 <p><textarea name='redirects' style='width:100%;height:15em;white-space:pre;font-family:Consolas,Monaco,monospace;'><?php print esc_textarea( $redirects ); ?></textarea></p> 18 18 19 19 <p><button type='submit' name='function' class='button button-primary' value='redirect-editor-save'>Save</button></p> -
redirect-editor/trunk/readme.txt
r941088 r1162364 4 4 Tags: redirect, redirection, 301, 301 redirect, htaccess 5 5 Requires at least: 3.0 6 Tested up to: 3.9.16 Tested up to: 4.2.2 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 = 1.3 = 47 * Fix CSS error causing redirect lines to all appear on a single line 48 46 49 = 1.2 = 47 50 * Minor fix for possible corrupted redirects options … … 54 57 55 58 == Upgrade Notice == 59 = 1.3 = 60 Bug fix 61 56 62 = 1.2 = 57 63 Bug fix -
redirect-editor/trunk/redirect-editor.php
r941088 r1162364 2 2 /* 3 3 Plugin Name: Redirect Editor 4 Version: 1. 24 Version: 1.3 5 5 Plugin URI: http://justinsomnia.org/2012/09/redirect-editor-plugin-for-wordpress/ 6 6 Description: Centrally edit and manage <code>.htaccess</code>-style 301 redirects. Go to <a href="options-general.php?page=redirect-editor">Settings > Redirect Editor</a> to configure.
Note: See TracChangeset
for help on using the changeset viewer.