Version Description
- remove deprecated function
Download this release
Release Info
Developer | TerraFrost |
Plugin | SSH SFTP Updater Support |
Version | 0.7.1 |
Comparing to | |
See all releases |
Code changes from version 0.7 to 0.7.1
- readme.txt +5 -2
- sftp.php +1 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://sourceforge.net/donate/index.php?group_id=198487
|
|
4 |
Tags: ssh, sftp
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 4.2
|
7 |
-
Stable tag: 0.7.
|
8 |
|
9 |
"SSH SFTP Updater Support" is the easiest way to keep your Wordpress installation up-to-date with SFTP.
|
10 |
|
@@ -49,4 +49,7 @@ Keeping your Wordpress install up-to-date and installing plugins in a hassle-fre
|
|
49 |
* fix a few compatibility issues with 4.2
|
50 |
|
51 |
= 0.7.0 =
|
52 |
-
* disable modal dialog and use full screen real page when prompting for information
|
|
|
|
|
|
4 |
Tags: ssh, sftp
|
5 |
Requires at least: 3.1
|
6 |
Tested up to: 4.2
|
7 |
+
Stable tag: 0.7.1
|
8 |
|
9 |
"SSH SFTP Updater Support" is the easiest way to keep your Wordpress installation up-to-date with SFTP.
|
10 |
|
49 |
* fix a few compatibility issues with 4.2
|
50 |
|
51 |
= 0.7.0 =
|
52 |
+
* disable modal dialog and use full screen real page when prompting for information
|
53 |
+
|
54 |
+
= 0.7.1 =
|
55 |
+
* remove deprecated function
|
sftp.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SSH SFTP Updater Support
|
4 |
Plugin URI: http://phpseclib.sourceforge.net/wordpress.htm
|
5 |
Description: Update your Wordpress blog / plugins via SFTP without libssh2
|
6 |
-
Version: 0.7.
|
7 |
Author: TerraFrost
|
8 |
Author URI: http://phpseclib.sourceforge.net/
|
9 |
*/
|
@@ -164,7 +164,6 @@ jQuery(function($){
|
|
164 |
</script>
|
165 |
<form action="<?php echo $form_post ?>" method="post" enctype="multipart/form-data">
|
166 |
<div class="wrap">
|
167 |
-
<?php screen_icon(); ?>
|
168 |
<h2><?php _e('Connection Information') ?></h2>
|
169 |
<p><?php
|
170 |
$label_user = __('Username');
|
3 |
Plugin Name: SSH SFTP Updater Support
|
4 |
Plugin URI: http://phpseclib.sourceforge.net/wordpress.htm
|
5 |
Description: Update your Wordpress blog / plugins via SFTP without libssh2
|
6 |
+
Version: 0.7.1
|
7 |
Author: TerraFrost
|
8 |
Author URI: http://phpseclib.sourceforge.net/
|
9 |
*/
|
164 |
</script>
|
165 |
<form action="<?php echo $form_post ?>" method="post" enctype="multipart/form-data">
|
166 |
<div class="wrap">
|
|
|
167 |
<h2><?php _e('Connection Information') ?></h2>
|
168 |
<p><?php
|
169 |
$label_user = __('Username');
|