Version Description
- This plugin has been adopted by Matt Cromwell. You can expect new features to be rolled out soon.
Download this release
Release Info
Developer | webdevmattcrom |
Plugin | Export Users to CSV |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- export-users-to-csv.php +4 -8
- readme.txt +21 -19
- screenshot-1.png +0 -0
export-users-to-csv.php
CHANGED
@@ -1,19 +1,15 @@
|
|
1 |
<?php
|
2 |
-
/**
|
3 |
-
* @package Export_Users_to_CSV
|
4 |
-
* @version 1.0.0
|
5 |
-
*/
|
6 |
/*
|
7 |
Plugin Name: Export Users to CSV
|
8 |
Plugin URI: http://wordpress.org/extend/plugins/export-users-to-csv/
|
9 |
Description: Export Users data and metadata to a csv file.
|
10 |
-
Version: 1.0.
|
11 |
-
Author:
|
12 |
-
Author URI:
|
13 |
License: GPL2
|
14 |
Text Domain: export-users-to-csv
|
15 |
*/
|
16 |
-
/* Copyright
|
17 |
|
18 |
This program is free software; you can redistribute it and/or modify
|
19 |
it under the terms of the GNU General Public License, version 2, as
|
1 |
<?php
|
|
|
|
|
|
|
|
|
2 |
/*
|
3 |
Plugin Name: Export Users to CSV
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/export-users-to-csv/
|
5 |
Description: Export Users data and metadata to a csv file.
|
6 |
+
Version: 1.0.1
|
7 |
+
Author: Matt Cromwell
|
8 |
+
Author URI: https://www.mattcromwell.com/products/export-users-to-csv
|
9 |
License: GPL2
|
10 |
Text Domain: export-users-to-csv
|
11 |
*/
|
12 |
+
/* Copyright 2017 Matt Cromwell (http://github.com/mathetos/export-users-to-csv)
|
13 |
|
14 |
This program is free software; you can redistribute it and/or modify
|
15 |
it under the terms of the GNU General Public License, version 2, as
|
readme.txt
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
=== Plugin Name ===
|
2 |
-
Contributors:
|
3 |
Tags: user, users, csv, batch, export, exporter, admin
|
4 |
-
Requires at least:
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.0.
|
7 |
|
8 |
Export users data and metadata to a csv file
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
-
A plugin that
|
13 |
|
14 |
-
|
|
|
|
|
15 |
|
16 |
= Features =
|
17 |
|
@@ -20,34 +22,28 @@ You can even export the users by role and registration date range.
|
|
20 |
* Exports users by role
|
21 |
* Exports users by date range
|
22 |
|
23 |
-
|
24 |
|
25 |
== Installation ==
|
26 |
|
27 |
For an automatic installation through WordPress:
|
28 |
|
29 |
1. Go to the 'Add New' plugins screen in your WordPress admin area
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
Or use a nifty tool by WordPress lead developer Mark Jaquith:
|
36 |
-
|
37 |
-
1. Visit [this link](http://coveredwebservices.com/wp-plugin-install/?plugin=export-users-to-csv) and follow the instructions.
|
38 |
|
39 |
|
40 |
For a manual installation via FTP:
|
41 |
|
42 |
1. Upload the `export-users-to-csv` directory to the `/wp-content/plugins/` directory
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
|
47 |
To upload the plugin through WordPress, instead of FTP:
|
48 |
|
49 |
1. Upload the downloaded zip file on the 'Add New' plugins screen (see the 'Upload' tab) in your WordPress admin area and activate.
|
50 |
-
|
51 |
|
52 |
== Frequently Asked Questions ==
|
53 |
|
@@ -61,6 +57,9 @@ Click on the 'Export to CSV' link in the 'Users' menu, choose the role and the d
|
|
61 |
|
62 |
== Changelog ==
|
63 |
|
|
|
|
|
|
|
64 |
= 0.2 =
|
65 |
* First public release.
|
66 |
* Improved memory usage.
|
@@ -72,6 +71,9 @@ Click on the 'Export to CSV' link in the 'Users' menu, choose the role and the d
|
|
72 |
|
73 |
== Upgrade Notice ==
|
74 |
|
|
|
|
|
|
|
75 |
= 0.2 =
|
76 |
Improved memory usage. Added date range selection. Added readme.txt.
|
77 |
|
1 |
=== Plugin Name ===
|
2 |
+
Contributors: webdevmattcrom
|
3 |
Tags: user, users, csv, batch, export, exporter, admin
|
4 |
+
Requires at least: 4.2
|
5 |
+
Tested up to: 4.8
|
6 |
+
Stable tag: 1.0.1
|
7 |
|
8 |
Export users data and metadata to a csv file
|
9 |
|
10 |
== Description ==
|
11 |
|
12 |
+
A plugin that exports ALL user data and user meta to a CSV file, elegantly and simply.
|
13 |
|
14 |
+
Export users by role and optionally set a registration date range.
|
15 |
+
|
16 |
+
Export is found in "Users > Export to CSV"
|
17 |
|
18 |
= Features =
|
19 |
|
22 |
* Exports users by role
|
23 |
* Exports users by date range
|
24 |
|
25 |
+
Issues and Pull Requests for feature requests or bug reports [are welcome at Github](https://github.com/mathetos/export-users-to-csv).
|
26 |
|
27 |
== Installation ==
|
28 |
|
29 |
For an automatic installation through WordPress:
|
30 |
|
31 |
1. Go to the 'Add New' plugins screen in your WordPress admin area
|
32 |
+
2. Search for 'Export Users to CSV'
|
33 |
+
3. Click 'Install Now' and activate the plugin
|
34 |
+
4. Go the 'Users' menu, under 'Export to CSV'
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
|
37 |
For a manual installation via FTP:
|
38 |
|
39 |
1. Upload the `export-users-to-csv` directory to the `/wp-content/plugins/` directory
|
40 |
+
2. Activate the plugin through the 'Plugins' screen in your WordPress admin area
|
41 |
+
3. Go the 'Users' menu, under 'Export to CSV'
|
|
|
42 |
|
43 |
To upload the plugin through WordPress, instead of FTP:
|
44 |
|
45 |
1. Upload the downloaded zip file on the 'Add New' plugins screen (see the 'Upload' tab) in your WordPress admin area and activate.
|
46 |
+
2. Go the 'Users' menu, under 'Export to CSV'
|
47 |
|
48 |
== Frequently Asked Questions ==
|
49 |
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= 1.0.1 =
|
61 |
+
* This plugin has been adopted by [Matt Cromwell](https://profiles.wordpress.org/webdevmattcrom). You can expect new features to be rolled out soon.
|
62 |
+
|
63 |
= 0.2 =
|
64 |
* First public release.
|
65 |
* Improved memory usage.
|
71 |
|
72 |
== Upgrade Notice ==
|
73 |
|
74 |
+
= 1.0.1 =
|
75 |
+
* This plugin has been adopted by [Matt Cromwell](https://profiles.wordpress.org/webdevmattcrom). You can expect new features to be rolled out soon.
|
76 |
+
|
77 |
= 0.2 =
|
78 |
Improved memory usage. Added date range selection. Added readme.txt.
|
79 |
|
screenshot-1.png
DELETED
Binary file
|