GF Queries
开发者 |
jamesdlow
|
更新时间 |
2023年10月24日 17:25 |
捐献地址: |
去捐款 |
PHP版本: |
4.0.1 及以上 |
WordPress版本: |
5.0.3 |
版权: |
MIT License |
版权网址: |
版权信息
|
详情介绍:
Some additional queries for Gravity Forms like getting recurring payment notifications
安装:
- Upload the plugin files to the
/wp-content/plugins/gf-queries
directory, or install the plugin through the WordPress plugins screen directly.
- Go to Forms -> Settings -> GF Queries and save your apikey
- Select a form, enable gf queries and map fields
- Access via api at /wp-json/gf-queries/v1/transactions?apikey={apikey}&from={timestamp}&to={timestamp}
- Access via Wordpress Admin->Forms->Transactions
更新日志:
1.2.3
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
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
1.0.7
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
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