=== AutomatorWP - Generator ===
Contributors: automatorwp, rubengc, eneribs, dioni00, tinocm
Tags: generator, automatorwp, automation, action, random
Requires at least: 4.4
Tested up to: 6.6
Stable tag: 1.0.6
License: GNU AGPLv3
License URI: http://www.gnu.org/licenses/agpl-3.0.html

New actions to generate data

== Description ==

Generator adds new actions to let you generate content and use it in your automations!

You can generate strings, numbers, emails even hashes and WordPress nonces.

= Actions =

* Generate a hash.
* Generate a nonce.
* Generate a random number.
* Generate a random string.
* Generate a random email.

= Tags =

* Tags to get the data generated.
* {generate_hash( VALUE : ALGORITHM )} tag to generate a hash from the given value.
* {generate_nonce( ACTION )} tag to generate a WordPress nonce.
* {generate_number( MIN : MAX )} tag to generate a random number.
* {generate_string( LENGTH : [ CHARS ] )} tag to generate a random string.
* {generate_email( [ NAMES ] : [ DOMAINS ] : [ EXTS ] )} tag to generate an email from a group of options.
* {generate_random_email( NAME_LENGTH : [NAME_CHARS] : DOMAIN_LENGTH : [DOMAIN_CHARS] )} tag to generate a random email.

== Installation ==

= From WordPress backend =

1. Navigate to Plugins -> Add new.
2. Click the button "Upload Plugin" next to "Add plugins" title.
3. Upload the downloaded zip file and activate it.

= Direct upload =

1. Upload the downloaded zip file into your `wp-content/plugins/` folder.
2. Unzip the uploaded zip file.
3. Navigate to Plugins menu on your WordPress admin area.
4. Activate this plugin.

== Frequently Asked Questions ==

== Screenshots ==

== Changelog ==

= 1.0.6 =

* **Improvements**
* Added checks to avoid false positives in security plugins.

= 1.0.5 =

* **Improvements**
* Check to avoid false positives in security plugins for nonce function.

= 1.0.4 =

* **Improvements**
* Check to avoid false positives in security plugins.

= 1.0.3 =

* **Improvements**
* Nested tags support.

= 1.0.2 =

* **Improvements**
* Improved descriptions in tags.

= 1.0.1 =

* **New Features**
* Added {generate_hash( VALUE : ALGORITHM )} tag.
* Added {generate_nonce( ACTION )} tag.
* Added {generate_number( MIN : MAX )} tag.
* Added {generate_string( LENGTH : [ CHARS ] )} tag.
* Added {generate_email( [ NAMES ] : [ DOMAINS ] : [ EXTS ] )} tag.
* Added {generate_random_email( NAME_LENGTH : [NAME_CHARS] : DOMAIN_LENGTH : [DOMAIN_CHARS] )} tag.
* **Improvements**
* Improved hash selector.

= 1.0.0 =

* Initial release.
