Export User Data - Version 1.2.4

Version Description

  • Fix: Removed comments to screen
Download this release

Release Info

Developer qlstudio
Plugin Icon wp plugin Export User Data
Version 1.2.4
Comparing to
See all releases

Code changes from version 1.2.3 to 1.2.4

Files changed (2) hide show
  1. export-user-data.php +2 -3
  2. readme.txt +4 -1
export-user-data.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Export User Data
5
  Plugin URI: http://qstudio.us/plugins/
6
  Description: Export User data, metadata and BuddyPress X-Profile data.
7
- Version: 1.2.3
8
  Author: Q Studio
9
  Author URI: http://qstudio.us
10
  License: GPL2
@@ -23,7 +23,7 @@ if ( ! class_exists( 'Q_Export_User_Data' ) )
23
  {
24
 
25
  // plugin version
26
- define( 'Q_EXPORT_USER_DATA_VERSION', '1.2.3' ); // version ##
27
 
28
  // instatiate class via hook, only if inside admin
29
  if ( is_admin() ) {
@@ -1327,7 +1327,6 @@ if ( ! class_exists( 'Q_Export_User_Data' ) )
1327
  , 'Codex'
1328
  );
1329
 
1330
- echo 'value: '.$this->user_fields .' / Post value: '.$_POST['user_fields'];
1331
  ?></p>
1332
  </td>
1333
  </tr>
4
  Plugin Name: Export User Data
5
  Plugin URI: http://qstudio.us/plugins/
6
  Description: Export User data, metadata and BuddyPress X-Profile data.
7
+ Version: 1.2.4
8
  Author: Q Studio
9
  Author URI: http://qstudio.us
10
  License: GPL2
23
  {
24
 
25
  // plugin version
26
+ define( 'Q_EXPORT_USER_DATA_VERSION', '1.2.4' ); // version ##
27
 
28
  // instatiate class via hook, only if inside admin
29
  if ( is_admin() ) {
1327
  , 'Codex'
1328
  );
1329
 
 
1330
  ?></p>
1331
  </td>
1332
  </tr>
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: qlstudio
3
  Tags: user, users, xprofile, usermeta csv, excel, batch, export, save, download
4
  Requires at least: 3.2
5
  Tested up to: 4.3.1
6
- Stable tag: 1.2.3
7
  License: GPLv2
8
 
9
  Export users data, metadata and buddypress xprofile data to a csv or Excel file
@@ -58,6 +58,9 @@ Click on the 'Export User Data' link in the 'Users' menu, choose the role and th
58
 
59
  == Changelog ==
60
 
 
 
 
61
  = 1.2.3 =
62
  * Fix: to remove minor security loop hole
63
  * New: Added option to remove standard wp_users data from export
3
  Tags: user, users, xprofile, usermeta csv, excel, batch, export, save, download
4
  Requires at least: 3.2
5
  Tested up to: 4.3.1
6
+ Stable tag: 1.2.4
7
  License: GPLv2
8
 
9
  Export users data, metadata and buddypress xprofile data to a csv or Excel file
58
 
59
  == Changelog ==
60
 
61
+ = 1.2.4 =
62
+ * Fix: Removed comments to screen
63
+
64
  = 1.2.3 =
65
  * Fix: to remove minor security loop hole
66
  * New: Added option to remove standard wp_users data from export