wp-media-files-name-rename
Last commit date
admin
1 month ago
includes
1 month ago
languages
1 month ago
public
1 month ago
README.md
1 month ago
index.php
1 month ago
license.txt
1 month ago
readme.txt
1 month ago
uninstall.php
1 month ago
wp-media-files-name-rename.php
1 month ago
readme.txt
76 lines
| 1 | === Rename WP Media Files Name === |
| 2 | Tags: post, edit-post, attachment, edit-media-file-name |
| 3 | Contributors: sajjad67 |
| 4 | Author: Sajjad Hossain Sagor |
| 5 | Tested up to: 7.0 |
| 6 | Requires at least: 5.6 |
| 7 | Stable tag: 2.0.3 |
| 8 | Requires PHP: 8.0 |
| 9 | License: GPLv2 or later |
| 10 | License URI: https://www.gnu.org/licenses/gpl-2.0.html |
| 11 | |
| 12 | Change Media Attachments Files Name Easily. |
| 13 | |
| 14 | == Description == |
| 15 | This plugin adds feature to change your Media Attachments Files Name Easily. |
| 16 | |
| 17 | = Features: = |
| 18 | - Change (Edit) Media Uploads File Name |
| 19 | - Change History Table To View Previous Changes |
| 20 | - Rebuild Media Thumbnails On Change |
| 21 | - Deletes Old Media File On Change |
| 22 | - Quick Setup and User-Friendly Interface |
| 23 | |
| 24 | == Installation == |
| 25 | To add a WordPress Plugin using the built-in plugin installer: |
| 26 | |
| 27 | Go to Plugins > Add New. |
| 28 | |
| 29 | 1. Type in the name "Rename WP Media Files Name" in Search Plugins box |
| 30 | 2. Find the "Rename WP Media Files Name" Plugin to install. |
| 31 | 3. Click Install Now to begin the plugin installation. |
| 32 | 4. The resulting installation screen will list the installation as successful or note any problems during the install. |
| 33 | If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. |
| 34 | |
| 35 | To add a WordPress Plugin from GitHub repo / plugin zip file : |
| 36 | 1. Go to WordPress plugin page |
| 37 | 2. Click Add New & Upload Plugin |
| 38 | 3. Drag / Click upload the plugin zip file |
| 39 | 4. The resulting installation screen will list the installation as successful or note any problems during the install. |
| 40 | If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions. |
| 41 | |
| 42 | == Frequently Asked Questions == |
| 43 | = How to use this plugin? = |
| 44 | Just after installing the plugin, go media uploads list and click one to edit at bottom you will find box to rename the file. See screenshot. |
| 45 | |
| 46 | == Screenshots == |
| 47 | 1. Media attachments Rename Box. |
| 48 | |
| 49 | == Changelog == |
| 50 | = 2.0.3 = |
| 51 | - Compatibility checkup for latest wp version 7.0 |
| 52 | = 2.0.2 = |
| 53 | - Checked for latest wp version 6.9 |
| 54 | = 2.0.1 = |
| 55 | - Checked for latest wp version 6.8 |
| 56 | = 2.0.0 = |
| 57 | - Major changes in codebase. Compatibility checkup for latest wp version 6.7 |
| 58 | = 1.0.7 = |
| 59 | - Compatibility check for wp 6.6 |
| 60 | = 1.0.6 = |
| 61 | - Compatibility check for wp 6.3 |
| 62 | = 1.0.5 = |
| 63 | - Compatibility check for wp 6.0 |
| 64 | = 1.0.4 = |
| 65 | - A Major Update.. Added feature when media file name renames it's old thumbnails will also be deleted... |
| 66 | = 1.0.3 = |
| 67 | - A Minor Bug fixed... Added check if input available to ignore any error |
| 68 | = 1.0.2 = |
| 69 | - On Media List View.. Bootstrap Framework was causing issue.. Fixed with this version. |
| 70 | = 1.0.1 = |
| 71 | - File Rename Second time was causing issue... GUID wasn't updating properly if user want's to update file multiple time.. It's now fixed |
| 72 | = 1.0.0 = |
| 73 | - Initial release. |
| 74 | |
| 75 | == Upgrade Notice == |
| 76 | Always try to keep your plugin update so that you can get the improved and additional features added to this plugin up to date. |