Changeset 3048383
- Timestamp:
- 03/09/2024 08:39:37 PM (2 years ago)
- Location:
- wp-redirect-permalink/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-redirect-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-redirect-permalink/trunk/readme.txt
r2785277 r3048383 1 === Plugin Name===1 === WP Redirect Permallink === 2 2 Contributors: nabtron 3 3 Donate link: https://nabtron.com/ 4 Tags: remove, post_id, postid, from, end, change permalink, redirect, permalink, postname, only4 Tags: remove, post_id, end, redirect, permalink 5 5 Requires at least: 4.2.2 6 Tested up to: 6. 0.27 Stable tag: 1.0. 86 Tested up to: 6.4.3 7 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.0.9 = 44 * Confirmed WordPress 6.4.3 compatibility 45 43 46 = 1.0.8 = 44 47 * Confirmed WordPress 6.0.2 compatibility -
wp-redirect-permalink/trunk/wp-redirect-permalink.php
r2785277 r3048383 5 5 Description: Redirects old permalink format: <strong><code>'/postname/post_id/'</code></strong> links to new: <code><strong>'/postname/'</code></strong> only using <strong>301 redirect</strong>. Respects query variables. 6 6 Author: nabtron 7 Version: 1.0. 87 Version: 1.0.9 8 8 Author URI: https://nabtron.com/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.