Export User Data - Version 1.0.4

Version Description

Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.4

Files changed (2) hide show
  1. export-user-data.php +2 -2
  2. readme.md +4 -1
export-user-data.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Export User Data
5
  Plugin URI: http://qstudio.us/plugins/
6
  Description: Export User data, metadata and BuddyPress X-Profile data.
7
- Version: 1.0.2
8
  Author: Q Studio
9
  Author URI: http://qstudio.us
10
  License: GPL2
@@ -23,7 +23,7 @@ if ( ! class_exists( 'Q_Export_User_Data' ) )
23
  {
24
 
25
  // plugin version
26
- define( 'Q_EXPORT_USER_DATA_VERSION', '1.0.0' ); // version ##
27
 
28
  // instatiate class via hook, only if inside admin
29
  if ( is_admin() ) {
4
  Plugin Name: Export User Data
5
  Plugin URI: http://qstudio.us/plugins/
6
  Description: Export User data, metadata and BuddyPress X-Profile data.
7
+ Version: 1.0.4
8
  Author: Q Studio
9
  Author URI: http://qstudio.us
10
  License: GPL2
23
  {
24
 
25
  // plugin version
26
+ define( 'Q_EXPORT_USER_DATA_VERSION', '1.0.4' ); // version ##
27
 
28
  // instatiate class via hook, only if inside admin
29
  if ( is_admin() ) {
readme.md CHANGED
@@ -3,7 +3,7 @@
3
  **Tags:** user, users, xprofile, usermeta csv, excel, batch, export, save, download
4
  **Requires at least:** 3.2
5
  **Tested up to:** 4.1.0
6
- **Stable tag:** 1.0.3
7
  **License:** GPLv2
8
 
9
  Export users data, metadata and buddypress xprofile data to a csv or Excel file
@@ -59,6 +59,9 @@ Click on the 'Export User Data' link in the 'Users' menu, choose the role and th
59
 
60
  ## Changelog ##
61
 
 
 
 
62
  ### 1.0.3 ###
63
  * Tested as working on WordPress 4.1.0.
64
 
3
  **Tags:** user, users, xprofile, usermeta csv, excel, batch, export, save, download
4
  **Requires at least:** 3.2
5
  **Tested up to:** 4.1.0
6
+ **Stable tag:** 1.0.4
7
  **License:** GPLv2
8
 
9
  Export users data, metadata and buddypress xprofile data to a csv or Excel file
59
 
60
  ## Changelog ##
61
 
62
+ ### 1.0.4 ###
63
+ * Knock-on version number of WP tracking
64
+
65
  ### 1.0.3 ###
66
  * Tested as working on WordPress 4.1.0.
67