WP Manifestindependent plugin directory
manifest / developer / dummy-content-generator

Stratifi Dummy Content Generator

A plugin to create dummy content for WordPress sites in Development

by Brian Wood - Stratifi Creative · github.com/mintcondition/dummy-content-generator · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mintcondition/dummy-content-generator/archive/refs/heads/main.zip

Readme

=== Stratifi Dummy Content Generator ===

Contributors: Brian Wood, Stratifi Creative Tags: WordPress, plugin, dummy content Requires at least: 5.0 Tested up to: 6.5.4 Stable tag: 0.8.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Description ==

This plugin will (when it's ready) easily generate dummy content for your WordPress site. Eventually it will allow you to create n posts of any defined type, including titles, content, images, and even meta-data.

== Installation ==

If you can't figure out how to install a WP Plugin, you should NOT use this one.

== Changelog == == 0.8.3 2024-06-23 = BugFix and Cleanup release Fixed:

  • Updater working (May need reinstall)
  • Error logging reduced to only failures
  • Minor bugfixes

= 0.8.1 - 2024-06-23 = Update working?

  • Checking to see if updater working.

= 0.8.0 - 2024-06-16 = New Features:

  • MANAGE DUMMY CONTENT (With Bulk Actions)
    • The Manage Dummy Content page works now, showing each post type (that you've created dummy content for). Y You can then delete or trash any or all posts of that type from this list.

Enhancements:

  • Added generators and data types for Random Name and Fake Email

= 0.7.0 - 2024-06-11 = Enhancements:

  • Added a single image generator for LoremFlickr. This one allows you to pick a topic for the images.
  • Added metadata to created posts that allow identification as created by the plugin, the date/time of creation and current user

Fixed:

  • Fixed testing page not accounting for date type parameters and responses

= 0.6.1 - 2024-06-10 =

Enhancements:

  • Date Generator added and available. Choose a date range and all created posts will be created within that range.
  • Post creation process now has the option to clean up after itself (delete files in temp folder).

Fixed:

  • Modified post creation process to move images into the media library and respect the user's chosen upload settings.
  • Some documentation changes.

= 0.5.1 - 2024-06-09 =

Enhancements:

  • Settings now sets all fields to available on activation.

Fixed:

  • Settings now saves available fields correctly.

= 0.5.0 - 2024-06-09 =

Approaching MVP. Currently only tested with posts and 3 fields: Title, Content, and Feat Image.

New Features:

  • Added Picsum Image Generator using Picsum.photos API for random, grayscale, blur, and seed-based images with custom sizes.
  • Standardized generator output format including type, data type, and content.
  • Introduced settings for specifying a temporary directory for image storage.
  • Added settings for choosing which fields are available for which post types.

Enhancements:

  • Improved settings page with collapsible sections and temporary directory settings.
  • Added functions for temporary directory management: create, delete, and get status.
  • Enhanced error handling for image fetching and saving in generators.

Fixes:

  • Resolved open_basedir restriction issues by adjusting paths.
  • Fixed JavaScript issues on the settings page.
  • Ensured old temporary directories are deleted when a new one is specified.

Miscellaneous:

  • Added logging for debugging purposes.
  • Refactored code for better readability and maintainability.

Known Issues:

  • Settings is not saving field options.

= 0.0.2 - Adding Admin Pages =

= 0.0.1 - Initial commit with updater functionality =

Read the full README on GitHub →

Releases

TagPublished
0.8.4 Jul 6, 2024
0.8.2.1 Jun 24, 2024
0.8.2a Jun 24, 2024
0.8.2 Jun 24, 2024
0.8.1 Jun 23, 2024
0.8.0 Jun 17, 2024
0.6.1 Jun 10, 2024
0.5.1 Jun 9, 2024
0.5.0 Jun 9, 2024
0.0.3 May 31, 2024
0.0.2 May 31, 2024
0.0.1 May 31, 2024

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.