=== GF Queries === Contributors: jamesdlow Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=WG4V5XKCVZS3C&item_name=Donation%20to%20jameslow%2ecom¤cy_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8 Tags: gravity, forms, gravity forms, gforms, queries, transactions, stripe, paypal, recurring, payment Requires at least: 4.0.1 Tested up to: 5.0.0 Stable tag: 1.0.2 License: MIT License License URI: https://opensource.org/licenses/MIT Some additional queries for Gravity Forms like getting recurring payment notifications in the notes == Description == Some additional queries for Gravity Forms like getting recurring payment notifications in the notes == Installation == 1. Upload the plugin files to the `/wp-content/plugins/gf-queries` directory, or install the plugin through the WordPress plugins screen directly. 2. Go to Forms -> Settings -> GF Queries and save your apikey 3. Select a form, enable gf queries and map fields 4. Access via api at /wp-json/gf-queries/v1/transactions?apikey={apikey}&from={timestamp}&to={timestamp} == Frequently Asked Questions == == Screenshots == == Changelog == = 1.0.2 = * Rename main class = 1.0.1 = * Parse note to get transaction amount and id * Use to date in query string * Remove fullname and just leave firstname and lastname fields = 1.0.0 = * Initial version of the plugin