Code Monkey home page Code Monkey logo

wordpress-plugin-export-users's Introduction

=== 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>;
1. Clone the repository to your `wp-content/plugins`;
1. Inside the cloned folder, run `composer install --no-dev` and `npm install --production`;
1. 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 =
* [Chore] Remove testing library from production code

= 0.6.9 =
* [Bug] Fix formula injection vulnerability

= 0.6.8 =
* [Patch] Tested up to WP 5.5.1.

= 0.6.7 =
* [Bug] `Headers already sent` Warning on some installations.

= 0.6.6 =
* [Patch] Add a "donate link" and a "PHP minimum" to readme.txt.

= 0.6.5 =
* [Bug] Fix security issues.
* [Patch] Add tests for CSV library.

= 0.6.4 =
* [Bug] CSV with no data (but with the headers) when DB prefix is not "wp_".

= 0.6.3 =
* [Patch] Cleanup: remove unnecessary files from SVN.

= 0.6.2 =
* [Patch] No changes on the code - Automatic deploy from GitHub.

= 0.6.1 =
* [Patch] Remove dev vendor files (e.g. phpunit).

= 0.6.0 =
* [Minor] Memory usage improvements. It consumes all memory and throws a memory exception on more than 10k users on a 256mb standard installation. This improvement makes it never use more than 10mb of memory.

= 0.5.1 =
* [Bug] Exception due to type hinting on scalar types (PHP5.6<, PHP7 with PHP5 compability enabled). Fixed by updating "settings-as-woocommerce" library.

= 0.5.0 =
* [Bug] Fix CSV Injection (aka Formula Injection).
* [Bug] Not saving custom delimiter/qualifier chars.
* [Minor] Use custom SQL to get all columns (performance).

= 0.4.1 =
* [Bug] Page title is not showing on some WP versions since last update.

= 0.4.0 =
* [Minor] Plugin code refactored.

= 0.3.1 =
* [Bug] Not saving checkbox (bug introduced on version 0.2).

= 0.3.0 =
* [Minor] Better UTF-8 support: Adds a BOM character at the beginning of the file.

= 0.2.4 =
* Code completely refactored. Users shouldn't notice any change.

= 0.2.3 =
* Testing.

= 0.2.2 =
* Testing.

= 0.2.1 =
* Testing.

= 0.2.0 =
* Code completely refactored. Users shouldn't notice any change.

= 0.1.9 =
* Bug: Missing js/css files.

= 0.1.8 =
* New Feature: It is now possible to specify a field separator (; or , for instance), and a text qualifier (" or nothing, for instance).
* Tested on WordPress 5.3 version

= 0.1.7 =
* Fix performance issue. The "get_all_user_field_names()" method is running on ALL admin pages. This bug restricts this method to the export page only. See https://wordpress.org/support/topic/slow-query-get-all-users-on-each-page/

= 0.1.6 =
* PHP 5.6 Compatibillity: Removing PHP7 operators ?? and ?:.

= 0.1.5 =
* Security: Only users with the "list_users" permission can generate CSV. Before, any user with "manage_options" could (i.e. any admin user with permission to change settings).

= 0.1.4 =
* Version bump.

= 0.1.3 =
* Version bump.

= 0.1.2 =
* Code Refactoring: Replaces the "router" implementation (an implementation that intercepts ALL http requests) with a "admin_post_{$action}" one. It reduces the code size and the code also becomes more WP-like and clear.
* Code Refactoring II: Avoids potential conflict with other plugins by changing the action name from a generic "export-users" to "uewm_export_users".

= 0.1.1 =
* Adding an icon for this plugin.

= 0.1.0 =
* First Version.

wordpress-plugin-export-users's People

Contributors

loureirorg avatar pokes-at-buttons avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.