Version Description
Download this release
Release Info
Developer | qlstudio |
Plugin | Export User Data |
Version | 0.6 |
Comparing to | |
See all releases |
Code changes from version 0.5.3 to 0.6
- export-user-data.php +2 -5
- readme.txt +2 -3
export-user-data.php
CHANGED
@@ -7,17 +7,14 @@
|
|
7 |
Plugin Name: Export User Data
|
8 |
Plugin URI: http://qstudio.us/plugins/
|
9 |
Description: Export User data, metadata and BuddyPressX Profile data.
|
10 |
-
Version: 0.5.
|
11 |
Author: Q Studio
|
12 |
Author URI: http://qstudio.us/
|
13 |
License: GPL2
|
14 |
Text Domain: export-user-data
|
|
|
15 |
*/
|
16 |
|
17 |
-
/*
|
18 |
-
* Based on: Export User to CSV by PubPoet ( http://pubpoet.com/ )- Thanks!
|
19 |
-
*/
|
20 |
-
|
21 |
load_plugin_textdomain( 'export-user-data', false, basename( dirname( __FILE__ ) ) . '/languages' );
|
22 |
|
23 |
/**
|
7 |
Plugin Name: Export User Data
|
8 |
Plugin URI: http://qstudio.us/plugins/
|
9 |
Description: Export User data, metadata and BuddyPressX Profile data.
|
10 |
+
Version: 0.5.2
|
11 |
Author: Q Studio
|
12 |
Author URI: http://qstudio.us/
|
13 |
License: GPL2
|
14 |
Text Domain: export-user-data
|
15 |
+
Based on: Export User to CSV by PubPoet ( http://pubpoet.com/ )- Thanks!
|
16 |
*/
|
17 |
|
|
|
|
|
|
|
|
|
18 |
load_plugin_textdomain( 'export-user-data', false, basename( dirname( __FILE__ ) ) . '/languages' );
|
19 |
|
20 |
/**
|
readme.txt
CHANGED
@@ -3,8 +3,9 @@ Contributors: Q Studio
|
|
3 |
Tags: user, users, xprofile, usermeta csv, excel, batch, export, save
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 3.6
|
6 |
-
Stable tag: 0.5.
|
7 |
License: GPLv2
|
|
|
8 |
|
9 |
Export users data, metadata and buddypress xprofile data to a csv or Excel file
|
10 |
|
@@ -14,8 +15,6 @@ A plugin that exports ALL user data, meta data and BuddyPress xProfile data.
|
|
14 |
|
15 |
Includes an option to export the users by role, registration date range, usermeta option and two export formats.
|
16 |
|
17 |
-
Based on: http://wordpress.org/plugins/export-users-to-csv/
|
18 |
-
|
19 |
= Features =
|
20 |
|
21 |
* Exports all users fields
|
3 |
Tags: user, users, xprofile, usermeta csv, excel, batch, export, save
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 3.6
|
6 |
+
Stable tag: 0.5.2
|
7 |
License: GPLv2
|
8 |
+
Original: http://wordpress.org/plugins/export-users-to-csv/
|
9 |
|
10 |
Export users data, metadata and buddypress xprofile data to a csv or Excel file
|
11 |
|
15 |
|
16 |
Includes an option to export the users by role, registration date range, usermeta option and two export formats.
|
17 |
|
|
|
|
|
18 |
= Features =
|
19 |
|
20 |
* Exports all users fields
|