Version Description
Download this release
Release Info
Developer | qlstudio |
Plugin | Export User Data |
Version | 0.6.1 |
Comparing to | |
See all releases |
Code changes from version 0.6 to 0.6.1
- export-user-data.php +6 -3
- readme.txt +3 -2
export-user-data.php
CHANGED
@@ -1,20 +1,23 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Export_User_Data
|
4 |
-
* @version 0.
|
5 |
*/
|
6 |
/*
|
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.
|
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 |
/**
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Export_User_Data
|
4 |
+
* @version 0.6.1
|
5 |
*/
|
6 |
/*
|
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.6.1
|
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 |
/**
|
readme.txt
CHANGED
@@ -3,9 +3,8 @@ 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.
|
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,6 +14,8 @@ A plugin that exports ALL user data, meta data and BuddyPress xProfile data.
|
|
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
|
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.6.1
|
7 |
License: GPLv2
|
|
|
8 |
|
9 |
Export users data, metadata and buddypress xprofile data to a csv or Excel file
|
10 |
|
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
|