Version Description
Fixed by adding some functions of addon.
Download this release
Release Info
Developer | Katsushi Kawamori |
Plugin | Media from FTP |
Version | 9.83 |
Comparing to | |
See all releases |
Code changes from version 9.82 to 9.83
- mediafromftp.php +1 -1
- readme.txt +5 -2
- req/MediaFromFtpAdmin.php +5 -5
- req/MediaFromFtpRegist.php +1 -1
mediafromftp.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Media from FTP
|
4 |
Plugin URI: https://wordpress.org/plugins/media-from-ftp/
|
5 |
-
Version: 9.
|
6 |
Description: Register to media library from files that have been uploaded by FTP.
|
7 |
Author: Katsushi Kawamori
|
8 |
Author URI: https://riverforest-wp.info/
|
2 |
/*
|
3 |
Plugin Name: Media from FTP
|
4 |
Plugin URI: https://wordpress.org/plugins/media-from-ftp/
|
5 |
+
Version: 9.83
|
6 |
Description: Register to media library from files that have been uploaded by FTP.
|
7 |
Author: Katsushi Kawamori
|
8 |
Author URI: https://riverforest-wp.info/
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://pledgie.com/campaigns/28307
|
|
4 |
Tags: files, ftp, import, media, sync, uploads
|
5 |
Requires at least: 3.6.0
|
6 |
Requires PHP: 5.3.0
|
7 |
-
Tested up to: 4.
|
8 |
-
Stable tag: 9.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -115,6 +115,9 @@ Register to media library from files that have been uploaded by FTP.
|
|
115 |
|
116 |
== Changelog ==
|
117 |
|
|
|
|
|
|
|
118 |
= 9.82 =
|
119 |
Fixed problem of add-ons.
|
120 |
|
4 |
Tags: files, ftp, import, media, sync, uploads
|
5 |
Requires at least: 3.6.0
|
6 |
Requires PHP: 5.3.0
|
7 |
+
Tested up to: 4.9
|
8 |
+
Stable tag: 9.83
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
115 |
|
116 |
== Changelog ==
|
117 |
|
118 |
+
= 9.83 =
|
119 |
+
Fixed by adding some functions of addon.
|
120 |
+
|
121 |
= 9.82 =
|
122 |
Fixed problem of add-ons.
|
123 |
|
req/MediaFromFtpAdmin.php
CHANGED
@@ -1397,7 +1397,7 @@ class MediaFromFtpAdmin {
|
|
1397 |
} else {
|
1398 |
?>
|
1399 |
<div>
|
1400 |
-
<a href="<?php _e('https://riverforest-wp.info/media-from-ftp-add-on-cli/', 'media-from-ftp'); ?>" target="_blank" class="page-title-action"><?php _e('BUY', 'media-from-ftp');
|
1401 |
</div>
|
1402 |
<?php
|
1403 |
}
|
@@ -1425,7 +1425,7 @@ class MediaFromFtpAdmin {
|
|
1425 |
} else {
|
1426 |
?>
|
1427 |
<div>
|
1428 |
-
<a href="<?php _e('https://riverforest-wp.info/media-from-ftp-add-on-wpcron/', 'media-from-ftp'); ?>" target="_blank" class="page-title-action"><?php _e('BUY', 'media-from-ftp');
|
1429 |
</div>
|
1430 |
<?php
|
1431 |
}
|
@@ -1452,7 +1452,7 @@ class MediaFromFtpAdmin {
|
|
1452 |
} else {
|
1453 |
?>
|
1454 |
<div>
|
1455 |
-
<a href="<?php _e('https://riverforest-wp.info/media-from-ftp-add-on-category/', 'media-from-ftp'); ?>" target="_blank" class="page-title-action"><?php _e('BUY', 'media-from-ftp');
|
1456 |
</div>
|
1457 |
<?php
|
1458 |
}
|
@@ -1481,7 +1481,7 @@ class MediaFromFtpAdmin {
|
|
1481 |
} else {
|
1482 |
?>
|
1483 |
<div>
|
1484 |
-
<a href="<?php _e('https://riverforest-wp.info/media-from-ftp-add-on-exif/', 'media-from-ftp'); ?>" target="_blank" class="page-title-action"><?php _e('BUY', 'media-from-ftp');
|
1485 |
</div>
|
1486 |
<?php
|
1487 |
}
|
@@ -1546,7 +1546,7 @@ class MediaFromFtpAdmin {
|
|
1546 |
$exif_text = $mediafromftp_settings['caption']['exif_text'];
|
1547 |
}
|
1548 |
if ( !empty($_POST['mediafromftp_exif_default']) ) {
|
1549 |
-
$exif_text = '%title% %credit% %camera% %caption% %created_timestamp% %copyright% %aperture% %shutter_speed% %iso% %focal_length%';
|
1550 |
}
|
1551 |
if ( !empty($_POST['mediafromftp_apply_log']) ) {
|
1552 |
$mediafromftp_apply_log = $_POST['mediafromftp_apply_log'];
|
1397 |
} else {
|
1398 |
?>
|
1399 |
<div>
|
1400 |
+
<a href="<?php _e('https://riverforest-wp.info/media-from-ftp-add-on-cli/', 'media-from-ftp'); ?>" target="_blank" class="page-title-action"><?php _e('BUY', 'media-from-ftp'); ?></a>
|
1401 |
</div>
|
1402 |
<?php
|
1403 |
}
|
1425 |
} else {
|
1426 |
?>
|
1427 |
<div>
|
1428 |
+
<a href="<?php _e('https://riverforest-wp.info/media-from-ftp-add-on-wpcron/', 'media-from-ftp'); ?>" target="_blank" class="page-title-action"><?php _e('BUY', 'media-from-ftp'); ?></a>
|
1429 |
</div>
|
1430 |
<?php
|
1431 |
}
|
1452 |
} else {
|
1453 |
?>
|
1454 |
<div>
|
1455 |
+
<a href="<?php _e('https://riverforest-wp.info/media-from-ftp-add-on-category/', 'media-from-ftp'); ?>" target="_blank" class="page-title-action"><?php _e('BUY', 'media-from-ftp'); ?></a>
|
1456 |
</div>
|
1457 |
<?php
|
1458 |
}
|
1481 |
} else {
|
1482 |
?>
|
1483 |
<div>
|
1484 |
+
<a href="<?php _e('https://riverforest-wp.info/media-from-ftp-add-on-exif/', 'media-from-ftp'); ?>" target="_blank" class="page-title-action"><?php _e('BUY', 'media-from-ftp'); ?></a>
|
1485 |
</div>
|
1486 |
<?php
|
1487 |
}
|
1546 |
$exif_text = $mediafromftp_settings['caption']['exif_text'];
|
1547 |
}
|
1548 |
if ( !empty($_POST['mediafromftp_exif_default']) ) {
|
1549 |
+
$exif_text = '%title% %credit% %camera% %caption% %created_timestamp% %copyright% %aperture% %shutter_speed% %iso% %focal_length% %white_balance%';
|
1550 |
}
|
1551 |
if ( !empty($_POST['mediafromftp_apply_log']) ) {
|
1552 |
$mediafromftp_apply_log = $_POST['mediafromftp_apply_log'];
|
req/MediaFromFtpRegist.php
CHANGED
@@ -150,7 +150,7 @@ class MediaFromFtpRegist {
|
|
150 |
$cron_mail_apply = TRUE;
|
151 |
|
152 |
$caption_apply = FALSE;
|
153 |
-
$exif_text = '%title% %credit% %camera% %caption% %created_timestamp% %copyright% %aperture% %shutter_speed% %iso% %focal_length%';
|
154 |
$log = FALSE;
|
155 |
|
156 |
// for media-from-ftp-add-on-category
|
150 |
$cron_mail_apply = TRUE;
|
151 |
|
152 |
$caption_apply = FALSE;
|
153 |
+
$exif_text = '%title% %credit% %camera% %caption% %created_timestamp% %copyright% %aperture% %shutter_speed% %iso% %focal_length% %white_balance%';
|
154 |
$log = FALSE;
|
155 |
|
156 |
// for media-from-ftp-add-on-category
|