Skip to content

Commit 8af1572

Browse files
committed
Merge issue/2831: wp-stateless-gravity-forms-addon GF 2.10 fix (via proudcity fork) + update template note
2 parents 90907fb + d13bd8b commit 8af1572

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ assignees: curtismchale
2929

3030
- we [fixed magic vars](https://github.com/proudcity/simple-staff-list/commit/ac9f49753a87dd6952cc1f86068e1d236d9d15b6) which cause PHP errors
3131

32+
### WP-Stateless Gravity Forms Addon
33+
34+
- after #2831 (Gravity Forms 2.10 broke File Upload sync to GCS) we forked the plugin and patched it for the new JSON storage format. `composer.json` is currently pulling from [proudcity/wp-stateless-gravity-forms-addon](https://github.com/proudcity/wp-stateless-gravity-forms-addon) on `dev-latest` instead of wpackagist.
35+
- our patch branch: [fix/gf-2.10-json-storage](https://github.com/proudcity/wp-stateless-gravity-forms-addon/tree/fix/gf-2.10-json-storage)
36+
- upstream PR: [udx/wp-stateless-gravity-forms-addon#16](https://github.com/udx/wp-stateless-gravity-forms-addon/pull/16) (issue [udx#15](https://github.com/udx/wp-stateless-gravity-forms-addon/issues/15))
37+
- [ ] check if upstream has shipped a release > 0.0.3 that includes the GF 2.10 JSON storage fix. If yes, switch the `proudcity/wp-stateless-gravity-forms-addon` require in `composer.json` back to `wpackagist-plugin/wp-stateless-gravity-forms-addon` at that version and remove the fork repository entry.
38+
3239
## Builds
3340

3441
## Updates

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
"source": {
423423
"type": "git",
424424
"url": "https://github.com/proudcity/wp-stateless-gravity-forms-addon.git",
425-
"reference": "1870d7e233fc4bf7a9341dbb4227469c2cf198c7"
425+
"reference": "68f7bee91664a472f14cc505eff544a55a1f46da"
426426
}
427427
}
428428
},

0 commit comments

Comments
 (0)