Media File Renamer - Version 4.5.0

Version Description

  • Update: Code cleaning, Youtube video.
Download this release

Release Info

Developer TigrouMeow
Plugin Icon 128x128 Media File Renamer
Version 4.5.0
Comparing to
See all releases

Code changes from version 4.4.4 to 4.5.0

Files changed (2) hide show
  1. media-file-renamer.php +9 -9
  2. readme.txt +7 -5
media-file-renamer.php CHANGED
@@ -1,21 +1,21 @@
1
  <?php
2
  /*
3
- Plugin Name: Media File Auto Renamer
4
- Plugin URI: http://meowapps.com
5
  Description: Renames automatically the files depending on Media titles and updates the links.
6
- Version: 4.4.4
7
  Author: Jordy Meow
8
- Author URI: http://meowapps.com
9
  Text Domain: media-file-renamer
10
  Domain Path: /languages
11
 
12
  Dual licensed under the MIT and GPL licenses:
13
- http://www.opensource.org/licenses/mit-license.php
14
- http://www.gnu.org/licenses/gpl.html
15
 
16
  Originally developed for two of my websites:
17
- - Jordy Meow (http://offbeatjapan.org)
18
- - Haikyo (http://haikyo.org)
19
  */
20
 
21
  if ( class_exists( 'Meow_MFRH_Core' ) ) {
@@ -32,7 +32,7 @@ require( 'helpers.php');
32
  if ( is_admin() || is_rest() ) {
33
 
34
  global $mfrh_version, $mfrh_core;
35
- $mfrh_version = '4.4.4';
36
 
37
  // Admin
38
  require( 'mfrh_admin.php');
1
  <?php
2
  /*
3
+ Plugin Name: Media File Renamer Auto
4
+ Plugin URI: https://meowapps.com
5
  Description: Renames automatically the files depending on Media titles and updates the links.
6
+ Version: 4.5.0
7
  Author: Jordy Meow
8
+ Author URI: https://jordymeow.com
9
  Text Domain: media-file-renamer
10
  Domain Path: /languages
11
 
12
  Dual licensed under the MIT and GPL licenses:
13
+ https://www.opensource.org/licenses/mit-license.php
14
+ https://www.gnu.org/licenses/gpl.html
15
 
16
  Originally developed for two of my websites:
17
+ - Jordy Meow (https://offbeatjapan.org)
18
+ - Haikyo (https://haikyo.org)
19
  */
20
 
21
  if ( class_exists( 'Meow_MFRH_Core' ) ) {
32
  if ( is_admin() || is_rest() ) {
33
 
34
  global $mfrh_version, $mfrh_core;
35
+ $mfrh_version = '4.5.0';
36
 
37
  // Admin
38
  require( 'mfrh_admin.php');
readme.txt CHANGED
@@ -1,15 +1,15 @@
1
- === Media File Auto Renamer ===
2
  Contributors: TigrouMeow, amekusa
3
  Tags: rename, seo, file, files, media, renamer
4
  Requires at least: 4.8
5
  Tested up to: 5.0
6
- Stable tag: 4.4.4
7
 
8
  Physically renames your files nicely for a cleaner system and for a better SEO. Please read the description.
9
 
10
  == Description ==
11
 
12
- Media File Auto Renamer is a WordPress plugin that physically renames media files nicely for a cleaner system and for a better SEO. Please read this description.
13
 
14
  === IMPORTANT ===
15
  This is an *automatic* renamer based on the Media title. This plugin features were all meant to be automatic depending on the title of the Media. Manual Rename (and a few more features) were added two years later, in a Pro version. I add complex features based on requests usually in the Pro to be able to maintain the quality of the plugin and its support.
@@ -17,6 +17,8 @@ This is an *automatic* renamer based on the Media title. This plugin features we
17
  === HOW IT WORKS ===
18
  The plugin automatically renames your media filenames depending on their titles. When files are renamed, the references to it are also updated (posts, pages, custom types and their metadata). A new column in the Media Library will display to you the new ideal filename and a button will allow you to rename it straight away. You can lock and unlock the renaming automatic process through little icons. There is also a little dashboard called File Renamer in Media that will help you rename all your files at once. Advanced users can change the way the files are renamed by using the plugin's filters (check the FAQ). There is also a LOCK option on every image to avoid the filename to be modified any further.
19
 
 
 
20
  === PRO VERSION ===
21
  The [Pro Version](https://meowapps.com/media-file-renamer/) gives a few more features like manual renaming, renaming depending on the post the media is attached to or the content of the alternative text (ALT), logging of SQL queries and a few more options. A good process is to actually let the plugin do the renaming automatically (like in the free version) and to do manual renaming for the files that require fine tuning.
22
 
@@ -53,8 +55,8 @@ Check the FAQ on the official website, [here](https://meowapps.com/media-file-re
53
 
54
  == Changelog ==
55
 
56
- = 4.4.4 =
57
- * Fix: ...
58
 
59
  = 4.4.3 =
60
  * Fix: Issue with updating the ALT field.
1
+ === Media File Renamer Auto ===
2
  Contributors: TigrouMeow, amekusa
3
  Tags: rename, seo, file, files, media, renamer
4
  Requires at least: 4.8
5
  Tested up to: 5.0
6
+ Stable tag: 4.5.0
7
 
8
  Physically renames your files nicely for a cleaner system and for a better SEO. Please read the description.
9
 
10
  == Description ==
11
 
12
+ Media File Renamer Auto is a WordPress plugin that physically renames media files nicely for a cleaner system and for a better SEO. Please read this description.
13
 
14
  === IMPORTANT ===
15
  This is an *automatic* renamer based on the Media title. This plugin features were all meant to be automatic depending on the title of the Media. Manual Rename (and a few more features) were added two years later, in a Pro version. I add complex features based on requests usually in the Pro to be able to maintain the quality of the plugin and its support.
17
  === HOW IT WORKS ===
18
  The plugin automatically renames your media filenames depending on their titles. When files are renamed, the references to it are also updated (posts, pages, custom types and their metadata). A new column in the Media Library will display to you the new ideal filename and a button will allow you to rename it straight away. You can lock and unlock the renaming automatic process through little icons. There is also a little dashboard called File Renamer in Media that will help you rename all your files at once. Advanced users can change the way the files are renamed by using the plugin's filters (check the FAQ). There is also a LOCK option on every image to avoid the filename to be modified any further.
19
 
20
+ [youtube https://youtu.be/RjaA-b3avxs]
21
+
22
  === PRO VERSION ===
23
  The [Pro Version](https://meowapps.com/media-file-renamer/) gives a few more features like manual renaming, renaming depending on the post the media is attached to or the content of the alternative text (ALT), logging of SQL queries and a few more options. A good process is to actually let the plugin do the renaming automatically (like in the free version) and to do manual renaming for the files that require fine tuning.
24
 
55
 
56
  == Changelog ==
57
 
58
+ = 4.5.0 =
59
+ * Update: Code cleaning, Youtube video.
60
 
61
  = 4.4.3 =
62
  * Fix: Issue with updating the ALT field.