Version Description
- Fix: Better support for Real Media Library.
- Update: Improved transliteration.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | Media File Renamer |
Version | 4.2.8 |
Comparing to | |
See all releases |
Code changes from version 4.2.7 to 4.2.8
- media-file-renamer.php +2 -2
- readme.txt +8 -4
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.
|
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.
|
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.8
|
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.8';
|
34 |
|
35 |
// Admin
|
36 |
require( 'mfrh_admin.php');
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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.
|
7 |
|
8 |
Automatically rename files depending on Media titles dynamically + update links. Pro version has many more options. Check the description :)
|
9 |
|
@@ -47,6 +47,10 @@ Check the FAQ on the official website, [here](https://meowapps.com/media-file-re
|
|
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.
|
@@ -59,7 +63,7 @@ Check the FAQ on the official website, [here](https://meowapps.com/media-file-re
|
|
59 |
|
60 |
= 4.2.1 =
|
61 |
* Add: All the actions in the Media Library are now asynchronous. No more page reload!
|
62 |
-
* Update: Many changes and little enhancements in the code, for speed, security and code-
|
63 |
|
64 |
= 4.0.4 =
|
65 |
* Fix: Renaming using filters (work in progress).
|
@@ -127,7 +131,7 @@ Check the FAQ on the official website, [here](https://meowapps.com/media-file-re
|
|
127 |
|
128 |
= 3.4.5 =
|
129 |
* Fix: Better handling of umlauts.
|
130 |
-
* Info: There will be an important warning showing up during this update. It is an important
|
131 |
|
132 |
= 3.2.7 =
|
133 |
* Fix: Slug was not getting renamed after recent WP update.
|
2 |
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.8
|
6 |
+
Stable tag: 4.2.8
|
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.8 =
|
51 |
+
* Fix: Better support for Real Media Library.
|
52 |
+
* Update: Improved transliteration.
|
53 |
+
|
54 |
= 4.2.7 =
|
55 |
* Fix: Removed Updraft.
|
56 |
* Update: UTF-8 is handled by default, no need to have an option for it.
|
63 |
|
64 |
= 4.2.1 =
|
65 |
* Add: All the actions in the Media Library are now asynchronous. No more page reload!
|
66 |
+
* Update: Many changes and little enhancements in the code, for speed, security and code-tidiness.
|
67 |
|
68 |
= 4.0.4 =
|
69 |
* Fix: Renaming using filters (work in progress).
|
131 |
|
132 |
= 3.4.5 =
|
133 |
* Fix: Better handling of umlauts.
|
134 |
+
* Info: There will be an important warning showing up during this update. It is an important announcement.
|
135 |
|
136 |
= 3.2.7 =
|
137 |
* Fix: Slug was not getting renamed after recent WP update.
|