Skip to content

Commit

Permalink
Update core-plugin-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
curtismchale authored Jan 6, 2025
1 parent 2c03068 commit be3c01a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/core-plugin-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,23 @@ labels: core/plugin
assignees: curtismchale

---
## Notes

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

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

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

## Builds


## Updates

**Plugin Name** - 1.0 -> 1.1
- [release notes]()
- ?? what was updated

0 comments on commit be3c01a

Please sign in to comment.