Skip to content

Commit 2901b2e

Browse files
committed
adding notes for the gf stripe plugin issues
1 parent ce79718 commit 2901b2e

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/core-plugin-update.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,34 @@ assignees: curtismchale
88
---
99
## Notes
1010

11+
### Gravity Forms Stripe
12+
13+
- we [updated the plugin to handle connected account transfers](https://github.com/proudcity/gravityformsstripe/commit/10ed1155c74b7811e0b7b75bedb6f4fdfd42089e)
14+
- [ ] check for [updates](https://docs.gravityforms.com/stripe-change-log/) above 5.9.1 as we're currently running a "hacked" version of it and need to update
15+
- [ ] if updated check the [changes we made](https://github.com/proudcity/gravityformsstripe/commit/10ed1155c74b7811e0b7b75bedb6f4fdfd42089e) to see if anything needs to be updated to keep them or if we have a new hook
16+
1117
### Elasticspress
18+
1219
- [2651](https://github.com/proudcity/wp-proudcity/issues/2651) needs to be fixed before we can update
1320

1421
### Events Manager Cache fixes
15-
- [Forum post on caching](https://wordpress.org/support/topic/redis-caching-issue-with-saving-colour-on-event-categories-2/)
22+
23+
- [Forum post on caching](https://wordpress.org/support/topic/redis-caching-issue-with-saving-colour-on-event-categories-2/)
1624
If not we need to change `class/em-taxonomy-admin.php` [line 172](https://github.com/proudcity/events-manager/blob/d1a0385b5b587ca51f67d98e0e4add919151b16d/classes/em-taxonomy-admin.php#L172) so that `wp_cache_flush` clears the taxonomy
1725

1826
### Inuitive CPT caching
19-
- check to see if [our PR](https://github.com/hijiriworld/intuitive-custom-post-order/pull/64) was accepted if not modify our plugin again
27+
28+
- check to see if [our PR](https://github.com/hijiriworld/intuitive-custom-post-order/pull/64) was accepted if not modify our plugin again
2029

2130
### Simple Staff List
31+
2232
- we [fixed magic vars](https://github.com/proudcity/simple-staff-list/commit/ac9f49753a87dd6952cc1f86068e1d236d9d15b6) which cause PHP errors
2333

2434
## Builds
2535

26-
2736
## Updates
2837

2938
**Plugin Name** - 1.0 -> 1.1
39+
3040
- [release notes]()
3141
- ?? what was updated

0 commit comments

Comments
 (0)