=== Action block === Contributors: klarityorg Tags: action, block, gutenberg Requires at least: 5.0.0 Tested up to: 5.1.0 Requires PHP: 7.2.0 Stable tag: 1.1.4 License: MIT License URI: https://opensource.org/licenses/MIT This plugin allows to add one or several action blocks on a page. == Description == This plugin allows to add one or several action blocks on a page. == Installation == Upload the plugin's zip to the `/wp-content/plugins` directory of your Wordpress setup If you wish to build the plugin yourself, see the "Building" section hereunder. == Frequently Asked Questions == == Screenshots == 1. Screenshot of all action cards 2. Screenshot of email action editor options 3. Screenshot of sign a petition editor options == Changelog == = 1.1.4 = * Small layout improvements = 1.1.3 = * Bigger font size inside of the action card, small layout improvements = 1.1.2 = * Fixed share this via whats app button = 1.1.1 = * Update action cards thumbnails = 1.1.0 = * Fixed thumbnail bug = 1.0 = * Initial release == Building == 1. Make sure that the plugin is located in the `/wp-content/plugins` directory of your Wordpress setup 1. Build the plugin with : `npm install` 1. If you wish to make code changes, run `npm start` and make these changes. They will compiled automatically. 1. After you make changes to the code, you may need to remove and add again the blocks that you had previously created so that the changes are caught.