Version Description
- New: WordPress Security release
Download this release
Release Info
Developer | qlstudio |
Plugin | Export User Data |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- CHANGELOG.md +4 -0
- export-user-data.php +1 -1
- package.json +1 -1
- plugin.php +1 -1
- readme.md +2 -2
- readme.txt +20 -2
CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
## Changelog ##
|
2 |
|
|
|
|
|
|
|
|
|
3 |
*** 2.2.1 ***
|
4 |
|
5 |
* New: cleanup export methods, improvied sanitization
|
1 |
## Changelog ##
|
2 |
|
3 |
+
*** 2.2.2 ***
|
4 |
+
|
5 |
+
* New: WordPress Security release
|
6 |
+
|
7 |
*** 2.2.1 ***
|
8 |
|
9 |
* New: cleanup export methods, improvied sanitization
|
export-user-data.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Export User Data
|
13 |
* Plugin URI: http://qstudio.us/releases/export-user-data
|
14 |
* Description: Export User data and metadata.
|
15 |
-
* Version: 2.2.
|
16 |
* Author: Q Studio
|
17 |
* Author URI: https://qstudio.us
|
18 |
* License: GPL-2.0+
|
12 |
* Plugin Name: Export User Data
|
13 |
* Plugin URI: http://qstudio.us/releases/export-user-data
|
14 |
* Description: Export User data and metadata.
|
15 |
+
* Version: 2.2.2
|
16 |
* Author: Q Studio
|
17 |
* Author URI: https://qstudio.us
|
18 |
* License: GPL-2.0+
|
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "export-user-data",
|
3 |
-
"version": "2.2.
|
4 |
"description": "Q Plugins ~ Export User data and metadata",
|
5 |
"author": "Q Studio",
|
6 |
"homepage": "https://qstudio.us",
|
1 |
{
|
2 |
"name": "export-user-data",
|
3 |
+
"version": "2.2.2",
|
4 |
"description": "Q Plugins ~ Export User data and metadata",
|
5 |
"author": "Q Studio",
|
6 |
"homepage": "https://qstudio.us",
|
plugin.php
CHANGED
@@ -27,7 +27,7 @@ final class plugin {
|
|
27 |
public static
|
28 |
|
29 |
// current tag ##
|
30 |
-
$_version = '2.2.
|
31 |
|
32 |
// debugging control ##
|
33 |
$_debug = \WP_DEBUG
|
27 |
public static
|
28 |
|
29 |
// current tag ##
|
30 |
+
$_version = '2.2.2',
|
31 |
|
32 |
// debugging control ##
|
33 |
$_debug = \WP_DEBUG
|
readme.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
**Tags:** users, export, usermeta, excel
|
5 |
**Requires PHP:** 6.0
|
6 |
**Requires at least:** 5.0
|
7 |
-
**Tested up to:** 5.
|
8 |
-
**Stable tag:** 2.2.
|
9 |
**License:** GPLv2
|
10 |
|
11 |
Export users data and metadata to a csv or Excel file
|
4 |
**Tags:** users, export, usermeta, excel
|
5 |
**Requires PHP:** 6.0
|
6 |
**Requires at least:** 5.0
|
7 |
+
**Tested up to:** 5.8.2
|
8 |
+
**Stable tag:** 2.2.2
|
9 |
**License:** GPLv2
|
10 |
|
11 |
Export users data and metadata to a csv or Excel file
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: qlstudio
|
|
3 |
Tags: users, export, usermeta, excel
|
4 |
Requires PHP: 7.0
|
5 |
Requires at least: 4.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv2
|
9 |
|
10 |
Export users data and metadata to a csv or Excel file
|
@@ -39,6 +39,24 @@ Please do not use the Wordpress.org forum to report bugs, as we no longer monito
|
|
39 |
|
40 |
== Changelog ==
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
= 2.1.2 =
|
43 |
|
44 |
* Readme updates
|
3 |
Tags: users, export, usermeta, excel
|
4 |
Requires PHP: 7.0
|
5 |
Requires at least: 4.8
|
6 |
+
Tested up to: 5.8.2
|
7 |
+
Stable tag: 2.2.2
|
8 |
License: GPLv2
|
9 |
|
10 |
Export users data and metadata to a csv or Excel file
|
39 |
|
40 |
== Changelog ==
|
41 |
|
42 |
+
= 2.2.2 =
|
43 |
+
|
44 |
+
* New: WordPress Security release
|
45 |
+
|
46 |
+
= 2.2.1 =
|
47 |
+
|
48 |
+
* New: cleanup export methods, improvied sanitization
|
49 |
+
* New: array and object data is now passed in JSON_ENCODED string object
|
50 |
+
|
51 |
+
= 2.2.0 =
|
52 |
+
|
53 |
+
* New: Move to cleaner OOP pattern and PHP version bump to 7.0
|
54 |
+
* Update: Tested on WP 5.6
|
55 |
+
|
56 |
+
= 2.1.3 =
|
57 |
+
|
58 |
+
* FIX: wrong name for our own plugin :( thanks @kgagne !
|
59 |
+
|
60 |
= 2.1.2 =
|
61 |
|
62 |
* Readme updates
|