Skip to content

Commit be3c01a

Browse files
authored
Update core-plugin-update.md
1 parent 2c03068 commit be3c01a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,23 @@ labels: core/plugin
66
assignees: curtismchale
77

88
---
9+
## Notes
910

11+
### Events Manager Cache fixes
12+
- [Forum post on caching](https://wordpress.org/support/topic/redis-caching-issue-with-saving-colour-on-event-categories/)
13+
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
1014

15+
### Inuitive CPT caching
16+
- check to see if [our PR](https://github.com/hijiriworld/intuitive-custom-post-order/pull/64) was accepted if not modify our plugin again
17+
18+
### Simple Staff List
19+
- we [fixed magic vars](https://github.com/proudcity/simple-staff-list/commit/ac9f49753a87dd6952cc1f86068e1d236d9d15b6) which cause PHP errors
20+
21+
## Builds
22+
23+
24+
## Updates
25+
26+
**Plugin Name** - 1.0 -> 1.1
27+
- [release notes]()
28+
- ?? what was updated

0 commit comments

Comments
 (0)