thecodecrate / wordpress-plugin-export-users

Export users to CSV (with their Meta Data).
MIT License
9 stars 4 forks source link
wordpress-plugin

=== Export Users With Meta === Contributors: loureirorg Tags: users, export, meta Requires PHP: 7.4 Requires at least: 4.5 Tested up to: 6.1.1 Stable tag: 0.6.10 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5MU4TWJB6SLQ4&item_name=User+Export+Plugin+Donation&currency_code=USD&amount=5&source=url License: MIT License URI: https://opensource.org/licenses/MIT

Export Users to CSV file (with their meta data).

== Description ==

A simple plugin to export users to a CSV file. It exports the user's metadata too.

== Screenshots ==

  1. Exporting users.

== Installation ==

Use your WordPress Admin dashboard to install this plugin: Plugins > Add Plugin > Search for "Export Users" by Daniel Loureiro

= GitHub Installation =

You can manually install this plugin through GitHub, although it is not recommended because you won't get the automatic updates:

  1. Go to https://github.com/loureirorg/wordpress-plugin-export-users;
  2. Clone the repository to your wp-content/plugins;
  3. Inside the cloned folder, run composer install --no-dev and npm install --production;
  4. Do not run composer install without the --no-dev option on a production server as it will install development libraries like phpunit, leading your server to be vulnerable to remote code execution attacks (RCE).;

== Frequently Asked Questions ==

= What about "Formula Injection" vulnerability? =

This plugin is protected against this vulnerability since version 0.5.0.

== Changelog ==

= 0.6.10 =

= 0.6.9 =

= 0.6.8 =

= 0.6.7 =

= 0.6.6 =

= 0.6.5 =

= 0.6.4 =

= 0.6.3 =

= 0.6.2 =

= 0.6.1 =

= 0.6.0 =

= 0.5.1 =

= 0.5.0 =

= 0.4.1 =

= 0.4.0 =

= 0.3.1 =

= 0.3.0 =

= 0.2.4 =

= 0.2.3 =

= 0.2.2 =

= 0.2.1 =

= 0.2.0 =

= 0.1.9 =

= 0.1.8 =

= 0.1.7 =

= 0.1.6 =

= 0.1.5 =

= 0.1.4 =

= 0.1.3 =

= 0.1.2 =

= 0.1.1 =

= 0.1.0 =