From be3c01a38fe9024d0485a9c0b8f651694c540527 Mon Sep 17 00:00:00 2001 From: Curtis McHale Date: Mon, 6 Jan 2025 07:30:02 -0800 Subject: [PATCH] Update core-plugin-update.md --- .github/ISSUE_TEMPLATE/core-plugin-update.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/core-plugin-update.md b/.github/ISSUE_TEMPLATE/core-plugin-update.md index 90cf1ee..0cbe030 100644 --- a/.github/ISSUE_TEMPLATE/core-plugin-update.md +++ b/.github/ISSUE_TEMPLATE/core-plugin-update.md @@ -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