Version Description
- Minor FIxes
Download this release
Release Info
Developer | qlstudio |
Plugin | Export User Data |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- export-user-data.php +3 -3
- readme.md +4 -1
- 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.
|
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.
|
27 |
|
28 |
// instatiate class via hook, only if inside admin
|
29 |
if ( is_admin() ) {
|
@@ -42,7 +42,7 @@ if ( ! class_exists( 'Q_Export_User_Data' ) )
|
|
42 |
class Q_Export_User_Data {
|
43 |
|
44 |
// debug ##
|
45 |
-
const debug =
|
46 |
|
47 |
// Refers to a single instance of this class. ##
|
48 |
private static $instance = null;
|
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.2
|
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.2' ); // version ##
|
27 |
|
28 |
// instatiate class via hook, only if inside admin
|
29 |
if ( is_admin() ) {
|
42 |
class Q_Export_User_Data {
|
43 |
|
44 |
// debug ##
|
45 |
+
const debug = false;
|
46 |
|
47 |
// Refers to a single instance of this class. ##
|
48 |
private static $instance = null;
|
readme.md
CHANGED
@@ -3,7 +3,7 @@
|
|
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.
|
7 |
**License:** GPLv2
|
8 |
|
9 |
Export users data, metadata and buddypress xprofile data to a csv or Excel file
|
@@ -59,6 +59,9 @@ Click on the 'Export User Data' link in the 'Users' menu, choose the role and th
|
|
59 |
|
60 |
## Changelog ##
|
61 |
|
|
|
|
|
|
|
62 |
### 1.2.1 ###
|
63 |
* Checked on WP 4.3.1
|
64 |
* Moved text-domain to string in preperation for addition to translate.wordpress.org
|
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.2
|
7 |
**License:** GPLv2
|
8 |
|
9 |
Export users data, metadata and buddypress xprofile data to a csv or Excel file
|
59 |
|
60 |
## Changelog ##
|
61 |
|
62 |
+
### 1.2.2 ###
|
63 |
+
* Minor FIxes
|
64 |
+
|
65 |
### 1.2.1 ###
|
66 |
* Checked on WP 4.3.1
|
67 |
* Moved text-domain to string in preperation for addition to translate.wordpress.org
|
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.
|
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.1 =
|
62 |
* Checked on WP 4.3.1
|
63 |
* Moved text-domain to string in preperation for addition to translate.wordpress.org
|
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.2
|
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.2 =
|
62 |
+
* Minor FIxes
|
63 |
+
|
64 |
= 1.2.1 =
|
65 |
* Checked on WP 4.3.1
|
66 |
* Moved text-domain to string in preperation for addition to translate.wordpress.org
|