Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qstudio committed Aug 31, 2020
1 parent 26dcb91 commit cb5e987
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog ##

*** 2.1.3 ***

* FIX - wrong name for our own plugin :( thanks @kgagne !

*** 2.1.2 ***

* Readme updates
Expand Down
6 changes: 3 additions & 3 deletions export-user-data.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* Plugin Name: Export User Date
* Plugin Name: Export User Data
* Description: Export User data and metadata.
* Version: 2.1.2
* Version: 2.1.3
* Author: Q Studio
* Author URI: http://qstudio.us/
* License: GPL2
Expand All @@ -25,7 +25,7 @@ class q_export_user_data {
private static $instance = null;

// Plugin Settings
const version = '2.1.2';
const version = '2.1.3';
static $debug = false;
const text_domain = 'q-export-user-data'; // for translation ##

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "export-user-data",
"version": "2.1.2",
"version": "2.1.3",
"description": "Q Plugins ~ Export User data and metadata",
"author": "Q Studio",
"homepage": "https://qstudio.us",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Requires PHP:** 6.0
**Requires at least:** 5.0
**Tested up to:** 5.5
**Stable tag:** 2.1.2
**Stable tag:** 2.1.3
**License:** GPLv2

Export users data and metadata to a csv or Excel file
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: users, export, usermeta, excel
Requires PHP: 6.0
Requires at least: 4.8
Tested up to: 5.5
Stable tag: 2.1.2
Stable tag: 2.1.3
License: GPLv2

Export users data and metadata to a csv or Excel file
Expand Down

0 comments on commit cb5e987

Please sign in to comment.