=== AutomatorWP - Formatter ===
Contributors: automatorwp, rubengc, eneribs, dioni00
Tags: formatter, automatorwp, automation, action
Requires at least: 4.4
Tested up to: 6.8
Stable tag: 1.0.4
License: GNU AGPLv3
License URI: http://www.gnu.org/licenses/agpl-3.0.html

New actions to format data

== Description ==

Formatter adds new actions to let you apply different formats on tags and use the result in your automations!

You can convert, replace or extract anything from strings, numbers or dates even remove the HTML from a content.

= Actions =

* Convert string into format.
* Round number into format.
* Convert number into format.
* Convert date into format.
* Extract the first word from a string.
* Extract the last word from a string.
* Extract the word n from a string.
* Replace value in a string.
* Remove html in a string.

= Tags =

* Tags to get the data formatted.
* {floor( VALUE )} tag to round a number to the next lowest integer value.
* {ceil( VALUE )} tag to round a number to the next highest integer value.
* {lowercase( VALUE )} tag to format a value to lowercase.
* {uppercase( VALUE )} tag to format a value to uppercase.
* {round( VALUE : ROUND )} tag to round a number.
* {remove_html( VALUE )} tag to remove HTML tags from a value.
* {trim( VALUE )} tag to remove whitespace, tabs and line breaks from the beginning and end of a value.
* {capitalize( VALUE )} tag to capitalize a value.
* {capitalize_all( VALUE )} tag to capitalize all words from a value.
* {reverse( VALUE )} tag to reverse a value.
* {shuffle( VALUE )} tag to shuffle all the characters from a value.
* {shuffle_words( VALUE )} tag to shuffle words the characters from a value.
* {slugify( VALUE )} tag to slugify a value.

== 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.4 =

* **Improvements**
* Improved replace action to allow HTML tags.

= 1.0.3 =

* **New Features**
* New action: Extract the last word from a string.

= 1.0.2 =

* **Improvements**
* Nested tags support.

= 1.0.1 =

* **New Features**
* Added {round( VALUE : ROUND )} tag.
* Added {floor( VALUE )} tag.
* Added {ceil( VALUE )} tag.
* Added {remove_html( VALUE )} tag.
* Added {trim( VALUE )} tag.
* Added {lowercase( VALUE )} tag.
* Added {uppercase( VALUE )} tag.
* Added {capitalize( VALUE )} tag.
* Added {capitalize_all( VALUE )} tag.
* Added {reverse( VALUE )} tag.
* Added {shuffle( VALUE )} tag.
* Added {shuffle_words( VALUE )} tag.
* Added {slugify( VALUE )} tag.

= 1.0.0 =

* Initial release.
