=== External Database Based Actions === Contributors: cmorillas1 Donate link: https://www.paypal.me/CesarMorillas Tags: external, database, actions, spreadsheet, google, woocommerce coupon Requires at least: 4.6 Tested up to: 4.7 Requires PHP: 5.6 Stable tag: 4.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Get data from external database (including google sheets) and do configurable actions based on these data. == Description == It provides an alternative way of getting data from an external database: * Google Sheets * SQLite * MySQL * Progresql A SQL query can be configured to get data from these databases and be used as method for authentication or for populate post or pages. The plugin is modular, so, new actions for the data gathered can be added to the plugin with minimal programming. You can contact me at cmorillas1@gmail.com == Installation == 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Use the Settings->Plugin Name screen to configure the plugin == Frequently Asked Questions == = I have the following error: "cURL error 7: Failed to connect". What is that ? It is a problem with cURL, may be you are in a free hosting and it doesn't allow you to connect external sites with cURL. = Can I request an action ? = You can contact with me at cmorillas1@gmail.com. = Can I make my own action ? = Yes you can, but please let me be aware of the new action in order to the action be included in next releases. = Is there documentation to create my own actions ? = Not yet, but you can contribute to the plugin if you wish. == Screenshots == 1. SQLite in connection tab. 2. Google Sheets in connection tab. 3. MySQL in connection tab. 4. SQL Query conformation tab. 5. Select an action. == Changelog == = 0.1 = * First release. == Upgrade Notice == = 0.1 = 0.1 is the first release. Make a backup before upgrading.