Skip to content

Releases: carstingaxion/gatherpress-at-a-glance

0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 09:55

Fixed

  • Fix class names due to GatherPress 0.35.0 changes (#11)

Dependency Updates & Maintenance

  • Update wp-scripts (#12)
  • Updated requirements to WP 7.0 and GatherPress 0.35.2

0.1.0 Initial release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:36
  • Registers Dashboard singleton that hooks dashboard_glance_items
  • Adds upcoming and past counts for every post type declaring gatherpress-event-date support, linked to the filtered admin list when the user has edit_posts
  • Adds a published count for every post type declaring gatherpress-venue-information support, linked to the admin list when the user has edit_posts
  • Adds a term count for the gatherpress_topic taxonomy, linked to the taxonomy admin screen when the user has manage_terms
  • Adds attending and waiting-list RSVP counts for every post type declaring gatherpress-rsvp support via Rsvp\Query::get_rsvps() with a tax_query on _gatherpress_rsvp_status, linked to the RSVP submenu when the user has moderate_comments
  • All counts cached via wp_cache_get/set with a 5-minute TTL to avoid a DB query on every dashboard load
  • Labels use _n() for singular/plural and number_format_i18n() for locale-aware formatting