Export User Data - Version 2.1.2

Version Description

  • Readme updates
Download this release

Release Info

Developer qlstudio
Plugin Icon wp plugin Export User Data
Version 2.1.2
Comparing to
See all releases

Code changes from version 2.1.1 to 2.1.2

Files changed (6) hide show
  1. CHANGELOG.md +4 -0
  2. export-user-data.php +2 -2
  3. package-lock.json +1 -1
  4. package.json +2 -2
  5. readme.md +3 -3
  6. readme.txt +7 -3
CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
  ## Changelog ##
2
 
 
 
 
 
3
  *** 2.1.1 ***
4
 
5
  * FIX: saving and loading selected usermeta fields works as expected.
1
  ## Changelog ##
2
 
3
+ *** 2.1.2 ***
4
+
5
+ * Readme updates
6
+
7
  *** 2.1.1 ***
8
 
9
  * FIX: saving and loading selected usermeta fields works as expected.
export-user-data.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  * Plugin Name: Export User Date
5
  * Description: Export User data and metadata.
6
- * Version: 2.1.1
7
  * Author: Q Studio
8
  * Author URI: http://qstudio.us/
9
  * License: GPL2
@@ -25,7 +25,7 @@ if ( ! class_exists( 'q_export_user_data' ) ) {
25
  private static $instance = null;
26
 
27
  // Plugin Settings
28
- const version = '2.1.1';
29
  static $debug = false;
30
  const text_domain = 'q-export-user-data'; // for translation ##
31
 
3
  /*
4
  * Plugin Name: Export User Date
5
  * Description: Export User data and metadata.
6
+ * Version: 2.1.2
7
  * Author: Q Studio
8
  * Author URI: http://qstudio.us/
9
  * License: GPL2
25
  private static $instance = null;
26
 
27
  // Plugin Settings
28
+ const version = '2.1.2';
29
  static $debug = false;
30
  const text_domain = 'q-export-user-data'; // for translation ##
31
 
package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "export-user-data",
3
- "version": "2.1.1",
4
  "lockfileVersion": 1,
5
  "requires": true
6
  }
1
  {
2
  "name": "export-user-data",
3
+ "version": "2.1.2",
4
  "lockfileVersion": 1,
5
  "requires": true
6
  }
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "export-user-data",
3
- "version": "2.1.1",
4
  "description": "Q Plugins ~ Export User data and metadata",
5
  "author": "Q Studio",
6
  "homepage": "https://qstudio.us",
@@ -8,5 +8,5 @@
8
  "type": "git",
9
  "url": "qstudio/export-user-data"
10
  },
11
- "license": "GPL-3.0-or-later",
12
  }
1
  {
2
  "name": "export-user-data",
3
+ "version": "2.1.2",
4
  "description": "Q Plugins ~ Export User data and metadata",
5
  "author": "Q Studio",
6
  "homepage": "https://qstudio.us",
8
  "type": "git",
9
  "url": "qstudio/export-user-data"
10
  },
11
+ "license": "GPL-3.0-or-later"
12
  }
readme.md CHANGED
@@ -1,11 +1,11 @@
1
  # Export User Data #
2
 
3
  **Contributors:** qlstudio
4
- **Tags:** user, users, xprofile, usermeta csv, excel, batch, export, save, download
5
  **Requires PHP:** 6.0
6
  **Requires at least:** 5.0
7
  **Tested up to:** 5.5
8
- **Stable tag:** 2.1.1
9
  **License:** GPLv2
10
 
11
  Export users data and metadata to a csv or Excel file
@@ -18,7 +18,7 @@ Includes an option to export the users by role, registration date range, usermet
18
 
19
  This plugin is designed to export user data stored in the 2 standard WordPress user data tables wp_users and wp_usermeta, if you use a plugin which stores data in its own database tables, this plugin will not export this data, without customization.
20
 
21
- In version 2.1.0 we added some additional filters and API controls which control the returned value formats, pulling data from custom post types and builinf lists of "common" usermeta fields to export - you can read more on the [Q Studio Website](https://qstudio.us/releases/export-user-data-wordpress-plugin/)
22
 
23
  ---
24
 
1
  # Export User Data #
2
 
3
  **Contributors:** qlstudio
4
+ **Tags:** users, export, usermeta, excel
5
  **Requires PHP:** 6.0
6
  **Requires at least:** 5.0
7
  **Tested up to:** 5.5
8
+ **Stable tag:** 2.1.2
9
  **License:** GPLv2
10
 
11
  Export users data and metadata to a csv or Excel file
18
 
19
  This plugin is designed to export user data stored in the 2 standard WordPress user data tables wp_users and wp_usermeta, if you use a plugin which stores data in its own database tables, this plugin will not export this data, without customization.
20
 
21
+ In version 2+ we added some additional filters and API controls which control the returned value formats, pulling data from custom post types and builinf lists of "common" usermeta fields to export - you can read more on the [Q Studio Website](https://qstudio.us/releases/export-user-data-wordpress-plugin/)
22
 
23
  ---
24
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Export User Data ===
2
  Contributors: qlstudio
3
- Tags: user, users, xprofile, usermeta csv, excel, batch, export, save, download
4
  Requires PHP: 6.0
5
  Requires at least: 4.8
6
  Tested up to: 5.5
7
- Stable tag: 2.1.0
8
  License: GPLv2
9
 
10
  Export users data and metadata to a csv or Excel file
@@ -17,7 +17,7 @@ Includes an option to export the users by role, registration date range, usermet
17
 
18
  This plugin is designed to export user data stored in the 2 standard WordPress user data tables wp_users and wp_usermeta, if you use a plugin which stores data in its own database tables, this plugin will not export this data, without customization.
19
 
20
- In version 2.1.0 we added some additional filters and API controls which control the returned value formats, pulling data from custom post types and builinf lists of "common" usermeta fields to export - you can read more on the [Q Studio Website](https://qstudio.us/releases/export-user-data-wordpress-plugin/)
21
 
22
  ---
23
 
@@ -39,6 +39,10 @@ Please do not use the Wordpress.org forum to report bugs, as we no longer monito
39
 
40
  == Changelog ==
41
 
 
 
 
 
42
  = 2.1.1 =
43
 
44
  * FIX: saving and loading selected usermeta fields works as expected.
1
  === Export User Data ===
2
  Contributors: qlstudio
3
+ Tags: users, export, usermeta, excel
4
  Requires PHP: 6.0
5
  Requires at least: 4.8
6
  Tested up to: 5.5
7
+ Stable tag: 2.1.2
8
  License: GPLv2
9
 
10
  Export users data and metadata to a csv or Excel file
17
 
18
  This plugin is designed to export user data stored in the 2 standard WordPress user data tables wp_users and wp_usermeta, if you use a plugin which stores data in its own database tables, this plugin will not export this data, without customization.
19
 
20
+ In version 2 + we added some additional filters and API controls which control the returned value formats, pulling data from custom post types and builinf lists of "common" usermeta fields to export - you can read more on the [Q Studio Website](https://qstudio.us/releases/export-user-data-wordpress-plugin/)
21
 
22
  ---
23
 
39
 
40
  == Changelog ==
41
 
42
+ = 2.1.2 =
43
+
44
+ * Readme updates
45
+
46
  = 2.1.1 =
47
 
48
  * FIX: saving and loading selected usermeta fields works as expected.