Skip to content

Commit cb5e987

Browse files
committed
2.1.3
1 parent 26dcb91 commit cb5e987

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-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.1.3 ***
4+
5+
* FIX - wrong name for our own plugin :( thanks @kgagne !
6+
37
*** 2.1.2 ***
48

59
* Readme updates

export-user-data.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/*
4-
* Plugin Name: Export User Date
4+
* Plugin Name: Export User Data
55
* Description: Export User data and metadata.
6-
* Version: 2.1.2
6+
* Version: 2.1.3
77
* Author: Q Studio
88
* Author URI: http://qstudio.us/
99
* License: GPL2
@@ -25,7 +25,7 @@ class q_export_user_data {
2525
private static $instance = null;
2626

2727
// Plugin Settings
28-
const version = '2.1.2';
28+
const version = '2.1.3';
2929
static $debug = false;
3030
const text_domain = 'q-export-user-data'; // for translation ##
3131

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.2",
3+
"version": "2.1.3",
44
"description": "Q Plugins ~ Export User data and metadata",
55
"author": "Q Studio",
66
"homepage": "https://qstudio.us",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires PHP:** 6.0
66
**Requires at least:** 5.0
77
**Tested up to:** 5.5
8-
**Stable tag:** 2.1.2
8+
**Stable tag:** 2.1.3
99
**License:** GPLv2
1010

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

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: users, export, usermeta, excel
44
Requires PHP: 6.0
55
Requires at least: 4.8
66
Tested up to: 5.5
7-
Stable tag: 2.1.2
7+
Stable tag: 2.1.3
88
License: GPLv2
99

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

0 commit comments

Comments
 (0)