Version Description
Download this release
Release Info
Developer | qlstudio |
Plugin | Export User Data |
Version | 0.5.2 |
Comparing to | |
See all releases |
Code changes from version 0.5.1 to 0.5.2
- export-user-data.php +3 -18
- readme.txt +5 -5
export-user-data.php
CHANGED
@@ -1,33 +1,18 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Export_User_Data
|
4 |
-
* @version 0.5
|
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.5.
|
11 |
Author: Q Studio
|
12 |
Author URI: http://qstudio.us/
|
13 |
License: GPL2
|
14 |
Text Domain: export-user-data
|
15 |
-
|
16 |
-
*/
|
17 |
-
/* Copyright 2011 Ulrich Sossou (http://github.com/sorich87)
|
18 |
-
|
19 |
-
This program is free software; you can redistribute it and/or modify
|
20 |
-
it under the terms of the GNU General Public License, version 2, as
|
21 |
-
published by the Free Software Foundation.
|
22 |
-
|
23 |
-
This program is distributed in the hope that it will be useful,
|
24 |
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
25 |
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
26 |
-
GNU General Public License for more details.
|
27 |
-
|
28 |
-
You should have received a copy of the GNU General Public License
|
29 |
-
along with this program; if not, write to the Free Software
|
30 |
-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
31 |
*/
|
32 |
|
33 |
load_plugin_textdomain( 'export-user-data', false, basename( dirname( __FILE__ ) ) . '/languages' );
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Export_User_Data
|
4 |
+
* @version 0.5.2
|
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.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' );
|
readme.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
=== Plugin Name ===
|
2 |
-
Contributors: Q Studio
|
3 |
-
Tags: user, users, xprofile, usermeta csv, excel, batch, export,
|
4 |
Requires at least: 3.2
|
5 |
Tested up to: 3.6
|
6 |
-
Stable tag: 0.5.
|
7 |
-
Original: http://wordpress.org/plugins/export-users-to-csv/
|
8 |
License: GPLv2
|
|
|
9 |
|
10 |
Export users data, metadata and buddypress xprofile data to a csv or Excel file
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
A plugin that
|
15 |
|
16 |
Includes an option to export the users by role, registration date range, usermeta option and two export formats.
|
17 |
|
1 |
=== Plugin Name ===
|
2 |
+
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.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 |
|
12 |
== Description ==
|
13 |
|
14 |
+
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 |
|