Descrizione
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.
Nota: questo plugin richiede PHP 8.1 o superiore per essere attivato.
Visita il nostro repository su GitHub
Componenti inclusi
- Articoli
- Tipi di contenuto personalizzato
- Meta Data
- Immagine in evidenza
- Utenti
- Tag
- Categorie
- Commenti
- Tipi di commento personalizzati
- Attachments (NEW)
Create Dummy Content
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.
Immagini in evidenza casuali
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.
Tipologie di meta incluse
- Allegato
- WP_Query
- Numero
- Elementi
- Lettera
- Parole
- Testo
- HTML
- Lexify
- Asciify
- Regexify
- Persona
- Informazioni Geo
- Azienda
- Data
- Fuso orario
- Dominio
- IP
- User Agent del browser
Lingua
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.
Vedi cose che possono migliorare?
Ottimo! Ci sono diversi modi in cui puoi contribuire per aiutare a migliorare FakerPress:
- Report Bugs: If you find a bug, error, or other problem, please report it! You can do this by creating a new topic in the plugin forum. Once a developer can verify the bug by reproducing it, they will create an official bug report in GitHub where the bug will be worked on.
- Suggest New Features: Have an awesome idea? Please share it! Simply create a new topic in the plugin forum to express your thoughts on why the feature should be included and get a discussion going around your idea.
- Inviare pull request: se sviluppi, la maniera più semplice per partecipare è quella di dare una mano sulle issue già segnalate su GitHub. Assicurati di aver letto la guida su come contribuire per sviluppatori.
Grazie per voler rendere FakerPress migliore per tutti! Te ne siamo grati.
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)
- Commenti
- Terms, including tags and categories
- Utenti
-
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.
Recensioni
Contributi e sviluppo
“FakerPress” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“FakerPress” è stato tradotto in 113 lingue. Grazie a chi traduce per il contributo.
Traduci “FakerPress” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite 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)
- Aggiornamento: Aggiornata la versione di nesbot/carbon (1.21.0 => 1.39.1)
0.4.11 — 25 of February, 2018
- Fix: Prevent fatals from oversight with Namespace and Classnames for User and Post generation — Thanks @radgh & @johny-dotpad
- Correzione: la modifica che ripristinava
file_get_contentscausava lunghi tempi di attesa ai server — grazie @bilimokur
0.4.10 — 11 of February, 2018
- Caratteristica: Aggiunto controllo della lunghezza degli articoli, dei commenti e delle descrizioni utente
- Fix: On image and attachment download we try one more time using
file_get_contents— Thanks @lazlo-toth - Fix: Resolve Quantity Min and Max fields weird interaction — Thanks @rahmantanvir
0.4.9 — 07 of August, 2017
- Funzionalità: permette di generare allegati entro un intervallo di larghezza ed altezza — grazie a @COLABORATI
- Funzionalità: genera
post_excerptper gli articoli (non so come ho fatto a dimenticarlo) — grazie a @njbarrett - Correzione: le regole dei campi meta non rispettavano le configurazioni a causa di un errore JavaScript nell’indicizzazione dei campi — grazie a @ckpicker
- Correzione: risolti i problemi che impedivano agli allegati le impostazioni corrette generando un messaggio vuoto — grazie a @r083r7 e @oyvind_skjelstad
- Correzione: permette di nuovo ai meta di un termine di generare campi correttamente — grazie a @stratboy
- Modifica: impedisci
_enclosemee_pingmenegli articoli generati da FakerPress
0.4.8 — 18 of July, 2017
- Funzionalità: ora i commenti possono essere generati con tipologie differenti, consentendo, per esempio, note WooCommerce – grazie a @dibbyo456
- Funzionalità: commenti per i tipi di contenuto personalizzato – grazie a @jasondevine
- Modifica: aggiunti due nuovi filtri ai filtri dei valori meta
fakerpress.module.meta.valueefakerpress.module.meta.{$key}.value– grazie a @Mte90 - Correzione: risolti i problemi relativi ai meta non generati — grazie @Mte90
- Correzione: errore di battitura nel testo dei provider per i meta degli allegati — grazie a @codiceovvio
0.4.7 — 2 of October, 2016
- Funzionalità: campo meta degli allegati immagine per permettere una maggiore flessibilià in tutto il plugin
0.4.6 — 14 of June, 2016
- Correzione: meta degli articoli e tassonomie finalmente di nuovo funzionanti — Grazie @peachey_a e @zoeitsolutions
- Correzione: consentire la creazione di un numero di meta entro qualsiasi intervallo, non limitato da 0 a 9
0.4.5 — 11 of June, 2016
- Correzione: il modulo utenti utilizzava i campi meta per contrassegnare gli utenti, rendendo impossibile la loro cancellazione tramite il pulsante “Let it go!” — Grazie @derpixler
- Correzione: problemi di compatibilità tra i moduli per meta e tassonomie e Faker, impedendo agli utenti l’uso corretto di meta e tassonomie — Grazie @rayrutjes
- Modifica: migliorata la descrizione per alcuni campi
- Modifica: incluso ultima versione di Faker versione > 1.6.0
0.4.4 — 1 of April, 2016
- Funzionalità: gli schemi per i meta degli indirizzi ora consentono l’uso dei codici per le abbreviazioni per Stato — Grazie @kirilisa
- Modifica: incluso ultima versione di Faker versione > 1.5.0
- Modifica: WP_Query meta per i collegamenti ora più facili, prevede quando il
post_statusviene dimenticato - Modifica: semplifica la selezione di un articolo genitore, mostrando più informazioni per gli elementi — Grazie @fxbernard
- Correzione: rende funzionanti alcuni text domain mancanti — Grazie @ginsterbusch
0.4.3 — 1 of March, 2016
- Funzionalità: niente più hot-links di siti esterni per i contenuti immagine — Grazie b0rg + mvaneijgen + okvee
- Modifica: usa
wp_remote_getper prendere immagini esterne — Grazie revaxarts - Modifica: migliorata la gestione nella cancellazione dei contenuti per far si che non elimini tutto quanto il sito — Thanks Paul Mckay
- Correzione: previene le notifiche se non vengono selezionati providers per le immagini
0.4.2 — 9 of November, 2015
- Funzionalità: include i meta per i termini per WordPress 4.4 e successivi
- Modifica: include un controllo più granulare sulle tassonomie per gli articoli
- Correzione: modifiche nel CSS per WordPress 4.4
0.4.1 — 24 of September, 2015
- Modifica: migliorato il codice dei moduli, se hai scritto del codice personalizzato basato sui moduli, controlla (#71)
- Correzione: il pulsante Genera si bloccava a seguito di un avvertimento causato da una bad request
- Correzione: migliorato il javascript nei moduli per prevenire argomenti duplicati nelle richieste AJAX — Grazie Jonathan Brinley
0.4.0 — 21 of September, 2015
- Funzionalità: adesso i moduli utilizzano AJAX per generare i dati, OVVERO niente più timeout se vengono generate grandi quantità di contenuti
- Correzione: gestione con WP_Error nella creazione di termini, impedisce errori irreversibili se il termine già esiste — Grazie Jonathan Brinley
0.3.3 — 10 of June, 2015
- Modifica: i nostri menu e sottomenu ora funzionano senza javascript
- Modifica: le immagini in evidenza adesso sono collegate all’articolo tramite la colonna
post_parent— segnalato da Bruno DC - Correzione: le date nei campi meta sono di nuovo del tutto funzionanti — Grazie Ethan Clevenger
0.3.2 — 25 of May, 2015
- Novità: include LoremPixel come provider per le immagini — Grazie examinedliving
- Correzione: alcune modifiche in JavaScript/jQuery per una gestione migliore di Select2 nelle date
- Correzione: migliorata la gestione degli intervalli per stringhe non di tempo — Grazie alfiemx_
- Correzione: migliorate verifiche nel richiamare Carbon — Grazie Frankie Jarrett
- Correzione: le closures adesso utilizzano meglio le variabili self, evitando errori fatali — Grazie fccoelho7
0.3.1 — 02 of May, 2015
- Correzione: il campo meta delle date ora funziona correttamente
- Correzione:i campi meta vuoti non causano più errori irreversibili — Grazie Jeffrey Carandang
0.3.0 — 01 of May, 2015
- Novità: da adesso potrai generare dei dati fittizi per i campi meta dei tuoi articoli, utenti e commenti
0.2.2 — 15 of April, 2015
- Novità: 500px come provider immagini ( avrai bisogno di una chiave cliente dell’applicazione )
- Modifica: nuova formula per rendere casuali le tassonimie degli articoli ( con nuovi filtri )
0.2.1 — 02 of April, 2015
- Correzione: generatore di utenti di nuovo funzionante (mi dispiace per questo)
0.2.0 — 01 of April, 2015
- Novità: le immagini in evidenza sono ora un’opzione del nostro plugin
- Novità: gestione dei campi meta, ancora in sviluppo ma in vista di una tra le prossime versioni
0.1.6 — 07 of March, 2015
- Correzione: previene che Carbon dia errori irreversibili se incluso due volte (#50)
- Modifica: miglior controllo sulle spunte dei contenuti durante la cancellazione
0.1.5 — 03 September, 2014
- Novità: consente la scelta di un articolo genitore nel modulo di amministrazione (#35)
- Novità: consente alle immagini di venir utilizzate nell’HTML tramite Placehold.it (#38)
- Modifca: permette all’utente di scegliere quali tag HTML saranno usati (#37)
- Modifica: Select2 per gli utenti adesso utilizza AJAX per prevenire errori con database di grandi dimensioni (#43)
- Modifica: ora puoi scegliere un intervallo per gli elementi casuali da generare, invece di dover inserire sempre un singolo numero (#44)
0.1.4 — 15 of August, 2014
- Novità: cancella tutti i contenuti creati da Fakerpress (#26)
- Novità: permette agli utenti il controllo di
comment_statusper gli articoli (#26) - Novità: impostazione predefinita di un intervallo di date (#21)
- Modifica: impedisce all’utente di selezionare una combinazione errata dei campi per le date (#20)
0.1.3 — 25 of June, 2014
- Corretto un problema dovuto alla cartella UI non inclusa nella versione finale
0.1.2 — 24 of June, 2014
- Novità: notifiche di amministrazione per tutte le pagine (#10)
- Novità: seleziona un intervallo di date per commenti ed articoli (#11)
- Novità: seleziona un insieme campione di autori per gli articoli (#11)
- Novità: scelta dei ruoli per l’insieme campione di utenti (#13)
- Novità: insieme campione di tassonomie per i termini (#13)
- Novità: scelta del contenuto personalizzato per gli articoli (#13)
- Novità: seleziona un insieme campione di termini per gli articoli (#13)
- Modifica: uso di Select2 per migliorare i campi (#13)
- Correzione:
admin_titlesovrascritto (#14)
0.1.1 — 17 of June, 2014
- Corretto un errore irreversibile, causato da un file mancante relativo a Carbon
0.1.0 — 17 of June, 2014
- Prima idea iniziale di utilizzare Faker per gerenare dati in WordPress
