Skip to content

Commit 43b2637

Browse files
committed
2.2.2
1 parent bc4b536 commit 43b2637

File tree

6 files changed

+25
-7
lines changed

6 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog ##
22

3+
*** 2.2.2 ***
4+
5+
* New: WordPress Security release
6+
37
*** 2.2.1 ***
48

59
* New: cleanup export methods, improvied sanitization

export-user-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: Export User Data
1313
* Plugin URI: http://qstudio.us/releases/export-user-data
1414
* Description: Export User data and metadata.
15-
* Version: 2.2.1
15+
* Version: 2.2.2
1616
* Author: Q Studio
1717
* Author URI: https://qstudio.us
1818
* License: GPL-2.0+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "export-user-data",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Q Plugins ~ Export User data and metadata",
55
"author": "Q Studio",
66
"homepage": "https://qstudio.us",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class plugin {
2727
public static
2828

2929
// current tag ##
30-
$_version = '2.2.1',
30+
$_version = '2.2.2',
3131

3232
// debugging control ##
3333
$_debug = \WP_DEBUG

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
**Tags:** users, export, usermeta, excel
55
**Requires PHP:** 6.0
66
**Requires at least:** 5.0
7-
**Tested up to:** 5.6
8-
**Stable tag:** 2.2.1
7+
**Tested up to:** 5.8.2
8+
**Stable tag:** 2.2.2
99
**License:** GPLv2
1010

1111
Export users data and metadata to a csv or Excel file

readme.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: qlstudio
33
Tags: users, export, usermeta, excel
44
Requires PHP: 7.0
55
Requires at least: 4.8
6-
Tested up to: 5.6
7-
Stable tag: 2.2.0
6+
Tested up to: 5.8.2
7+
Stable tag: 2.2.2
88
License: GPLv2
99

1010
Export users data and metadata to a csv or Excel file
@@ -39,6 +39,20 @@ Please do not use the Wordpress.org forum to report bugs, as we no longer monito
3939

4040
== Changelog ==
4141

42+
= 2.2.1 =
43+
44+
* New: cleanup export methods, improvied sanitization
45+
* New: array and object data is now passed in JSON_ENCODED string object
46+
47+
= 2.2.0 =
48+
49+
* New: Move to cleaner OOP pattern and PHP version bump to 7.0
50+
* Update: Tested on WP 5.6
51+
52+
= 2.1.3 =
53+
54+
* FIX: wrong name for our own plugin :( thanks @kgagne !
55+
4256
= 2.1.2 =
4357

4458
* Readme updates

0 commit comments

Comments
 (0)