=== GF Queries ===
Contributors: jamesdlow
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=K6VKWB3HZB2T2&item_name=Donation%20to%20jameslow%2ecom&currency_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: 7.1.0
Stable tag: 1.2.4
License: MIT License
License URI: https://opensource.org/licenses/MIT

Some additional queries for Gravity Forms like getting recurring payment notifications

== Description ==

Some additional queries for Gravity Forms like getting recurring payment notifications

== 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}
5. Access via Wordpress Admin->Forms->Transactions
 

== Frequently Asked Questions ==


== Screenshots ==


== Changelog ==

= 1.2.4 =
* Update for latest version of Wordpress

= 1.2.3 =
* Fix api keys settings

= 1.2.2 =
* Don't duplciate payments that have been refunded
* Tweak date format

= 1.2.1 =
* Add time to All Payments table

= 1.2.0 =
* Include more details in All Payments table
* Rename menu item to Analytics

= 1.1.9 =
* Option to enable analytics separately from api queries
* Round averages in graph to 2 decimals

= 1.1.8 =
* Fix not showing payment list on date views

= 1.1.7 =
* Remove when using path as source too

= 1.1.6 =
* Strip trailing slashes to unify common paths

= 1.1.5 =
* Link urls in tables to drill down view

= 1.1.4 =
* Add ability to switch charts from payments/amount/average

= 1.1.3 =
* Tweak Formats

= 1.1.2 =
* Rename columns
* Add customer value to other analytics

= 1.1.1 =
* Tweak subscription length analytics to show number of subscribers and average subscriber value

= 1.1.0 =
* Include number of payments for recurring transactions

= 1.0.9 =
* Add date dependent title
* Search on breakdown tables

= 1.0.8 =
* Autoscale graph width

= 1.0.7 =
* Fix pie chart data

= 1.0.6 =
* Show transaction list for date based queries
* Sorting on transaction list tables

= 1.0.5 =
* Fix pie charts for date based queries

= 1.0.4 =
* Payment summaries based upon queries settings

= 1.0.3 =
* Change to use gf_addon_payment_transaction table instead of gf_entry_notes
* Include whether payment is recurring or not

= 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