Skip to content

Commit

Permalink
Version 0.2.0 bump and text improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
foosantos committed Apr 17, 2021
1 parent 495c9dc commit ffe95a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions presets.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: Presets
* Description: The Presets plugin allows you to fill your WordPress with demo data in just a few seconds allowing you to test it without the need to manually change the settings every time.
* Description: The Presets plugin allows you to fill your WordPress with specific predefined settings in just a few seconds.
* Author: Presets contributors
* Author URI: https://github.com/felipelousantos/wp-presets/graphs/contributors
* Text Domain: presets
* Version: 0.1.0
* Version: 0.2.0
*
* @package Presets
*/
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Presets is a WordPress plugin that allows you to fill your WordPress with previously defined demo/test data in just a few seconds allowing you to test it without the need to manually change the settings every time.
The Presets plugin allows you to fill your WordPress with previously defined settings in just a few seconds allowing you to test it without the need to manually change the settings every time.

This plugin hasn't been developed to be working on production sites. The goal with it is mostly to allow you to test plugins that require you to change the settings all the time.
Currently, you are able to change WordPress user meta details and define plugins to be activated/deactivate when a preset is triggered, but the goal will be to bring more WordPress and WooCommerce settings. We hope to make it easy in the long term to extend and bring more plugins settings.

Currently, you are only able to change WordPress user meta details, but the goal will be to bring more WordPress and WooCommerce settings. We hope to make it easy in the long term to extend and bring more plugins settings.
This plugin hasn't been developed to be working on production sites. The goal with it is mostly to allow you to test plugins that require you to change the settings all the time.
14 changes: 9 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Tags: tests, debug
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.0
Stable tag: 0.1.0
Stable tag: 0.2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

The Presets plugin allows you to fill your WordPress with demo data in just a few seconds allowing you to test it without the need to manually change the settings every time.
The Presets plugin allows you to fill your WordPress with specific predefined settings in just a few seconds.

== Description ==

The Presets plugin allows you to fill your WordPress with previously defined demo/test data in just a few seconds allowing you to test it without the need to manually change the settings every time.
The Presets plugin allows you to fill your WordPress with previously defined settings in just a few seconds allowing you to test it without the need to manually change the settings every time.

This plugin hasn't been developed to be working on production sites. The goal with it is mostly to allow you to test plugins that require you to change the settings all the time.
Currently, you are able to change WordPress user meta details and define plugins to be activated/deactivate when a preset is triggered, but the goal will be to bring more WordPress and WooCommerce settings. We hope to make it easy in the long term to extend and bring more plugins settings.

Currently, you are only able to change WordPress user meta details, but the goal will be to bring more WordPress and WooCommerce settings. We hope to make it easy in the long term to extend and bring more plugins settings.
This plugin hasn't been developed to be working on production sites. The goal with it is mostly to allow you to test plugins that require you to change the settings all the time.

== Installation ==

Expand All @@ -28,7 +28,11 @@ Currently, you are only able to change WordPress user meta details, but the goal
= Should I use this plugin? =

That plugin is not for production sites. it means that it won't probably make sense if you want to use it on your live site. It was created mostly with support teams and maybe even developers in mind that need to test things quickly and changing specific settings is required for that.

== Changelog ==

= 0.2.0 =
Added the Plugins Module allowing you to activate/deactivate plugins when the preset is triggered.

= 0.1.0 =
Beta version.

0 comments on commit ffe95a3

Please sign in to comment.