Version Description
- fixes to allow exports without selecting extra user date from usermeta or x-profile
Download this release
Release Info
Developer | qlstudio |
Plugin | Export User Data |
Version | 0.7.3 |
Comparing to | |
See all releases |
Code changes from version 0.7.2 to 0.7.3
- export-user-data.php +2 -2
- readme.txt +2 -2
export-user-data.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Export_User_Data
|
4 |
-
* @version 0.7.
|
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.7.
|
11 |
Author: Q Studio
|
12 |
Author URI: http://qstudio.us/
|
13 |
License: GPL2
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Export_User_Data
|
4 |
+
* @version 0.7.3
|
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.7.3
|
11 |
Author: Q Studio
|
12 |
Author URI: http://qstudio.us/
|
13 |
License: GPL2
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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.
|
7 |
License: GPLv2
|
8 |
|
9 |
Export users data, metadata and buddypress xprofile data to a csv or Excel file
|
@@ -60,7 +60,7 @@ Click on the 'Export User Data' link in the 'Users' menu, choose the role and th
|
|
60 |
|
61 |
== Changelog ==
|
62 |
|
63 |
-
= 0.7.
|
64 |
* fixes to allow exports without selecting extra user date from usermeta or x-profile
|
65 |
|
66 |
= 0.6.3 =
|
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.3
|
7 |
License: GPLv2
|
8 |
|
9 |
Export users data, metadata and buddypress xprofile data to a csv or Excel file
|
60 |
|
61 |
== Changelog ==
|
62 |
|
63 |
+
= 0.7.3 =
|
64 |
* fixes to allow exports without selecting extra user date from usermeta or x-profile
|
65 |
|
66 |
= 0.6.3 =
|