Beschrijving
When creating a new theme or plugin, you always need to create a custom data set to test whether it’s working as expected – or not. As developers ourselves, we’ve run into this problem quite often.
The goal of FakerPress is to fill this gap, offering a solution for both developers and WordPress users.
Opmerking: Deze plugin vereist PHP 8.1 of hoger om te worden geactiveerd.
Onze GitHub-gegevensopslagruimte uitchecken
Componenten inbegrepen
- Posts
- Aangepaste berichttypen
- Metagegevens
- Uitgelichte afbeelding
- Bezoekers
- Tags
- Categorieën
- Reacties
- Custom Comment Types
- Attachments (NEW)
Dummy content maken
During the development process, a WordPress developer will often need to fill up an empty theme or test site with placeholder content. Doing so manually can be time consuming. FakerPress allows you to speed up this process.
Willekeurige aanbevolen afbeeldingen
FakerPress creates randomly generated attachments as Featured Images for your WordPress test content.
Random Meta Information
FakerPress enables you to generate custom placeholder meta information for Users, Posts, Terms, and Comments with 20 types of data.
Delete Generated Content
After testing is complete, you can delete any FakerPress-generated dummy content all at once.
Randomized HTML
When creating placeholder posts, FakerPress creates randomized HTML to allow you to catch bugs that an XML import may not.
Include Images in HTML
FakerPress also allows you to output images to your HTML tests, enabling testing for placeholder media.
Comments with Real Browser Data
FakerPress includes examples of real browser data with generated comments, allowing for more robust testing.
Generate Random Terms
FakerPress includes custom settings to determine the quantity and type of terms generated for test content. The plugin then handles randomization to generate terms within those parameters for tailored test data.
Random User Profiles
Manually generated data for test profiles might not catch edge cases. With FakerPress, randomized data fills up relevant fields with randomized information for more robust testing.
Modern REST API
FakerPress now includes a comprehensive REST API for programmatic content generation. All modules support REST endpoints with batching capabilities for large-scale generation. Full OpenAPI documentation is available at /wp-json/fakerpress/v1/docs.
Generate Attachments
Create realistic image attachments with customizable dimensions, multiple image providers (Placehold.co, Lorem Picsum), and automatic generation of alt text, captions, and descriptions. All images include proper attribution – Lorem Picsum images credit the original Unsplash photographers.
Types van meta inbegrepen
- Bijlage
- WP_Query
- Nummer
- Elementen
- UPS Brief
- Woorden
- Tekst
- HTML
- Lexify
- Asciify
- Regexify
- Persoon
- Geo Informatie
- Bedrijf
- Datum
- Tijdzone
- Email adres
- Domein
- IP
- Browser User Agent
Vertalingen
To translate FakerPress into your language, please visit the project in GlotPress. You can find additional support and best practices through your locale’s Translation Team.
Zie je ruimte voor verbetering?
geweldig! Er zijn verschillende manieren om je te helpen FakerPress beter te maken:
- Bugs rapporteren: Als je een bug, fout of ander probleem tegenkomt, rapporteer het dan! Dat kun je doen door een nieuw onderwerp aan te maken in het plugin forum. Zodra een ontwikkelaar de bug kan verifiëren door deze te reproduceren, maakt hij of zij een officieel bugrapport aan op GitHub, waar de bug vervolgens wordt aangepakt.
- Nieuwe functies voorstellen: Heb je een geweldig idee? Deel het dan! Maak gewoon een nieuw onderwerp aan op het plugin forum om uit te leggen waarom deze functie erbij zou moeten komen en een discussie op gang te brengen over je idee.
- Probleem met pull-aanvragen: als je een ontwikkelaar bent, kun je het beste meedoen aan problemen al gerapporteerd in GitHub. Raadpleeg de bijdraaggids voor ontwikkelaars.
Bedankt dat je FakerPress voor iedereen beter wilt maken! We groeten u .
FAQ
-
What is FakerPress?
-
FakerPress is a plugin that creates placeholder content on WordPress sites. Geared towards developers, FakerPress is designed to help anyone use dummy content to test their WordPress website via randomly generated data such as posts, pages, images, and comments.
-
What kind of content can FakerPress create?
-
FakerPress can generate the following types of content:
- Posts, including pages
- Attachments (images)
- Reacties
- Terms, including tags and categories
- Bezoekers
-
Can I customize the placeholder content from FakerPress?
-
Yes. There are a number of settings you can customize and change when generating placeholder content with FakerPress.
With FakerPress, each type of content is generated individually via the related administration page in your WordPress Dashboard under the FakerPress Settings. Each type of content includes options for how many items you would like to generate, as well as related customizations, such as:
- Attachments: When generating attachment data, you can select the date range, image provider (Placehold.co and Lorem Picsum), as well as the height and width or aspect ratio of the image. You can also assign images to parent posts and ask FakerPress to generate captions, alt text, and image descriptions.
- Comments: FakerPress-generated comments can include different comment and/or post types. You can choose the number of comments generated, length, and whether HTML should be included in the sample comments, including specific HTML tags.
- Posts: Posts generated by FakerPress include options for the quantity of posts, the desired date range, and post type. FakerPress allows you to choose the post size (in paragraphs), HTML tags, image provider, and the post excerpt size. You can also toggle comments and HTML.
- Terms: Terms allow you to generate tags, categories, and other relevant post terms by quantity, size, and taxonomy.
- Users: FakerPress will generate randomized users on your site, based on quantity and user roles. You can also add user descriptions, which includes settings for the length of the description, as well as HTML.
-
Where does the dummy data come from?
-
FakerPress pulls from a handful of sources, primarily leveraging data from the PHP Library called Faker. Faker uses a random number generator to select the data used for posts, terms, and all text-based data. For attachments, FakerPress pulls images from two sources: Lorem Picsum and Placehold.co.
-
Does FakerPress use AI to generate faked data?
-
No, though there are plans to add as an optional feature in the future.
-
How can I remove FakerPress-generated content?
-
When finished with testing, you can remove all content generated by FakerPress via the FakerPress > Settings page in your WordPress Dashboard. Here, follow the instructions on the page to confirm and then delete the relevant content.
-
Where can I report a bug or request a feature?
-
You can report any issues or feature requests via the WordPress Plugin Forums or via GitHub.
-
How can I get support?
-
For help with or questions about FakerPress, visit the WordPress Plugin Forums.
Beoordelingen
Bijdragers & ontwikkelaars
“FakerPress” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“FakerPress” is vertaald in 113 localen. Dank voor de vertalers voor hun bijdragen.
Vertaal “FakerPress” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
0.9.2 — 20 of July 2026
- Fix – Silence the
Using null as an array offset is deprecatedPHP 8.1+ notices logged from WordPress core’sRequests/Iri.phpwhen fetching external images; the Attachment module now routesdownload_url()and the Lorem Picsum metadata request through helpers that suppress the core deprecation and restore the previous error-reporting level. [#230] - Fix – Bulk user generation now honours the selected role instead of always assigning Subscriber; the Users endpoint prefers the admin form’s plural
rolesvalue over the singularrolealias’s default, and the User module falls back to the site’s configured default role when none is requested. [#229] - Fix – “Erase faked data” now deletes generated categories and other terms;
Term::fetch()/delete()were reading the singularfakerpress.module_flag.termoption while generation wrote the pluralfakerpress.module_flag.terms, so no terms were ever collected for deletion. [#228] - Fix – Generate terms in the selected taxonomy again; the Terms endpoint no longer lets the singular
taxonomyalias’scategorydefault overwrite the admin form’s pluraltaxonomiesvalue, so choosing Tags now creates tags instead of categories. [#227] - Fix – Stop the
explode(): Passing null to parameter #2PHP 8.1+ deprecation when generating posts with a sparse payload; thePostmodule now defaults every splittable request value (comment status, author, post types, HTML tags, post parent, image origins) to an empty string before splitting. [#224] - Fix – Resolve the fatal error on WordPress 7.0 when generating attachments (
Call to undefined function FakerPress\Module\media_handle_sideload()); WordPress 7.0 preloadswp-admin/includes/file.php, so the singledownload_url()guard skippedmedia.php. Each admin include is now guarded by the function it actually provides. [#221]
0.9.1 — 22 of May 2026
- Fix – Restore date-type meta generation by importing the
Chronosclass in theWP_Metaprovider; callingmeta_type_dateno longer fatals withClass "FakerPress\Provider\Chronos" not found. [#209] - Fix – Honour the selected post type(s) on the Posts generator; the admin form’s plural
post_typesvalue is no longer silently overwritten by the singular alias’s default ofpost. [#210] - Fix – Suppress the
Undefined property: stdClass::$termswarning emitted byWP_Post::tax_inputunder PHP 8.x when the taxonomy config does not include atermskey. - Tweak – REST endpoint
POST /fakerpress/v1/posts/generatenow documentspost_types(array or comma-separated string) as the canonical parameter; the existingpost_typesingular alias is preserved for backwards compatibility. - Tests – Add regression coverage for
meta_type_date, sparsetax_inputconfigs, and every shape ofpost_typespayload (CSV, array, singular alias, plural-wins-over-default).
0.9.0 — 9 of March 2026
- Feature – Complete REST API implementation replacing legacy AJAX system
- Feature – Add comprehensive REST API endpoints for all modules (Posts, Users, Terms, Comments, Attachments)
- Feature – Implement attachment generation with support for multiple image providers (Placehold.co, Lorem Picsum)
- Feature – Add batching support for large data generation requests
- Feature – Include OpenAPI documentation at
/wp-json/fakerpress/v1/docs - Feature – Add attachment admin interface with customizable image dimensions and content options
- Feature – Include automatic attribution for all generated images (Lorem Picsum credits Unsplash photographers, Placehold.co credited in captions)
- Enhancement – Modernize JavaScript to ES6 with proper module structure
- Enhancement – Implement proper REST authentication with wp_rest nonce verification
- Enhancement – Add standardized error handling and validation across all endpoints
- Enhancement – Support for generating alt text, captions, and descriptions for attachments
- Fix – Ensure PNG format for placeholder images to avoid SVG compatibility issues
- Fix – Fix JavaScript errors with missing field validation
- Fix – Correct dropdown population for non-multiple select fields
- Fix – Translate REST API parameter names to module format for Posts (
post_type), Terms (taxonomy), Users (role), and Comments (comment_status) - Fix – Allow
post_statusparameter to be passed through REST API instead of hardcoding topublish - Fix – Map REST
comment_statusvalues (hold,approve,spam,trash) to WordPresscomment_approvedformat - Fix – Prevent null
$metasforeach crash in Term module when no meta is provided via REST API - Fix – Handle null
name_sizein Term module to use provider default instead of generating empty term names - Fix – Write mock image body to temp file in Attachment tests to support
download_url()stream mode - Fix – Pass DI container to Controller constructor in filter test to prevent
ArgumentCountError - Tweak – Improve parse_request methods across all modules with better type safety
- Tweak – Add internationalization support for JavaScript files
- Tweak – Replace font icon with SVG icon for WordPress admin menu
0.8.0 — 20 of May 2025
- Version – Update dependency
cakephp/chronosto3.1.0 - Version – Update PHP min version to
8.1+ - Fix – Resolve PHP
8.4+problems specially arounnd incompatibility with Chronos and notices.
0.7.2 — 18 of May 2025
- Fix – Resolve all fatals related to compatibility with version of Faker
1.24+. - Fix – Resolve some incompatibilities with WP Script build tools.
0.7.1 — 18 of May 2025
- Fix – Move the registration of the menus to avoid problems with
_load_textdomain_just_in_time()notices - Fix – Resolve problems with
count()applying to a String instead of an Array for PHP 8.1+ - Fix – Resolve fatals for newChronos being a bad string replacement.
0.7.0 — 16 of May 2025
- Version – Update dependency
fakerphp/fakerto1.24 - Version – Update dependency
lucatume/di52to0.4 - Tweak – Modified date handling from using
Carbonto useChronos. - Fix – Improved password for the randomized Users created, prevents weird scenarios with faked users allowing brute-force login. Props @rinatkhaziev
- Fix – Prevent fatals related to
$minparam on Meta Value generation for PHP 8.1+. Props @kubiq
0.6.6 — 26 of April 2024
- Fix – Prevent notices related to deprecated usage of Faker methods that were being called as properties.
- Fix – Prevent fatals related to bad typecasting of Faker methods used for meta generation. props @helgatheviking
0.6.5 — 26 of April 2024
- Fix – Ensure meta generation for Users, Terms and Comments work since changes made on version
0.6.2. props @helgatheviking
0.6.4 — 21 of April 2024
- Fix – Ensure that Faker is also included via Strauss, to prevent conflicts with other plugins.
- Fix – Resolve Fatal where trying to create posts, comments or terms would fail because of missing classes.
0.6.3 — 21 of April 2024
- Fix – Prevent fatal errors because of malformed composer autoload files.
0.6.2 — 21 of April 2024
- Version – Updated composer dependency
fakerphp/fakerto version1.23. - Feature – Include consistent user generation, to avoid users feeling a disjointed. props @helgatheviking
- Tweak – Include the ability to regenerate module data, allowing us to fetch values from earlier generations.
- Tweak – Include properly use Composer for autoloading and dependencies without conflicting with other plugins.
- Tweak – Include
lucatume/di52andnesbot/carbonStrauss dependencies, which prevents conflicts with other plugins. - Fix – Switch from using Placeholder.com to Placehold.co, as the first one was not working properly anymore. props @cgarofalo
- Fix – Searching terms nonce had a typo, preventing terms search from working as expected. props @cyrusdavid
- Fix – Prevent namespace problems with nonexistent classes, specially around Exceptions.
- Fix – Resolve a problem with Numbers Meta throwing errors on PHP 8.0+ [#168]
0.6.1 — 04 of April 2023
- Requirement – PHP Version 7.4 required for usage of FakerPress, important step to allow further improvements and tests.
- Version – Updated composer dependency
lucatume/di52to version3.3.1. - Version – Updated composer dependency
fakerphp/fakerto version1.21. - Version – Updated composer dependency
nesbot/carbonto version2.66. - Fix – Resolve some errors happening with Carbon and version 8.2 of PHP.
0.6.0 — 30 of March 2022
- Requirement – PHP Version 7.1 required for usage of FakerPress, important step to allow further improvements and tests.
- Feature – Modifications to the internal Modules of FakerPress to enable future work around WP-CLI.
- Feature – Include a new way to handle Administration Pages, included here to enable future work.
- Enhancement – Modifications to Select2 Styles for better accessibility usage.
- Tweak – Faker version dependency updated from
fzaninotto/Fakertofakerphp/Faker/. - Tweak – Move everything into the FakerPress namespace.
- Tweak – Autoload using Composer properly.
0.5.3 — 04 of March 2022
- Fix – Ensure Select2 usage of AJAX search properly encodes on all usages props @TheMMMdev
- Fix – Ensure Select2 usage of AJAX properly checks for nonces and permissions props @TheMMMdev
0.5.2 — 27 of January 2022
- Feature: Proper changelog page for users trying to figure out what has changed in the latest version of FakerPress.
- Feature: Excerpt size field added to ensure better control over Post generation prop @gtsantos
- Tweak: jQuery 3.5.X compatibility
- Fix: Prevent warning around post_excerpt usage introduced earlier on in the year. props @pattisahusiwa
- Fix: One more PHP 8 compatibility problem related to the generation of passwords props @DumahX
- Fix: Prevent PHP 8 from throwing a warning because of unnecessary
unlink()call for attachments props @wpuzman - Fix: Resolve problems around failed inline images that were unavailable which would cause a PHP Warning.
0.5.1 — 05 of January 2021
- Feature: Completely change folder structure to comply with PSR-4 autoloading with namespaces.
- Feature: Included a Fields API to more easily generate Fields for controlling fields used in the admin pages.
- Feature: Included a Template class to allow better separation of HTML and PHP files.
- Tweak: Include compatibility with PHP 8+
- Tweak: More well structured
composer.jsonand using it’s autoloader. - Tweak: All PHP files now live inside of
srcfolder. - Tweak: Moved all files to use the
[]array syntax. - Tweak: GitHub repository no longer tracks the
vendorfolder. - Fix: Correctly order the
fp_array_getparams with it’s usage props @henrikwirth. - Fix: Make sure WordPress 5.6+ administration proper display fields.
- Fix: Menu icon is properly displayed on version of WordPress 5.5 or higher
0.5.0 — 09 of November, 2019
- Feature: Removed 500px as a image provider as that source was deprecated a while ago.
- Fix: Properly handle downloading of images into WordPress, which makes this a lot safer and faster.
- Fix: Resolved the problem where images from the Meta Attachment were been generated with 0x0 size and breaking the attachment.
- Fix: Removed 500px as a image provider as that source was deprecated a while ago.
- Fix: Moved from Unplash.it to their new name as Lorem Picsum.
- Tweak: Started adding proper docblocks to the new methods. Note it will take a couple versions to have all methods with proper docblocks.
- Tweak: Control timeout of image download with filter
fakerpress.module.attachment.download_url_timeoutdefaulting to 10 seconds per attachment. - Tweak: Update required version of PHP to 5.6 to be more along the requirements of WordPress.
- Tweak: Test and update the version of WordPress FakerPress was tested up to, now on 5.3.
- Tweak: Updated the version of fzaninotto/faker (v1.6.0 => v1.8.0)
- Tweak: Updated the version of nesbot/carbon (1.21.0 => 1.39.1)
0.4.11 — 25 of February, 2018
- Oplossing: voorkom fatale gebeurtenissen met namespace en klasse namen voor het genereren van gebruikers en berichten — Bedankt @radgh & @johny-dotpad
- Fix: Rollback change to
file_get_contentsit was making peoples servers hang to long — Thanks @bilimokur
0.4.10 — 11 of February, 2018
- Functie: formaatcontrole toegevoegd om bericht inhoud, reactie inhoud en gebruikersbeschrijving te plaatsen
- Fix: On image and attachment download we try one more time using
file_get_contents— Thanks @lazlo-toth - Oplossing: Los rare interactie met velden Aantal Min en Max op — Bedankt @rahmantanvir
0.4.9 — 07 of August, 2017
- Feature: Allow Attachments to be generated with a given Width and Height range — Thanks @COLABORATI
- Feature: Generate
post_excerptfor Posts (how I forgot that is beyond me) — Thanks @njbarrett - Fix: Meta field rules were not respecting Configurations due to a JavaScript bug on indexing the fields — Thanks @ckpicker
- Fix: Resolve problems where attachments wouldn’t get setup correctly and throw an Empty Message — Thanks @r083r7 and @oyvind_skjelstad
- Fix: Allow Term Meta to generate the fields correctly again — Thanks @stratboy
- Tweak: Prevent
_enclosemeand_pingmefor FakerPress generated Posts
0.4.8 — 18 of July, 2017
- Feature: Now Comments can be generated with different types, allowing for WooCommerce Notes for example – Thanks @dibbyo456
- Feature: Comments for Custom Post Types – Thanks @jasondevine
- Tweak: Added two new filters to Filter Meta Value
fakerpress.module.meta.valueandfakerpress.module.meta.{$key}.value– Thanks @Mte90 - Fix: Resolve problems on failed Meta generation – Thanks @Mte90
- Fix: Typo on Provider text for Attachment Meta – Thanks @codiceovvio
0.4.7 — 2 of October, 2016
- Feature: Image Attachment Meta Field to allow more Flexibility all around the plugin
0.4.6 — 14 of June, 2016
- Fix: Post Meta and taxonomy is finally working again — Thanks @peachey_a and @zoeitsolutions
- Fix: Allow Meta Number generation using any type of range, doesn’t limit from 0 to 9
0.4.5 — 11 of June, 2016
- Fix: Users Module was using Post Meta methods on flag related methods, preventing the users to be deleted when “Let it Go!” — Thanks @derpixler
- Fix: Taxonomy and Meta Modules had a compatibility problem with Faker, preveting users to use Meta and Taxonomy Properly — Thanks @rayrutjes
- Tweak: Add a better description for a few fields
- Tweak: Include latest code from Faker version > 1.6.0
0.4.4 — 1 of April, 2016
- Feature: Address Meta templating now allows you to fetch Country ABBR and Code — Thanks @kirilisa
- Tweak: Include latest code from Faker version > 1.5.0
- Tweak: WP_Query Meta for attachments is a little bit easier now, prediction of forgotten
post_status - Tweak: Make the Post Parent selection easier to know which posts by showing more information on the items — Thanks @fxbernard
- Fix: Get some missing Text Domains working — Thanks @ginsterbusch
0.4.3 — 1 of March, 2016
- Functie Nooit meer Hot-linking externe sites op inhoud afbeeldingen — Bedankt b0rg + mvaneijgen + okvee
- Tweak: gebruik
wp_remote_getom externe afbeeldingen op te halen & mdash; Bedankt revaxarts - Tweak: verbeter de manier waarop we omgaan met de verwijderingen om ervoor te zorgen dat niet al je site wordt verwijderd. — Bedankt Paul Mckay
- Oplossing: voorkom dat er kennisgevingen plaatsvinden wanneer er geen afbeeldingsproviders zijn geselecteerd
0.4.2 — 9 of November, 2015
- Functie: meta opnemen voor voorwaarden voor WordPress 4.4 en hoger
- Tweak: voeg een meer gedetailleerde controle toe over de taxonomiekiezer voor berichten
- Oplossing: CSS-wijzigingen voor WordPress 4.4
0.4.1 — 24 of September, 2015
- Tweak: verbeter de code van modules in het algemeen, als je aangepaste code hebt op basis van modules, controleer dan ( #71)
- Oplossing: de knop Genereren was vergrendeld na een waarschuwing voor het proberen van een onjuiste aanvraag
- Oplossing: verbeterde modules JavaScript om dubbele argumenten op AJAX aanvragen te voorkomen — Bedankt Jonathan Brinley
0.4.0 — 21 of September, 2015
- Functie: Modules gebruiken nu AJAX om te vervalsen, AKA geen time-outs meer voor het maken van grote dummy
- Oplossing: verwerk WP_Error bij het maken van termijnen, vermijdt fatale fouten als de term al bestaat & mdash; Bedankt Jonathan Brinley
0.3.3 — 10 of June, 2015
- Tweak: onze menu’s en submenu’s hebben geen JavaScript meer nodig om te werken
- Tweak: Featured Images now are linked to the post using the
post_parentcolumn — Reported by Bruno DC - Oplossing: datums op Meta-velden werken weer volledig & mdash; Bedankt Ethan Clevenger
0.3.2 — 25 of May, 2015
- Nieuw: inclusief LoremPixel als beeldaanbieder & mdash; Bedankt investigationliving
- Oplossing: een paar JavaScript/jQuery tweaks voor een betere afhandeling van Select2 op datums
- Oplossing: Intervallen hebben nu een betere afhandeling voor niet-getimede strings & mdash; Bedankt alfiemx_
- Oplossing: Betere verificatie van carbon opname — Bedankt Frankie Jarrett
- Oplossing: sluit nu het gebruik van zelfvariabelen beter, voorkomt Fatale fout & mdash; Bedankt fccoelho7
0.3.1 — 02 of May, 2015
- Oplossing: Date Meta Field werkt nu zoals verwacht
- Oplossing: lege metavelden geven geen fatale fouten meer — Bedankt Jeffrey Carandang
0.3.0 — 01 of May, 2015
- Nieuw: nu kun je aangepaste dummy-meta genereren voor je berichten, gebruikers en opmerkingen
0.2.2 — 15 of April, 2015
- Nieuw: 500px als afbeeldingsprovider (je hebt een app-sleutel voor de klant nodig)
- Tweak: nieuwe formule voor randomisatie van taxonomieën voor berichten (met nieuwe filters)
0.2.1 — 02 of April, 2015
- Oplossing: gebruikersgenerator werkt nu weer (sorry daarvoor)
0.2.0 — 01 of April, 2015
- Nieuw: Uitgelichte afbeeldingen zijn nu een optie op onze plugin
- Nieuw: Behandeling van bericht meta, nog steeds onder de motorkap maar voorbereiding voor de volgende versies
0.1.6 — 07 of March, 2015
- Oplossing: voorkom een Carbon-Fatal-fout bij twee keer proberen te worden opgenomen ( # 50 )
- Tweak: Beter controleren op de inhoudsvlag bij het verwijderen
0.1.5 — 03 September, 2014
- Nieuw: Sta post bovenliggende toe om te worden gekozen op het Admin-formulier ( # 35 )
- Nieuw: laat afbeelding nu in HTML gebruiken, met Placehold.it ( # 38 )
- Tweak: staat gebruikers toe te kiezen welke HTML-tags zullen worden gebruikt ( # 37 )
- Tweak: User Select2 gebruikt nu AJAX om fouten in grotere databases te voorkomen ( # 43 )
- Tweak: je kunt nu een reeks items selecteren die moeten worden gerandomiseerd, in plaats van altijd één enkel nummer in te voeren (#44)
0.1.4 — 15 of August, 2014
- New: Delete all content created by Fakerpress (#26)
- New: Allow users to control
comment_statuson Posts (#26) - New: Predefined interval set of dates (#21)
- Tweak: Prevent the user from selecting a bad combination of date fields (#20)
0.1.3 — 25 of June, 2014
- Fixing a problem where the UI folder was not included in the final version
0.1.2 — 24 of June, 2014
- New: Admin messages for all pages (#10)
- New: Select Date range for Comments and Posts (#11)
- New: Select Author sampling group for Posts (#11)
- New: Roles sampling group for Users (#13)
- New: Taxonomies sampling group for Terms (#13)
- New: Selection of Post Type for Posts (#13)
- New: Selection of Terms sampling group for Posts (#13)
- Tweak: Select2 usage to improve fields (#13)
- Fix:
admin_titlebeen overwritten (#14)
0.1.1 — 17 of June, 2014
- Fatal Error generate by a missing file Carbon related fixed
0.1.0 — 17 of June, 2014
- First initial concept of using Faker to generate data on WordPress
