Media File Renamer - Version 4.2.7

Version Description

  • Fix: Removed Updraft.
  • Update: UTF-8 is handled by default, no need to have an option for it.
  • Add: Option for transliteration (cyrillic, accents, umlauts).
  • Note: If you like it, please review the plugin here: https://wordpress.org/support/plugin/media-file-renamer/reviews/?rate=5#new-post. It's important for us :) Thank you!
Download this release

Release Info

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

Code changes from version 4.2.5 to 4.2.7

Files changed (2) hide show
  1. media-file-renamer.php +2 -2
  2. readme.txt +2 -2
media-file-renamer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Media File Renamer
4
  Plugin URI: http://meowapps.com
5
  Description: Auto-rename the files when titles are modified and update and the references (links). Manual Rename is a Pro option. Please read the description.
6
- Version: 4.2.5
7
  Author: Jordy Meow
8
  Author URI: http://meowapps.com
9
  Text Domain: media-file-renamer
@@ -30,7 +30,7 @@ if ( class_exists( 'Meow_MFRH_Core' ) ) {
30
  if ( is_admin() || strpos( trailingslashit( $_SERVER['REQUEST_URI'] ), '/' . trailingslashit( rest_get_url_prefix() ) ) === 0 ) {
31
 
32
  global $mfrh_version, $mfrh_core;
33
- $mfrh_version = '4.2.5';
34
 
35
  // Admin
36
  require( 'mfrh_admin.php');
3
  Plugin Name: Media File Renamer
4
  Plugin URI: http://meowapps.com
5
  Description: Auto-rename the files when titles are modified and update and the references (links). Manual Rename is a Pro option. Please read the description.
6
+ Version: 4.2.7
7
  Author: Jordy Meow
8
  Author URI: http://meowapps.com
9
  Text Domain: media-file-renamer
30
  if ( is_admin() || strpos( trailingslashit( $_SERVER['REQUEST_URI'] ), '/' . trailingslashit( rest_get_url_prefix() ) ) === 0 ) {
31
 
32
  global $mfrh_version, $mfrh_core;
33
+ $mfrh_version = '4.2.7';
34
 
35
  // Admin
36
  require( 'mfrh_admin.php');
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: TigrouMeow, amekusa
3
  Tags: rename, file, files, media, manager, image, renamer, wpml, optimization, seo, retina, gutenberg
4
  Requires at least: 4.8
5
  Tested up to: 4.9
6
- Stable tag: 4.2.5
7
 
8
  Automatically rename files depending on Media titles dynamically + update links. Pro version has many more options. Check the description :)
9
 
@@ -47,7 +47,7 @@ Check the FAQ on the official website, [here](https://meowapps.com/media-file-re
47
 
48
  == Changelog ==
49
 
50
- = 4.2.5 =
51
  * Fix: Removed Updraft.
52
  * Update: UTF-8 is handled by default, no need to have an option for it.
53
  * Add: Option for transliteration (cyrillic, accents, umlauts).
3
  Tags: rename, file, files, media, manager, image, renamer, wpml, optimization, seo, retina, gutenberg
4
  Requires at least: 4.8
5
  Tested up to: 4.9
6
+ Stable tag: 4.2.7
7
 
8
  Automatically rename files depending on Media titles dynamically + update links. Pro version has many more options. Check the description :)
9
 
47
 
48
  == Changelog ==
49
 
50
+ = 4.2.7 =
51
  * Fix: Removed Updraft.
52
  * Update: UTF-8 is handled by default, no need to have an option for it.
53
  * Add: Option for transliteration (cyrillic, accents, umlauts).